Convert all DB config to nested

Change-Id: If2b1845f2b43bb84e0c67dcc6bfc1dc85215e5af
Depends-On: Iab018288f1a884a72ff687d89b68ca08df47ba06
This commit is contained in:
Yuriy Taraday 2016-10-06 15:57:16 +03:00
parent 9e1e5d2684
commit 03b12304b1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ service:
- mariadb
type: single
command:
mysql -u root -p{{ db_root_password }} -h {{ address('mariadb') }} -e "create database {{ glance.db.name }};
mysql -u root -p{{ db.root_password }} -h {{ address('mariadb') }} -e "create database {{ glance.db.name }};
grant all privileges on {{ glance.db.name }}.* to '{{ glance.db.username }}'@'%' identified by '{{ glance.db.password }}';"
- name: glance-db-sync
files: