Replace GUID with generated password

Change-Id: Id17f60db4df7188ec79faddc25453159a4f65fba
Closes-Bug: #1227913
This commit is contained in:
daniel-a-nguyen
2013-10-17 15:17:41 -07:00
parent bbca76444f
commit 90881fe690
4 changed files with 7 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ root_grant_option = True
#root_grant = ALTER ROUTINE, CREATE, ALTER, CREATE ROUTINE, CREATE TEMPORARY TABLES, CREATE VIEW, CREATE USER, DELETE, DROP, EVENT, EXECUTE, INDEX, INSERT, LOCK TABLES, PROCESS, REFERENCES, SELECT, SHOW DATABASES, SHOW VIEW, TRIGGER, UPDATE, USAGE
#root_grant_option = False
# used by passlib to generate root password
#default_password_length = 36
# ============ kombu connection options ========================
rabbit_host=10.0.0.1