From ab07c9ccab94032c7350acf09960caceeabdf84f Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 4 May 2018 08:13:09 -0500 Subject: [PATCH] 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 --- barbican/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barbican/values.yaml b/barbican/values.yaml index c03bb5d6e6..e71b506b73 100644 --- a/barbican/values.yaml +++ b/barbican/values.yaml @@ -456,7 +456,7 @@ endpoints: host_fqdn_override: default: null path: - default: /v1 + default: / scheme: default: http port: