Bug 905113 - Backport qpid_hosts option - nova
Summary: Backport qpid_hosts option - nova
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 2.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: snapshot3
: 2.1
Assignee: Russell Bryant
QA Contact: Nir Magnezi
URL:
Whiteboard:
Depends On:
Blocks: 905114 905115
TreeView+ depends on / blocked
 
Reported: 2013-01-28 15:47 UTC by Russell Bryant
Modified: 2022-07-09 06:09 UTC (History)
3 users (show)

Fixed In Version: openstack-nova-2012.2.3-1.el6ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 905114 (view as bug list)
Environment:
Last Closed: 2013-03-21 18:15:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-16350 0 None None None 2022-07-09 06:09:41 UTC
Red Hat Product Errata RHSA-2013:0657 0 normal SHIPPED_LIVE Moderate: openstack-nova security, bug fix, and enhancement update 2013-03-21 22:12:14 UTC

Description Russell Bryant 2013-01-28 15:47:09 UTC
To better support HA with qpid, we need to backport the following patch:

https://review.openstack.org/#/c/17046/2/openstack/common/rpc/impl_qpid.py

The patch is in oslo-incubator and will not be backported to the stable/folsom branch of nova/cinder/quantum, since it's a new feature.

Comment 7 Nir Magnezi 2013-03-06 10:07:13 UTC
Verified NVR:
# rpm -qa | grep openstack-nova
openstack-nova-compute-2012.2.3-4.el6ost.noarch
openstack-nova-api-2012.2.3-4.el6ost.noarch
openstack-nova-console-2012.2.3-4.el6ost.noarch
openstack-nova-novncproxy-0.4-3.el6ost.noarch
openstack-nova-scheduler-2012.2.3-4.el6ost.noarch
openstack-nova-common-2012.2.3-4.el6ost.noarch
openstack-nova-cert-2012.2.3-4.el6ost.noarch
openstack-nova-network-2012.2.3-4.el6ost.noarch

Verification Steps:

1. Modified nova.conf as follows:
1.1 remove 'qpid_hostname' and 'qpid_port'
1.2 added qpid_hosts=127.0.0.1:5672

2. Restarted nova services:  for i in api console network cert consoleauth compute scheduler ; do service openstack-nova-$i restart; done
3. Checked nova logs:

2013-03-06 11:58:43 16983 INFO nova.openstack.common.rpc.impl_qpid [-] Connected to AMQP server on 127.0.0.1:5672

4. Modified nova.conf with a bogus IP Address:
4.1 qpid_hosts=11.22.33.44:5672

5. Restarted nova services:  for i in api console network cert consoleauth compute scheduler ; do service openstack-nova-$i restart; done
6. Checked nova logs:

2013-03-06 12:01:10 18317 ERROR nova.openstack.common.rpc.impl_qpid [-] Unable to connect to AMQP server: [Errno 110] ETIMEDOUT. Sleeping 1 seconds

Comment 9 errata-xmlrpc 2013-03-21 18:15:56 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2013-0657.html


Note You need to log in before you can comment on or make changes to this bug.