Added a setup readme
This commit is contained in:
parent
683741b369
commit
e973c30777
6
setup/README.md
Normal file
6
setup/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
1. Create a MySQL database and user for OpenStack Neat:
|
||||
|
||||
```
|
||||
CREATE DATABASE neat;
|
||||
GRANT ALL ON neat.* TO 'neat'@'controller' IDENTIFIED BY 'neatpassword';
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user