[openstack-announce] [release][openstack] python-openstackclient release 1.9.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Tue Nov 17 22:22:58 UTC 2015


We are pumped to announce the release of:

python-openstackclient 1.9.0: OpenStack Command-line Client

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    https://launchpad.net/python-openstackclient/+milestone/1.9.0

Please report issues through launchpad:

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

Changes in python-openstackclient 1.8.0..1.9.0
----------------------------------------------

471881f Add release notes for 1.9.0
fc32b0d Improve "server list" command to have the same output as "nova list".
91fbb0e Enable "openstack server unlock" command to take multiple servers.
c1f0ad6 Enable "openstack server lock" command to take multiple servers.
90d86ef Enable "openstack server unpause" command to take multiple servers.
51f2fda Add capability to update description of an IdP
cfd2bf5 validate non-ascii values for swift properties
ed82312 Trivial: Fix wrong param name in comment.
8b23c26 Split the vol_id from a dev mapping
c079e13 better format remote IDs for identity providers
c396b69 Trivial: Fix wrong param name in comment.
c975666 Trivial cleanup: Use plural format for "server delete" doc.
441543d Set default network api to 2.0 instead of 2
ea63553 Fix the bug of "openstack console log show"
a337f66 Enable "openstack server pause" command to take multiple servers.
176735f Change method to get the user_id
f8f2f4d Use fake server name instead of id when testing "server_name" param.
db46666 Fix a bug about "openstack server list --user"
5ad5996 Add --owner to `image create`
45a07af Trivial: Fix wrong comment of _format_servers_list_networks().
7107b55 Add "server stop" command to osc.
1809faa Add "server start" command to osc.
2f00fcd Allow int version numbers in the clouds.yaml
c49c9df Import the module not the class
7d8bb33 Add project-name/-id validation for the OSC "openstack quota set"
332ec43 Imported Translations from Zanata
9e50752 Fix the bug of "openstack usage show"
05800c4 Rename context.py to logs.py
bfebac8 Allow debug to be set in configuration file
53099ea Updated from global requirements
eac40be Trivial clean up: Add doc for "osc server lock/unlock".
0ee5527 Trivial clean up: do not use plural form in command arguments.
12668b3 Fix issue when displaying image_member
46fdaab Add Command Options guideline doc
539c39b remove url from v3 regions
9471115 Support pagination params for flavor list
d1bc15f Add compute service delete
cbc1897 Move session and fixtures to keystoneauth1
17f794c Change Identity API default version to 3
b33cdec Mark arguments for 'credential' commands as required

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

openstackclient/api/object_store_v1.py             |   8 +
openstackclient/common/context.py                  | 170 -----------------
openstackclient/common/logs.py                     | 170 +++++++++++++++++
openstackclient/common/parseractions.py            |  15 ++
openstackclient/common/quota.py                    |  15 +-
openstackclient/common/utils.py                    |   8 +
openstackclient/compute/v2/console.py              |   2 +
openstackclient/compute/v2/flavor.py               |  13 +-
openstackclient/compute/v2/server.py               | 175 ++++++++++++++----
openstackclient/compute/v2/service.py              |  22 +++
openstackclient/compute/v2/usage.py                |  16 +-
openstackclient/identity/client.py                 |   2 +-
openstackclient/identity/v3/credential.py          |  31 ++--
openstackclient/identity/v3/identity_provider.py   |  23 ++-
openstackclient/identity/v3/region.py              |  22 +--
openstackclient/image/v2/image.py                  |  12 +-
openstackclient/network/client.py                  |   4 +-
openstackclient/shell.py                           |  10 +-
openstackclient/volume/v1/volume.py                |   2 +-
openstackclient/volume/v2/volume.py                |   8 +-
.../de/LC_MESSAGES/python-openstackclient.po       |  10 +-
.../locale/python-openstackclient.pot              |  23 +--
.../zh_TW/LC_MESSAGES/python-openstackclient.po    |  10 +-
requirements.txt                                   |   7 +-
setup.cfg                                          |   3 +
58 files changed, 1572 insertions(+), 655 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ba7a9e3..a710d6f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,0 +9 @@ cliff>=1.14.0 # Apache-2.0
+keystoneauth1>=1.0.0
@@ -10 +11 @@ os-client-config!=1.6.2,>=1.4.0
-oslo.config>=2.3.0 # Apache-2.0
+oslo.config>=2.6.0 # Apache-2.0
@@ -12 +13 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=2.4.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
@@ -15 +16 @@ python-keystoneclient!=1.8.0,>=1.6.0
-python-novaclient>=2.29.0
+python-novaclient!=2.33.0,>=2.29.0





More information about the OpenStack-announce mailing list