Remove usage of deprecated rabbit params

rabbit param removed from puppet-neutron in [1],
Required transport_url is taken care by puppet-stack-config.yaml.
This patch removes the usage of removed rabbit_hosts param.

[1] https://review.openstack.org/#/c/570307/

Closes-Bug: #1777616
Change-Id: I9d561aa2e2f71b8892580950e9664d62f956773d
This commit is contained in:
yatin 2018-06-19 14:13:27 +05:30
parent 41c401ca65
commit 176bc689f7
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@ include ::nova::scheduler::filter
include ::nova::compute
class { '::neutron':
rabbit_hosts => [hiera('controller_host')],
debug => hiera('debug'),
}