Public URL is SSL
Change-Id: I0838aeae8c7e166e2f93382464850c41f270a9dd
This commit is contained in:
parent
1e8bd3d307
commit
3e3a812c80
@ -42,7 +42,7 @@ def ensure_service(name, service_type, desc, url=None, path=""):
|
||||
"http://" + name + ".openstack.svc.cluster.local" + path
|
||||
|
||||
if url is not None:
|
||||
public_url = "http://" + url + path
|
||||
public_url = "https://" + url + path
|
||||
utils.create_or_update('identity/endpoint.yml.j2',
|
||||
service=service_type, interface='internal',
|
||||
url=internal_url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user