Bug 860366

Summary: heat-jeos "Cannot connect to Glance" error
Product: [Fedora] Fedora Reporter: Steven Hardy <shardy>
Component: heat-jeosAssignee: Tomas Sedovic <tsedovic>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 18CC: asalkeld, imain, jpeeler, sdake, tomas, zbitter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-13 19:34:56 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:

Description Steven Hardy 2012-09-25 17:23:41 UTC
Description of problem:

Attempting to run heat-jeos with the --register-with-glance option results in an error connecting to glance, but the credentials and connection (via the glance CLI tool) seem fine.

[root@heattestlt ~]# heat-jeos create F17-x86_64-cfntools --register-with-glance
/bin/heat-jeos:32: UserWarning: The 'glance.client' module is deprecated in favor of the 'glanceclient' module provided by python-glanceclient (see http://github.com/openstack/python-glanceclient).
  from glance import client as glance_client
Cannot connect to Glance. Please verify that it's running and check your credentials.

[root@heattestlt ~]# glance index
ID                                   Name                           Disk Format          Container Format     Size          
------------------------------------ ------------------------------ -------------------- -------------------- --------------
61b70f02-b3ff-4869-aeaa-786de9a5170d F17-x86_64-cfntools            qcow2                bare                      647228928
1a1c7e4d-48e8-4c65-a788-a639295c22cb ami-tty                        ami                  ami                        25165824
0138a659-aed3-4b78-9b54-a7fdd224c135 ari-tty                        ari                  ari                         5882349
d39b1cd6-a173-494f-a42c-e1fd5fec915f aki-tty                        aki                  aki                         4404752
60994356-0f8e-44e1-9147-917b2ce3438c f16                            qcow2                bare                      213581824



Version-Release number of selected component (if applicable):

heat-jeos-6-1.fc18.noarch

How reproducible:
Always

Steps to Reproduce:
1.Run heat-jeos with the --register-with-glance option
2.Observe failure
  
Actual results:
Error connecting to glance

Expected results:
No error connecting to glance

Additional info:

Comment 1 Tomas Sedovic 2012-10-08 14:25:54 UTC
Seems to be related to this upstream issue:

https://github.com/heat-api/heat-jeos/issues/20

Comment 2 Steven Dake 2013-12-13 19:34:56 UTC
heat-jeos is being removed from F21, so I'll close this bug.