[release-announce] [openstackclient] python-openstackclient 3.14.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 29 20:57:04 UTC 2018


We jubilantly announce the release of:

python-openstackclient 3.14.1: OpenStack Command-line Client

This release is part of the queens release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

3.14.1
^^^^^^

New Features

* Add "--mtu" option to "network create" and "network set" commands,
  allowing CLI users to set the MTU for Neutron networks.

Changes in python-openstackclient 3.14.0..3.14.1
------------------------------------------------

a3caf7b neutron: add --mtu for create/set network
a2b9d2c Rename python-openstacksdk to openstacksdk
aeda2fb Handle SDK changes
0539883 Updated from global requirements
6076808 Updated from global requirements
46ccd9f Update UPPER_CONSTRAINTS_FILE for stable/queens
2a25fbb Update .gitreview for stable/queens


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

.gitreview                                                |  1 +
.zuul.yaml                                                | 10 +++++-----
openstackclient/network/v2/network.py                     | 14 ++++++++++++++
releasenotes/notes/neutron_mtu-d87e53e2d76f8612.yaml      |  5 +++++
test-requirements.txt                                     |  4 ++--
tox.ini                                                   |  6 +++---
10 files changed, 60 insertions(+), 11 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index b1ef7d6..a049579 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -29 +29 @@ python-heatclient>=1.10.0 # Apache-2.0
-python-ironicclient>=1.14.0 # Apache-2.0
+python-ironicclient>=2.2.0 # Apache-2.0
@@ -32 +32 @@ python-karborclient>=0.6.0 # Apache-2.0
-python-mistralclient>=3.1.0 # Apache-2.0
+python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list