terracotta/setup
2012-10-29 16:44:50 +11:00
..
deps-arch.sh Fixed the arch deps script 2012-10-29 16:44:50 +11: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
update-chkconfig.sh Added a script for installing OpenStack Neat in chkconfig 2012-10-15 14:47:13 +11: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';