terracotta/setup
2012-10-02 12:11:04 +10:00
..
deps-arch.sh Moved deps scripts into the setup dir 2012-09-28 10:06:34 +10:00
deps-centos.sh Fixed the CentOS deps script 2012-10-02 12:11:04 +10:00
README.md Added a setup directory, moved deps there 2012-09-27 13:04:53 +10:00

  1. Create a MySQL database and user for OpenStack Neat:
CREATE DATABASE neat;
GRANT ALL ON neat.* TO 'neat'@'controller' IDENTIFIED BY 'neatpassword';
GRANT ALL ON neat.* TO 'neat'@'%' IDENTIFIED BY 'neatpassword';