Add "address" to all services

Replace all <some_service> occurences with
{{ address('<some_service>') }}

Change-Id: Iab9378b0f0fb888661a344fa906a9c1993598be5
Depends-on: I163857fa0c671e21725d7276540f5fbba09619d2
Depends-on: Ibbb12e016570936468effbbd0648d4690abe3aab
This commit is contained in:
Andrey 2016-09-20 12:22:56 +00:00 committed by Andrey Pavlov
parent 3e010f47da
commit 7ae08cd7ed
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ service:
--bootstrap-project-name {{ openstack_project_name }}
--bootstrap-role-name {{ openstack_role_name }}
--bootstrap-service-name keystone --bootstrap-region-id RegionOne
--bootstrap-admin-url http://keystone:{{ keystone_admin_port }}
--bootstrap-public-url http://keystone:{{ keystone_public_port }}
--bootstrap-internal-url http://keystone:{{ keystone_public_port }}
--bootstrap-admin-url http://{{ address('keystone') }}:{{ keystone_admin_port }}
--bootstrap-public-url http://{{ address('keystone') }}:{{ keystone_public_port }}
--bootstrap-internal-url http://{{ address('keystone') }}:{{ keystone_public_port }}
daemon:
dependencies: