Adding 'cinder_client' section

This section is required for Magnum to run properly.

Change-Id: Iebb7f4ea5d14e9c27bf6feef40b4baf1a185822c
This commit is contained in:
Chris Hultin 2016-07-15 14:09:52 -05:00
parent caccb1c818
commit 8ab6f1f8ad
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ host = 0.0.0.0
[barbican_client]
endpoint_type = internalURL
[cinder_client]
region = {{ cinder_service_region }}
endpoint_type = internalURL
[database]
connection = mysql+pymysql://{{ magnum_galera_user }}:{{ magnum_galera_password }}@{{ magnum_galera_address }}/{{ magnum_galera_database_name }}?charset=utf8