Skip to content

Commit

Permalink
BZ994207 - fixing glance param names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan OMara committed Aug 6, 2013
1 parent 1de2909 commit 0182d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet/quickstack/manifests/controller.pp
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@

class {'openstack::glance':
db_host => $pacemaker_priv_floating_ip,
glance_user_password => $glance_user_password,
glance_db_password => $glance_db_password,
user_password => $glance_user_password,
db_password => $glance_db_password,
require => Class['openstack::db::mysql'],
}

Expand Down

0 comments on commit 0182d15

Please sign in to comment.