Merge "Adding ingress support"

This commit is contained in:
Jenkins 2016-10-28 12:14:19 +00:00 committed by Gerrit Code Review
commit 7dae722747
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ configs:
public_port:
cont: 5000
ingress: identity
admin_port:
cont: 35357

View File

@ -46,7 +46,7 @@ service:
--bootstrap-role-name {{ openstack.role_name }}
--bootstrap-service-name keystone --bootstrap-region-id RegionOne
--bootstrap-admin-url http://{{ address('keystone') }}:{{ keystone.admin_port.cont }}
--bootstrap-public-url http://{{ address('keystone') }}:{{ keystone.public_port.cont }}
--bootstrap-public-url http://{{ address('keystone', keystone.public_port, external=True) }}
--bootstrap-internal-url http://{{ address('keystone') }}:{{ keystone.public_port.cont }}
daemon: