Feature #34346
Support Openstack Keystone sub-uri
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - OpenStack
Target version:
-
Description
The devstack deploys keystone at /identity, but we always omit the path from URL for fog's URL
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Marek Hulán
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9069 added
#2
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 3.3.0 added
#3
Updated by Marek Hulán about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|20f0ddfbeb3d207e899320af1db0cef895b7ef8c.
Fixes #34346 - support Openstack URI with paths
The Keystone URI is processed before we pass it's base form to the fog.
If Keystone is deployed under a sub-uri e.g. /identity like Devstack
does, the path is always ommited. This preserves the path.