Comment 3 for bug 1488315

Revision history for this message
Charles Farquhar (cfarquhar) wrote :

Jordan can provide further details, but I believe this was filed in response to previously working environments having 'nova migrate' and 'nova image-create' functionality break for multiple customers. In order to restore functionality, the following commands were run on all of the hypervisors:

# apt-get remove python-requests -y ; pip install requests ; service nova-compute restart ; service neutron-linuxbridge-agent restart

However, the following packages were also removed as they have dependencies on python-requests:

  cloud-image-utils euca2ools python-requestbuilder python-requests
  ssh-import-id

I'm not sure what the impact of these packages being removed is.