fix wrong namespace in template file

Change-Id: Ie932ed8dcaaf943521fa3eae4ce9b3abee9c4a90
This commit is contained in:
Petr Michalec 2016-09-20 14:21:13 +02:00
parent 990f1bfd4e
commit 3d8067ef34
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ os_auth_url=http://{{ server.identity.host }}:5000/v2.0
# Region name to use for OpenStack service endpoints. (string
# value)
#os_region_name=<None>
os_region_name={{ agent.get('region', 'RegionOne') }}
os_region_name={{ server.get('region', 'RegionOne') }}
# Type of endpoint in Identity service catalog to use for
# communication with OpenStack services. (string value)