Keystone is now based on ubuntu zesty
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user