Update Keystone API ports in Promenade chart

This change modifies the internal Keystone API port in the Promenade
chart from 80 to 5000 and removes the default admin port to match the
Keystone chart provided by OpenStack-Helm.

Change-Id: I123aed5ba2408f4bc1369910cb9b6c3992970e45
This commit is contained in:
Drew Walters 2018-08-23 22:35:56 +00:00
parent f60f6d7a85
commit a41db85b0f
1 changed files with 3 additions and 4 deletions

View File

@ -119,8 +119,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:
@ -128,10 +128,9 @@ endpoints:
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
internal: 5000
kubernetesprovisioner:
name: promenade