Actions
Bug #3575
openCannot update an Openstack CR if the Tenant has been removed
Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - OpenStack
Target version:
-
Description
If you remove the Tenant(project) that Foreman is connected to on the Openstack end, you cannot update the Foreman side - clicking Load Tenants results in:
Unable to save
Expected([200, 204]) <=> Actual(401 Unauthorized) response => #<Excon::Response:0x0000000b521a10 @data={:body=>"{\"error\": {\"message\": \"Could not find project, test2.\", \"code\": 401, \"title\": \"Unauthorized\"}}"
It seems we serialize the tenant choice and use forever after - we should probably clear that if the user/password has been changed, as the list of available tenants will now be different
Updated by Dominic Cleal over 10 years ago
- Category changed from Compute resources to Compute resources - OpenStack
Actions