detach-murano plugin sets wrong rabbit_hosts in murano.conf

Bug #1651748 reported by SFilatov
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Fuel Plugins
Fix Committed
Undecided
SFilatov

Bug Description

Basically, wrong function in manifest
murano.pp:
rabbit_os_host => split($amqp_hosts, ','),
which turns it into an array.

puppet murano class in init.pp:
'oslo_messaging_rabbit/rabbit_hosts' : value => $rabbit_os_host;
which sets only one host into config file

SFilatov (sergeyfilatov)
Changed in fuel-plugins:
assignee: nobody → SFilatov (filatecs)
summary: - detach-murano plugin setts wrong rabbit_hosts in murano.conf
+ detach-murano plugin sets wrong rabbit_hosts in murano.conf
Revision history for this message
Alex Kholkin (akholkin) wrote :
Changed in fuel-plugins:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-plugin-murano (master)

Fix proposed to branch: master
Review: https://review.openstack.org/414922

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-plugin-murano (master)

Reviewed: https://review.openstack.org/414922
Committed: https://git.openstack.org/cgit/openstack/fuel-plugin-murano/commit/?id=3ae7afa171b23e7c11212d8224a4540f0f94d7a3
Submitter: Jenkins
Branch: master

commit 3ae7afa171b23e7c11212d8224a4540f0f94d7a3
Author: Sergey Filatov <email address hidden>
Date: Mon Dec 26 12:31:10 2016 +0300

    Do not split hosts for rabbit_os_hosts in murano.pp

    Fixed murano manifest which turned rabbit_hosts string into an array.
    This set wrong rabbit_hosts setting in murano.conf

    Closes-Bug: #1651748
    Change-Id: I2b0b8650b588913d52881ddc374ea5e7abb32aff

Changed in fuel-plugins:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.