From b8d4779d58b5438a360a54e2ee44fe38cb5e7348 Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Mon, 27 Aug 2018 15:49:05 -0500 Subject: [PATCH] Update Keystone API ports in Drydock chart This change modifies the internal Keystone API port in the Drydock chart from 80 to 5000 and removes the default admin port to match the Keystone chart provided by OpenStack-Helm. Change-Id: I46fa68ffad5015a040b0022776459208be511881 --- charts/drydock/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/drydock/values.yaml b/charts/drydock/values.yaml index 62db3f49..bec98cb4 100644 --- a/charts/drydock/values.yaml +++ b/charts/drydock/values.yaml @@ -180,8 +180,8 @@ endpoints: user_domain_name: default project_domain_name: default hosts: - default: keystone-api - public: keystone + default: keystone + internal: keystone-api host_fqdn_override: default: null path: @@ -189,10 +189,9 @@ endpoints: scheme: default: http port: - admin: - default: 35357 api: default: 80 + internal: 5000 physicalprovisioner: name: drydock hosts: