[openstack-dev] [release] python-openstackclient release 1.1.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:33 UTC 2015


We are gleeful to announce the release of:

python-openstackclient 1.1.0: OpenStack Command-line Client

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

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

Please report issues through launchpad:

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

Changes in python-openstackclient 1.0.3..1.1.0
----------------------------------------------

3c7b518 2015-04-20 11:23:15 -0600 Handle the pagination for image list
3284384 2015-04-20 06:04:10 +0000 Imported Translations from Transifex
00eeb35 2015-04-19 02:41:04 -0400 remove unnecessary conditionals
e85971b 2015-04-19 01:43:40 -0400 Update the docs for new nic options
6e70139 2015-04-18 23:04:53 -0500 Begin documenting --os-cloud
5649695 2015-04-18 23:04:51 -0500 Add --os-cloud support
0e61e5f 2015-04-18 06:04:12 +0000 Imported Translations from Transifex
6c4f815 2015-04-17 13:37:44 -0400 Re-organize functional tests
4c107e6 2015-04-17 10:14:57 -0700 Role operations should not require list object permission
15bc2cc 2015-04-17 07:54:05 -0600 Print warning on authentication error
d363068 2015-04-17 14:20:37 +0200 Fix skipped image create attribute location attr
5780606 2015-04-16 18:13:36 +0000 Uncap library requirements for liberty
f43c1f7 2015-04-15 22:40:52 -0500 Defer client imports
459526e 2015-04-15 21:17:00 -0400 Better help for --nic in create server
8bd8a8d 2015-04-15 01:42:00 -0400 Add support to specify volume quotas per volume type
a0fe37e 2015-04-13 16:21:50 -0600 Add warning message if unknown version supplied
0d68987 2015-04-07 23:53:31 -0700 Fix session timing
77e3fba 2015-04-03 02:26:22 -0400 Add support for showing limits of a specific project
ec4ef5f 2015-04-02 12:59:34 -0500 Suppress warnings user can't fix
e60bf28 2015-04-02 11:21:07 +1100 Use glanceclient's inbuilt images find
f6bd2fa 2015-03-31 18:38:53 +0000 Updated from global requirements
894fe6c 2015-03-31 06:05:13 +0000 Imported Translations from Transifex
6a9d6af 2015-03-30 11:53:17 -0400 Add support to remote_id
6c224f5 2015-03-19 23:49:02 -0700 Add project and domain params to network create
7628510 2015-03-19 14:02:50 -0400 Add a doc about authenticating against v3
6214344 2015-03-19 13:54:19 -0400 Add the ability to set and unset flavor properties
8e92dfc 2015-03-17 23:44:53 +0100 Use cliff deferred help instead of homemade one
a9d1e3d 2015-03-11 19:16:18 +1100 Base TokenEndpoint plugin on keystoneclient's
be3cbd2 2014-11-14 17:01:49 -0600 Look harder to find DevStack

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

examples/common.py                                 |   8 +
examples/object_api.py                             |  17 +-
examples/osc-lib.py                                |  14 +-
functional/harpoon.sh                              |   9 +-
openstackclient/api/auth.py                        | 166 +++--
openstackclient/api/auth_plugin.py                 |  21 +-
openstackclient/common/clientmanager.py            |  24 +-
openstackclient/common/limits.py                   |  29 +-
openstackclient/common/quota.py                    |  12 +-
openstackclient/common/session.py                  |  50 ++
openstackclient/common/timing.py                   |  10 +-
openstackclient/compute/client.py                  |  20 +-
openstackclient/compute/v2/flavor.py               |  78 ++-
openstackclient/compute/v2/server.py               |  11 +-
openstackclient/identity/common.py                 |  59 +-
openstackclient/identity/v3/group.py               |   7 +-
openstackclient/identity/v3/identity_provider.py   |  68 +-
openstackclient/identity/v3/project.py             |   3 +-
openstackclient/identity/v3/role.py                |  81 +--
openstackclient/identity/v3/role_assignment.py     |  17 +-
openstackclient/identity/v3/trust.py               |   9 +-
openstackclient/identity/v3/user.py                |   9 +-
openstackclient/image/client.py                    |  56 +-
openstackclient/image/v1/image.py                  |  14 +-
openstackclient/image/v2/image.py                  |  12 +-
openstackclient/network/v2/network.py              |  21 +
openstackclient/shell.py                           | 115 +--
openstackclient/volume/client.py                   |  20 +-
.../de/LC_MESSAGES/python-openstackclient.po       | 266 ++++---
.../locale/python-openstackclient.pot              | 226 +++---
.../zh_TW/LC_MESSAGES/python-openstackclient.po    | 767 +++++++++++++++++++++
requirements.txt                                   |  15 +-
setup.cfg                                          |   2 +
test-requirements.txt                              |   6 +-
68 files changed, 3145 insertions(+), 1139 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 97d06c4..b8712eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Babel>=1.3
-cliff>=1.7.0  # Apache-2.0
+cliff>=1.10.0  # Apache-2.0
@@ -10,4 +10,5 @@ cliff-tablib>=1.0
-oslo.config>=1.9.0  # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
+os-client-config
+oslo.config>=1.9.3  # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
@@ -16 +17 @@ python-keystoneclient>=1.1.0
-python-novaclient>=2.18.0,!=2.21.0
+python-novaclient>=2.22.0
@@ -20 +21 @@ requests>=2.2.0,!=2.4.0
-stevedore>=1.1.0  # Apache-2.0
+stevedore>=1.3.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e897e60..24f5c68 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,3 +10,3 @@ mock>=1.0
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
-requests-mock>=0.5.1  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0





More information about the OpenStack-dev mailing list