Bug 1016443 - Imagefactory openstack plugin doesn't work with openstack grizzly and later version.
Summary: Imagefactory openstack plugin doesn't work with openstack grizzly and later v...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: imagefactory
Version: 1.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Perry Myers
QA Contact: Rehana
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-08 07:53 UTC by Hao Chang Yu
Modified: 2015-03-20 17:47 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-20 17:47:31 UTC


Attachments (Terms of Use)
patch for openstack (7.44 KB, patch)
2013-10-08 07:53 UTC, Hao Chang Yu
no flags Details | Diff
patch for openstack with backward compatibility (7.44 KB, patch)
2013-11-08 06:27 UTC, Hao Chang Yu
no flags Details | Diff

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


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