Adding scheme for ingress address

Scheme was added with with_scheme=True flag

Change-Id: I66c44c640516519e99ccf4a6da67669ec3fb4ba8
Depends-On: Iea6b885efdbf0d18268b181007a61dff36b904f0
This commit is contained in:
Andrey Pavlov 2016-11-10 17:50:33 +00:00
parent 439fedc36e
commit 1b75819259
1 changed files with 1 additions and 1 deletions

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, external=True) }}
--bootstrap-public-url {{ address('keystone', keystone.public_port, external=True, with_scheme=True) }}
--bootstrap-internal-url http://{{ address('keystone') }}:{{ keystone.public_port.cont }}
daemon: