CentOS: Fix duplicated rabbitmq repository
The rabbitmq repository is included by delorean-deps.repo , so we don't have to enable it explicitly. Change-Id: I875b4d79985a40e0bbd633af44aba1f4699733c2 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -32,6 +32,7 @@ class openstack_integration::rabbitmq {
|
||||
'RABBITMQ_NODENAME' => "rabbit@${openstack_integration::config::hostname}",
|
||||
},
|
||||
repos_ensure => false,
|
||||
enable_centos_release => false,
|
||||
manage_python => false,
|
||||
# the interface parameter is ignored if ssl_only is true
|
||||
interface => $openstack_integration::config::host,
|
||||
|
Reference in New Issue
Block a user