Skip to content

Instantly share code, notes, and snippets.

@petems
Last active August 29, 2015 13:56
Show Gist options
  • Save petems/8981223 to your computer and use it in GitHub Desktop.
Save petems/8981223 to your computer and use it in GitHub Desktop.
Get Nova working...

Instructions from rackspace failed with the following errors:

$ nova
ERROR: six
$ nova
ERROR: 'module' object has no attribute 'add_arg'
$ AuthSystemNotFound: 'rackspace'
$ AuthSystemNotFound: 'rackspace_uk'

With some help from @mattt and @annegentle on #rackspace on Freenode, I got it working with this:

$ pip install rackspace-auth-openstack==1.0 rackspace-novaclient==1.3 python-novaclient==2.13.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment