Actions
Bug #5089
closedhammer: Unable to delete organization
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1082180
Description of problem: Unable to delete organization with hammer.
How reproducible: always/deterministic
Steps to Reproduce:
1. Create organization (WebUI/hammer)
2. $ hammer organization list
2.5 observe id of created organization... let it be $orgid
3. $ hammer organization delete --id $orgid
Actual results:
Error occurs, organization is till present
Could not delete the organization:
Error: The server does not support such operation.
Expected results:
Organization is deleted, no error...
Additional info:
Deleting from WebUI works.
Actions