Merge "Fix keystone bootstrap url"

This commit is contained in:
Zuul 2020-06-26 20:55:45 +00:00 committed by Gerrit Code Review
commit f553657f52
2 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@ def create_or_resume(name, spec, **_):
project_name=project_name,
region_name=region_name,
username=username)
# (TODO)Replace the current admin url
utils.create_or_update('keystone/deployment.yml.j2',
name=name, spec=spec,
env=env, config_hash=config_hash)

View File

@ -84,7 +84,7 @@ spec:
- name: OS_BOOTSTRAP_SERVICE_NAME
value: keystone
- name: OS_BOOTSTRAP_INTERNAL_URL
value: http://keystone.openstack
value: http://keystone.openstack.svc.cluster.local
command:
- keystone-manage
- bootstrap