Fix keystone bootstrap url

Replace internal url with full one

Change-Id: Ifb3965cc08332778a2bf80ccc83a9c721321ab01
This commit is contained in:
okozachenko 2020-06-25 21:31:02 +03:00
parent d2e155c316
commit 314a83b2b1
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