terracotta/setup
2015-01-22 12:07:40 -03:00
..
deps-arch.sh Fixed the arch deps script 2012-10-29 16:44:50 +11:00
deps-centos.sh fix centOS deps 2015-01-22 12:07:40 -03: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';