Fix keystone bootstrap url
Replace internal url with full one Change-Id: Ifb3965cc08332778a2bf80ccc83a9c721321ab01
This commit is contained in:
parent
d2e155c316
commit
314a83b2b1
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user