The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.
Change-Id: If2aba189704c310ea4fcb805589e2732a525e992
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv.
Change-Id: I5c5cdf59c32052e051fe3c586074aec7c5f2347f
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.
Change-Id: I2147b18fd9ecc32eef3c8670e33def2a702e7d20
Prepare for the next release and set the package name to openstacksdk
and drop the python- prefix. This package name has already been reserved
on PyPI.
This was initially started by a discussion at the summit around
OpenStackClient making the same move to strip the python- prefix
(they haven't completed it, but have reserved the PyPI name).
It was further discussed on IRC and I believe in a meeting that
there is no benefit to having the python- prefix here. There is
no name collision we're avoiding with it, and it provides
nothing extra by being prefixed as such.
Change-Id: I1145883a2f896769143a3fcc6e43468d6e590e11
Way back at the Summit I said I'd revert back to the standard
KSC auth plugins. Well here, they are.
Change-Id: I8acc2be3f2ac7d10b6914f892d9f0bfe734496fd
This change updates the README text that shows up on PyPI so we can get
a small example up there as well as the documentation link. It also
marks 3.4 as supported, since we've been testing that for a while now.
Change-Id: I28555eb4e121f35151afc8548adb3df166257814
Closes-Bug: 1420858
Move the version detection code into a plugin because it
does not belong in connection. Create a new discoverable plugin
that looks at the auth_url and makes a best guess if it should
use v2 or v3 auth.
The plugin also now accepts access_info so a cached version
of the authorization can be reproduced without hitting
keystone.
Change-Id: Ia5d32457c90716627a75be2c99267c4ed7903197