Bug 1016443

Summary: Imagefactory openstack plugin doesn't work with openstack grizzly and later version.
Product: [Retired] CloudForms Cloud Engine Reporter: Hao Chang Yu <hyu>
Component: imagefactoryAssignee: Perry Myers <pmyers>
Status: CLOSED NOTABUG QA Contact: Rehana <aeolus-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.1.0   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-20 17:47:31 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:
Attachments:
Description Flags
patch for openstack
none
patch for openstack with backward compatibility none

Description Hao Chang Yu 2013-10-08 07:53:31 UTC
Created attachment 809162 [details]
patch for openstack

Description of problem:
It seems like starting from Grizzly, Openstack had glanceclient built in a separated package called python-glanceclient. Therefore, trying to do the following import in the codes will failed.

'from glance import client as glance_client'

I had attached my patch for this bug. Feel free to review it.


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

How reproducible:
Install Openstack Grizzly


Actual results:
Failed to upload image to glance

Expected results:
Upload image to glance successfully

Comment 2 Hao Chang Yu 2013-11-08 06:27:46 UTC
Created attachment 821430 [details]
patch for openstack with backward compatibility