From e85f080b3f96d7b19dfdf9ddc1ec3e2197fe1122 Mon Sep 17 00:00:00 2001 From: Alan Meadows Date: Wed, 21 Dec 2016 05:53:31 -0800 Subject: [PATCH] Ensure default for keystone endpoint is agnostic of namespace --- horizon/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon/values.yaml b/horizon/values.yaml index be34ef7f84..f1dd9a1aa9 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -33,7 +33,7 @@ dependencies: endpoints: keystone: hosts: - default: keystone-api.openstack.cluster.local + default: keystone-api path: /v2.0 type: identity scheme: 'http'