[release-announce] [neutron] python-neutronclient 6.5.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 28 21:22:22 UTC 2017


We are psyched to announce the release of:

python-neutronclient 6.5.0: CLI and Client Library for OpenStack
Networking

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-neutronclient

Download the package from:

    https://pypi.python.org/pypi/python-neutronclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-neutronclient

For more details, please see below.

6.5.0
^^^^^

Deprecation Notes

* The "--public" and "--private" attribute of Firewall-as-a-Service
  v2 have been deprecated. While the "--public" attribute will now be
  replaced by "--share", the "--private" attribute will be replaced by
  "--no-share".  This is because of the similarity between the
  behavior of "--public" attribute in FireWall-as-a-Service and the "
  --share" attribute used in OpenStack.  This deprecation affects the
  following CLIs.

  * openstack firewall group create

  * openstack firewall group set

  * openstack firewall group unset

  * openstack firewall policy create

  * openstack firewall policy set

  * openstack firewall policy unset

  * openstack firewall rule create

  * openstack firewall rule set

  * openstack firewall rule unset

Changes in python-neutronclient 6.4.0..6.5.0
--------------------------------------------

bbdea85 Populate shell.COMMANDS dict not to break CLI extension UT
f016413 [FWaaS] Migrate 'public' attribute to 'shared'
b14e842 SFC plugin: fix flow classifier list display


Diffstat (except docs and test files)
-------------------------------------

neutronclient/osc/v2/fwaas/firewallgroup.py        | 47 +++++++++----
neutronclient/osc/v2/fwaas/firewallpolicy.py       | 45 ++++++++----
neutronclient/osc/v2/fwaas/firewallrule.py         | 45 ++++++++----
neutronclient/osc/v2/sfc/sfc_flow_classifier.py    |  2 +-
neutronclient/shell.py                             | 10 +++
.../notes/bug-1676922-81341b70bc6f055a.yaml        | 19 +++++
12 files changed, 229 insertions(+), 108 deletions(-)







More information about the Release-announce mailing list