Hide Forgot
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
Created attachment 821430 [details] patch for openstack with backward compatibility