2015-01-22 12:07:40 -03:00
..
2012-10-29 16:44:50 +11:00
2015-01-22 12:07:40 -03: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';