.. | ||
deps-arch.sh | ||
deps-centos.sh | ||
README.md | ||
update-chkconfig.sh |
- 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';