diff options
author | 2013-06-12 07:34:13 +0100 | |
---|---|---|
committer | 2013-06-19 15:35:40 +0100 | |
commit | 8805035dd0becfbeac67e3d540f2f1fe919002bb (patch) | |
tree | 5f5257149419c2a52f73002ae7d7826f5fdbee69 | |
parent | 823ef3d4347354a0f31b90b51ddaad721e049fbe (diff) |
Fix default mysql usernames.
Username heat looks like it got copy and pasted.
Change-Id: I40666b8e80df7424e223b317ab4c9d6f614c43e6
-rw-r--r-- | mysql.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,11 +20,11 @@ Parameters: GlanceUser: Description: Glance database username. Type: String - Default: heat + Default: glance NovaUser: - Description: Glance database username. + Description: Nova database username. Type: String - Default: heat + Default: nova MySQLImage: Type: String BootstrapHost: |