Adding scheme for ingress address

Scheme was added with with_scheme=True flag

Change-Id: Ie415aaa7475a5de653b4753416043770e12a78c9
Depends-On: Iea6b885efdbf0d18268b181007a61dff36b904f0
This commit is contained in:
Andrey Pavlov 2016-11-10 17:49:04 +00:00
parent 104e58e170
commit b1e645e5a0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ service:
- heat-service-create
type: single
command:
openstack endpoint create --region RegionOne orchestration public http://{{ address('heat-api', heat.api_port, external=True) }}/v1/%\(tenant_id\)s
openstack endpoint create --region RegionOne orchestration public {{ address('heat-api', heat.api_port, external=True, with_scheme=True) }}/v1/%\(tenant_id\)s
- name: heat-internal-endpoint-create
dependencies:
- heat-service-create