fix(chart): Update Keystone API ports

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

Change-Id: I689a3b2df36cca4a2f23385fdb294e0017bc7f35
This commit is contained in:
Drew Walters 2018-08-22 18:42:02 +00:00
parent 8d8e300392
commit e5a09bd37b
1 changed files with 3 additions and 4 deletions

View File

@ -111,17 +111,16 @@ endpoints:
user_domain_name: default
username: armada
hosts:
default: keystone-api
public: keystone
default: keystone
internal: keystone-api
path:
default: /v3
scheme:
default: http
port:
admin:
default: 35357
api:
default: 80
internal: 5000
host_fqdn_override:
default: null
armada: