Convert all DB config to nested

Change-Id: Ied5c93f3c7f9353b09c3d88061d580d37ca365ac
Depends-On: Iab018288f1a884a72ff687d89b68ca08df47ba06
This commit is contained in:
Yuriy Taraday 2016-10-06 16:01:16 +03:00
parent 05adf8e1cc
commit bbcf093872
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 {{ heat_db_name }};
mysql -u root -p{{ db.root_password }} -h {{ address('mariadb') }} -e "create database {{ heat_db_name }};
grant all privileges on {{ heat_db_name }}.* to '{{ heat_db_username }}'@'%' identified by '{{ heat_db_password }}';"
- name: heat-db-sync
files: