Bug 1030664

Summary: RHOS should use impl_qpid v2 by default
Product: [Community] RDO Reporter: Alvaro Lopez Ortega <aortega>
Component: openstack-novaAssignee: RHOS Maint <rhos-maint>
Status: CLOSED DUPLICATE QA Contact: Ami Jeain <ajeain>
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, ddomingo, derekh, ndipanov, rbryant, xqueralt, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The QPID driver's v2 topology was introduced to specifically address the slow growth of orphaned direct exchanges over time. By default, however, services still use the original v1 topology of the QPID driver; the v2 topology has to be explicitly configured via the 'qpid_topology_version = 2' parameter. To address this, Packstack now adds the 'qpid_topology_version = 2' parameter to the distribution configuration file of each service (e.g. /usr/share/neutron/neutron-dist.conf). This effectively sets the QPID driver's v2 topology as the default.
Story Points: ---
Clone Of: 1030658 Environment:
Last Closed: 2014-01-16 13:20:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1030658, 1031022, 1031023, 1031025, 1031027    
Bug Blocks:    

Description Alvaro Lopez Ortega 2013-11-14 21:28:42 UTC
+++ This bug was initially created as a clone of Bug #1030658 +++

Description of problem:
Packstack does not touch the default value of 'qpid_topology_version', which defaults to 1. It should set it to 2, so Qpid's topology v2 was used.

How reproducible:
Check /etc/ceilometer/ceilometer.conf, /etc/cinder/cinder.conf, /etc/nova/nova.conf, etc.

Expected results:
An entry "qpid_topology_version=2"

Comment 1 Alvaro Lopez Ortega 2014-01-15 13:15:09 UTC
It's actually an openstack-nova bug - at I believe has been fixed already. I'm reassigning it just in case.

Comment 2 Xavier Queralt 2014-01-16 13:20:27 UTC
This was already fixed in nova.

*** This bug has been marked as a duplicate of bug 1030658 ***