I learned from today's quantum meeting on #openstack-meeting that a new alpha tarball for python-quantumclient is available. I'm happy to report that I was able to easily install a working copy with the following commands:
$ wget http://tarballs.openstack.org/python-quantumclient/python-quantumclient-2.2 .2a1.tar.gz $ virtualenv --distribute ve $ . ./ve/bin/activate $ pip install file://$PWD/python-quantumclient-2.2.2a1.tar.gz This is an improvement since my test of the first alpha. The fixes for this were in upstream pbr and so the first alpha tarball actually installs for me now as well. This second alpha tar ball is an improvement as it updates the version dependencies to require the upstream fixes. This is a good thing. I put this version of the client through a bit of testing on my end and have not seen any regressions. It also contains a working patch that I have been anxiously awaiting (adds --endpoint-type option.) I'm anxious to see it released. Thanks, Carl Baldwin _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
