[release][stable][neutron] python-neutronclient release 3.1.1 (liberty)
We are pumped to announce the release of: python-neutronclient 3.1.1: CLI and Client Library for OpenStack Networking This release is part of the liberty stable release series. With source available at: http://git.openstack.org/cgit/openstack/python-neutronclient With package available at: https://pypi.python.org/pypi/python-neutronclient Please report issues through launchpad: http://bugs.launchpad.net/python-neutronclient For more details, please see below. Changes in python-neutronclient 3.1.0..3.1.1 -------------------------------------------- c5e1d2b Ensure to decode bytes or fail 67d1b49 Do not allow name lookups on RBAC policies c816799 Updated from global requirements ac031aa Updated from global requirements 0590835 Revert parent_id and obj_id parameter order eb97444 Updated from global requirements c5d04c9 Let devstack-gate handle the gate hook timeout db7eb55 Py3k compliance: check for bytes when making a string ef326ae Update .gitreview for stable/liberty Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + neutronclient/neutron/v2_0/rbac.py | 4 ++++ neutronclient/v2_0/client.py | 6 +++--- requirements.txt | 6 +++--- 6 files changed, 13 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a677ab..279f605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,3 @@ oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 -requests>=2.5.2 -python-keystoneclient>=1.6.0 +oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0 +requests!=2.8.0,>=2.5.2 +python-keystoneclient!=1.8.0,>=1.6.0
participants (1)
-
doug@doughellmann.com