| Summary: | Imagefactory openstack plugin doesn't work with openstack grizzly and later version. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Hao Chang Yu <hyu> | ||||||
| Component: | imagefactory | Assignee: | 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: | |||||||
| Attachments: |
|
||||||||
Created attachment 821430 [details]
patch for openstack with backward compatibility
|
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