Barbican: Correct endpoint creation
This PS corrects the barbican endpoint creation to use the correct (ie None) paths for the keystone service catalog. The chart as-is does not work with many clients that expect the correct keystone endpoint, and thus make calls to http://barbican.foo/v1/v1, even with newton era clients. * https://docs.openstack.org/project-install-guide/key-manager/ocata/install-ubuntu.html * https://docs.openstack.org/project-install-guide/key-manager/newton/install-ubuntu.html * https://docs.openstack.org/barbican/pike/install/install-ubuntu.html * https://docs.openstack.org/barbican/queens/install/install-ubuntu.html Change-Id: I84e8d19a682b901ecc76a2281d24f60c749577a8
This commit is contained in:
parent
f619cb1f24
commit
ab07c9ccab
@ -456,7 +456,7 @@ endpoints:
|
||||
host_fqdn_override:
|
||||
default: null
|
||||
path:
|
||||
default: /v1
|
||||
default: /
|
||||
scheme:
|
||||
default: http
|
||||
port:
|
||||
|
Loading…
Reference in New Issue
Block a user