Description of problem: ======================= Via packstack, I installed Glance as a standalone node. It fails to communicate with QPID and as a result - image upload fails. Version-Release number of selected component (if applicable): ============================================================= puddle: 2013-10-15.1 python-glanceclient-0.10.0-1.el6ost.noarch openstack-glance-2013.2-0.12.rc1.el6ost.noarch python-glance-2013.2-0.12.rc1.el6ost.noarch How reproducible: ================= Always Steps to Reproduce: =================== 1. Install OpenStack via packstack, Make sure that the node you configure to run Glance is only used with CONFIG_GLANCE_HOST. 2. Via CLI, try to upload an image to glance. 3. Check Glance logs Actual results: =============== Image status stuck at status: queued glance api log: 2013-10-20 10:19:48.716 6791 WARNING qpid.messaging [-] recoverable error[attempt 1927]: [Errno 111] ECONNREFUSED 2013-10-20 10:19:48.717 6791 WARNING qpid.messaging [-] sleeping 120 seconds 2013-10-20 10:21:48.719 6791 WARNING qpid.messaging [-] trying: localhost:5672 glance registry log: 2013-10-17 12:21:16.769 23433 WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Expected results: ================= Glance should be able to communicate with Qpid. image upload should work OK. Additional Info: ================ qpid client ver: python-qpid-0.14-11.el6_3.noarch
This bug is related to #1020025, the issue is that the right config parameter is qpid_hostname and not qpid_host. *** This bug has been marked as a duplicate of bug 1020025 ***