Skip to content

Instantly share code, notes, and snippets.

@whytewolf
Created November 4, 2015 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whytewolf/0f4913b3b50c7a1f4fa7 to your computer and use it in GitHub Desktop.
Save whytewolf/0f4913b3b50c7a1f4fa7 to your computer and use it in GitHub Desktop.
mysql-user-keystone:
mysql_user.present:
- name: keystone
- host: '%'
- password: {{ pillar["OPENSTACK_KEYSTONE_DBPASS"] }}
mysql-database-keystone:
mysql_database.present:
- name: keystone
mysql-grants-keystone:
mysql_grants.present:
- grant: ALL
- database: 'keystone.*'
- user: keystone
- host: '%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment