From d2fa6cadafcf1445ea241a9051b4bdf35090a2db Mon Sep 17 00:00:00 2001 From: Mike Dorman Date: Thu, 11 Dec 2014 22:45:55 -0700 Subject: [PATCH] Correct references to ::nova::rabbit_* variables Change ::nova::init::rabbit_* variable references to ::nova::rabbit_*. Change-Id: Iab5b83478c33ca57a4612171df991c1927496f6f Closes-bug: 1401766 --- manifests/cells.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/cells.pp b/manifests/cells.pp index 72ec9ecc9..2c93d24c4 100644 --- a/manifests/cells.pp +++ b/manifests/cells.pp @@ -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']