On Wed, Aug 1, 2012 at 3:12 PM, Lorin Hochstein <lorin at nimbisservices.com> wrote: > I believe pip gets it from PyPI: > http://pypi.python.org/pypi/python-novaclient/ Ah, I documented this internally and promptly forgot, this is where my version of python-novaclient with "reset-state" came from: sudo pip install -e git+https://github.com/openstack/python-novaclient.git#egg=python-novaclient you may want to verify the version at http://pypi.python.org/pypi/python-novaclient has it as well. -Jon