Update Keystone API ports in Deckhand chart

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

Change-Id: I3861e551ac9ad9fb008e8caf3cfa892ecd4fc657
This commit is contained in:
Drew Walters 2018-08-22 18:48:41 +00:00
parent 1b3b55af5b
commit d23584869f
1 changed files with 3 additions and 4 deletions

View File

@ -138,17 +138,16 @@ endpoints:
user_domain_name: default
project_domain_name: default
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
deckhand: