Adding ingress support

Adding ingress objects creation for service

Change-Id: I10f4fba42d5b6e4dd3b5f56d2ba2addedb49b60f
Depends-On: Ic621af6930f078eea17fd83fce26b42cd32ecf01
This commit is contained in:
Andrey Pavlov 2016-10-19 18:46:18 +00:00
parent 00d4f259e4
commit 104e58e170
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ configs:
heat:
api_port:
cont: 8004
ingress: orchestration
db:
username: heat
password: password

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.cont }}/v1/%\(tenant_id\)s
openstack endpoint create --region RegionOne orchestration public http://{{ address('heat-api', heat.api_port, external=True) }}/v1/%\(tenant_id\)s
- name: heat-internal-endpoint-create
dependencies:
- heat-service-create