How to delete Swift?
Hello,
I followed the guide instalation for folsom release in the openstack documentation and the tutorial told me to create the keystone endpoints for Swift but not how to install Swift. How should I remove it without errors?
I tried:
keystone service-delete ID OF SERVICE The ID OF SERVICE were listed in: keystone service-list
But I recieve this error:
No handlers could be found for logger "keystoneclient.client"
An unexpected error prevented the server from fulfilling your request. (IntegrityError) (1451, 'Cannot delete or update a parent row: a foreign key constraint fails (`keystone`.`endpoint`, CONSTRAINT `endpoint_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `service` (`id`))') 'DELETE FROM service WHERE service.id = %s' ('9d67149235684f629849a707a1eef038',) (HTTP 500)
Thank you!
@henrik16 Let me know if you were able to fix the issue.