Keystone is now based on ubuntu zesty

This commit is contained in:
Egon Rijpkema
2017-05-10 11:21:17 +02:00
parent be4c1a774c
commit 2401fb2135
5 changed files with 16 additions and 22 deletions

View File

@ -14,3 +14,8 @@
systemd:
name: mysql.service
state: started
- name: create keystone db and credentials.
command: echo "create database if not exists keystone; \n
GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'localhost' IDENTIFIED BY 'keystone'; \n
GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'%' IDENTIFIED BY 'keystone'" \
| mysql -uroot -pgeheim --host 127.0.0.1