From: Derek Higgins Date: Wed, 12 Jun 2013 06:34:13 +0000 (+0100) Subject: Fix default mysql usernames. X-Git-Tag: opnfv-6.0.0~3001^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8805035dd0becfbeac67e3d540f2f1fe919002bb;p=apex-tripleo-heat-templates.git Fix default mysql usernames. Username heat looks like it got copy and pasted. Change-Id: I40666b8e80df7424e223b317ab4c9d6f614c43e6 --- diff --git a/mysql.yaml b/mysql.yaml index db051a24..f93ae283 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -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: