Convert all DB config to nested

Change-Id: Ic41a3b25a612e1e4bcd2f55f6cca96aec51f563f
Depends-On: Iab018288f1a884a72ff687d89b68ca08df47ba06
This commit is contained in:
Yuriy Taraday 2016-10-06 15:47:54 +03:00
parent e45a023a72
commit 5a0f74523f
1 changed files with 1 additions and 1 deletions

View File

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