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