Git Product home page Git Product logo

Comments (8)

shannonmitchell avatar shannonmitchell commented on July 29, 2024

I just noticed the same thing this morning. It looks like they are ripping out the rackspace workaround and are requiring a 'rackspace' authentication plugin for python-novaclient. I have tried the older rackspace_auth_openstack auth plugin and that doesn't seem to be noticed by python-novaclient.

from pyrax.

EdLeafe avatar EdLeafe commented on July 29, 2024

Yep, they broke auth for Rackspace; I'll have to create a fix for that. I would suggest that in the meantime you run:

pip install -U python-novaclient==2.11.1

to re-install the latest version that works.

from pyrax.

EdLeafe avatar EdLeafe commented on July 29, 2024

Actually, I skipped a version. 2.12.0 also works. So to downgrade:

pip install -U python-novaclient==2.12.0

from pyrax.

sivel avatar sivel commented on July 29, 2024

I have a fix that seems to be working, I can send a pull request shortly.

from pyrax.

EdLeafe avatar EdLeafe commented on July 29, 2024

Cool - I've been researching the change on the OpenStack lists and coming up empty.

from pyrax.

EdLeafe avatar EdLeafe commented on July 29, 2024

I just pushed v1.3.6, which incorporates Matt's fix for auth.

from pyrax.

sivel avatar sivel commented on July 29, 2024

I didn't think about it at the time, but we should probably increase the python-novaclient dependency version to 2.13.0 in setup.py

Otherwise 2.10.0 satisfies the dependency, but the new fix is not backwards compatible in the way it was implemented.

from pyrax.

EdLeafe avatar EdLeafe commented on July 29, 2024

True, but with the >= operator, pip will always install the latest. I'll make the change, though, for the next release.

from pyrax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.