Bug 1020025
Summary: | Glance appears to ignore qpid_host setting in glance-api.conf | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Steve Reichard <sreichar> | |
Component: | openstack-glance | Assignee: | Flavio Percoco <fpercoco> | |
Status: | CLOSED ERRATA | QA Contact: | Haim <hateya> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.0 | CC: | abaron, apevec, ddomingo, eglynn, fpercoco, hateya, jeff, jlabocki, sclewis, sradvan, yeylon | |
Target Milestone: | beta | |||
Target Release: | 4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-glance-2013.2-3.el6ost | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Glance's configuration file exposed the wrong parameter name for qpid's host.
Consequence:
Glance notification service wouldn't connect to qpid nodes.
Fix:
Replaced qpid_host with qpid_hostname in glance-api.
Result:
The qpid nodes operate as expected.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1034362 (view as bug list) | Environment: | ||
Last Closed: | 2013-12-20 00:29:00 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: | ||||
Bug Blocks: | 1034362, 1040649 |
Description
Steve Reichard
2013-10-16 19:54:19 UTC
I think I understand the issue. While the parameter that exist in the file and is being set is named "qpid_host" I set the value to parameter "qpid_hostname" and was operational. Correct, the right param is qpid_hostname as defined here: https://github.com/openstack/glance/blob/master/glance/notifier/notify_qpid.py# I just submitted a patch to fix this. The patch should also be backported to Havana. *** Bug 1021219 has been marked as a duplicate of this bug. *** Patch backported to stable/havana *** Bug 1028693 has been marked as a duplicate of this bug. *** puppet-glance fix submitted (In reply to Flavio Percoco from comment #9) > puppet-glance fix submitted Included in openstack-packstack-2013.1.1-0.35.dev699.el6ost: - Added 0017-Replace-qpid_host-with-qpid_hostname.patch > > puppet-glance fix submitted
>
> Included in openstack-packstack-2013.1.1-0.35.dev699.el6ost:
> - Added 0017-Replace-qpid_host-with-qpid_hostname.patch
Above is 3.0.z build, also in RHOS 4.0 Beta build openstack-packstack-2013.2.1-0.10.dev846.el6ost:
- Added 0005-Replace-qpid_host-with-qpid_hostname.patch
*** Bug 1030067 has been marked as a duplicate of this bug. *** verified on openstack-glance-2013.2-3.el6ost.noarch managed to set remote glance machine and create image. Is this patch going to be added to the Fedora packages? I'm seeing the same problems there. 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/RHEA-2013-1859.html |