Correct references to ::nova::rabbit_* variables

Change ::nova::init::rabbit_* variable references to
::nova::rabbit_*.

Change-Id: Iab5b83478c33ca57a4612171df991c1927496f6f
Closes-bug: 1401766
This commit is contained in:
Mike Dorman 2014-12-11 22:45:55 -07:00
parent 7903643165
commit d2fa6cadaf
1 changed files with 5 additions and 5 deletions

View File

@ -217,11 +217,11 @@ class nova::cells (
@@nova::manage::cells { $cell_name:
cell_type => $cell_type,
cell_parent_name => $cell_parent_name,
rabbit_username => $::nova::init::rabbit_userid,
rabbit_password => $::nova::init::rabbit_password,
rabbit_hosts => $::nova::init::rabbit_hosts,
rabbit_port => $::nova::init::rabbit_port,
rabbit_virtual_host => $::nova::init::rabbit_virtual_host,
rabbit_username => $::nova::rabbit_userid,
rabbit_password => $::nova::rabbit_password,
rabbit_hosts => $::nova::rabbit_hosts,
rabbit_port => $::nova::rabbit_port,
rabbit_virtual_host => $::nova::rabbit_virtual_host,
weight_offset => $weight_offset,
weight_scale => $weight_scale,
before => Service['cells']