Try:
OS_AUTH_SYSTEM=rackspace vs the old NOVA_RAX_AUTH=1 setting.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-novaclient in Ubuntu.
https://bugs.launchpad.net/bugs/1197745
Title:
Rackspace authentication no longer suppor
Oops, also make sure to: pip install rackspace-auth-openstack to get
the rackspace plugin.
There's a meta package for this which will install both novaclient and
the rax auth plugin: pip install rackspace-novaclient
--
You received this bug notification because you are a member of Ubuntu
Serv
Makes sense. Thanks.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/954692
Title:
cannot detach volume from terminated instance
To manage notifications about this bug go to:
https://
I think removing that block of code makes sense.
However, a few lines below, I would add a try/except around the call to
self.driver.destroy(). It looks like it could raise if the instance is
not created at the driver level, which could be the case for an instance
that's in ERROR state.
--
You