Actions
Bug #26664
closedOpenStack 401 when project domain ID is missing
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - OpenStack
Target version:
-
Description
When creating new OpenStack CR against OSP v13 a permission denied (401) error is returned. I have narrowed this down to the fact to missing flag openstack_domain_id.
When it's provided, the CR authenticates fine, since it is mentioned as mandatory for V3 in https://github.com/fog/fog-openstack this patch is going to add it.
Actions