Remove faulty set rabbitmq options
These are set but those variables is not available in the init.pp class and was removed in [1]. [1] https://review.openstack.org/#/c/570311/ Change-Id: I774ef7e5ad7944573ae537fda72c2ab57584a018
This commit is contained in:
parent
ca483a625b
commit
f11194a463
@ -290,13 +290,7 @@ class trove::api(
|
||||
}
|
||||
|
||||
oslo::messaging::rabbit {'trove_config':
|
||||
rabbit_hosts => $::trove::rabbit_hosts,
|
||||
rabbit_host => $::trove::rabbit_host,
|
||||
rabbit_port => $::trove::rabbit_port,
|
||||
rabbit_ha_queues => $::trove::rabbit_ha_queues,
|
||||
rabbit_userid => $::trove::rabbit_userid,
|
||||
rabbit_password => $::trove::rabbit_password,
|
||||
rabbit_virtual_host => $::trove::rabbit_virtual_host,
|
||||
rabbit_use_ssl => $::trove::rabbit_use_ssl,
|
||||
kombu_reconnect_delay => $::trove::kombu_reconnect_delay,
|
||||
kombu_failover_strategy => $::trove::kombu_failover_strategy,
|
||||
|
@ -137,13 +137,7 @@ class trove::conductor(
|
||||
}
|
||||
|
||||
oslo::messaging::rabbit {'trove_conductor_config':
|
||||
rabbit_hosts => $::trove::rabbit_hosts,
|
||||
rabbit_host => $::trove::rabbit_host,
|
||||
rabbit_port => $::trove::rabbit_port,
|
||||
rabbit_ha_queues => $::trove::rabbit_ha_queues,
|
||||
rabbit_userid => $::trove::rabbit_userid,
|
||||
rabbit_password => $::trove::rabbit_password,
|
||||
rabbit_virtual_host => $::trove::rabbit_virtual_host,
|
||||
rabbit_use_ssl => $::trove::rabbit_use_ssl,
|
||||
kombu_reconnect_delay => $::trove::kombu_reconnect_delay,
|
||||
kombu_failover_strategy => $::trove::kombu_failover_strategy,
|
||||
|
@ -201,13 +201,7 @@ the future release. Please use trove::default_neutron_networks instead.")
|
||||
}
|
||||
|
||||
oslo::messaging::rabbit { 'trove_taskmanager_config':
|
||||
rabbit_hosts => $::trove::rabbit_hosts,
|
||||
rabbit_host => $::trove::rabbit_host,
|
||||
rabbit_port => $::trove::rabbit_port,
|
||||
rabbit_ha_queues => $::trove::rabbit_ha_queues,
|
||||
rabbit_userid => $::trove::rabbit_userid,
|
||||
rabbit_password => $::trove::rabbit_password,
|
||||
rabbit_virtual_host => $::trove::rabbit_virtual_host,
|
||||
rabbit_use_ssl => $::trove::rabbit_use_ssl,
|
||||
kombu_reconnect_delay => $::trove::kombu_reconnect_delay,
|
||||
kombu_failover_strategy => $::trove::kombu_failover_strategy,
|
||||
|
Loading…
Reference in New Issue
Block a user