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

doug at doughellmann.com doug at doughellmann.com
Mon Jun 15 14:10:07 UTC 2015


We are thrilled to announce the release of:

python-openstackclient 1.4.0: OpenStack Command-line Client

This release is part of the liberty release series.

With source available at:

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

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

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

Please report issues through launchpad:

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

Changes in python-openstackclient 1.3.0..1.4.0
----------------------------------------------

9f69b43 Improve the hint message
b328960 Fix the typo in `openstackclient/shell.py`
ec903a1 Add oidc plugin for listing federation projects
aac0d58 Skip trying to set project_domain_id if not using password
f3725b4 Updated from global requirements
18991ab Updated from global requirements
1f1ed4c Imported Translations from Transifex
4afd308 Include links to developer workflow documentation
f7feef7 Enable specifying domain for group and role commands
7cf7790 Not use the deprecated argument
b808566 Create 1.4.0 release notes
43d12db Updated from global requirements
31d785e Allow --insecure to override --os-cacert
3fa0bbc Clean up ec2 credentials help text
8d185a6 Add functional tests for volume set and unset
7665d52 Add domain support for ec2creds in v3 identity
15d3717 Add EC2 support for identity v3 API
db7d4eb Imported Translations from Transifex
bf99218 Add a reference to the IRC channels
226fc6c Change Credentials header to Blob from data
f737160 Get rid of oslo_i18n deprecation notice
b2cf651 Fix security group list command
a05cbf4 Rework shell tests
746f642 Add image functional tests
f9fa307 Add volume functional tests
0c9f5c2 Ignore cover directory from git
3ae247f Set tenant options on parsed namespace
5361652 Add support for volume v2 API
d14316a add domain scope arguments to v3 role add in doc
01573be project create is missing --parent in doc
542f587 add --domain argument to v3 project set
224d375 Add --wait to server delete
ae29f7f Use ostestr for test runs
2c4b878 Add cli tests for --verify and friends
da083d1 Small tweaks to osc plugin docs
211c14c Fix shell tests

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

.gitignore                                         |   1 +
README.rst                                         |   5 +
examples/object_api.py                             |   4 +-
examples/osc-lib.py                                |   4 +-
functional/common/test.py                          |   2 +-
openstackclient/api/auth.py                        |  10 +-
openstackclient/common/clientmanager.py            |   4 +
openstackclient/common/utils.py                    |  46 ++
openstackclient/compute/v2/security_group.py       |   2 +-
openstackclient/compute/v2/server.py               |  17 +
openstackclient/i18n.py                            |   4 +-
openstackclient/identity/common.py                 |  16 +-
openstackclient/identity/v2_0/ec2creds.py          |  18 +-
openstackclient/identity/v3/credential.py          |   5 +-
openstackclient/identity/v3/ec2creds.py            | 251 +++++++
openstackclient/identity/v3/group.py               | 116 ++-
openstackclient/identity/v3/project.py             |   8 +
openstackclient/identity/v3/role.py                | 321 +++------
openstackclient/identity/v3/unscoped_saml.py       |   2 +-
openstackclient/identity/v3/user.py                |   2 +-
openstackclient/shell.py                           |  50 +-
openstackclient/volume/client.py                   |   3 +-
openstackclient/volume/v2/__init__.py              |   0
openstackclient/volume/v2/backup.py                |  70 ++
openstackclient/volume/v2/snapshot.py              |  71 ++
openstackclient/volume/v2/volume.py                |  83 +++
openstackclient/volume/v2/volume_type.py           |  68 ++
.../de/LC_MESSAGES/python-openstackclient.po       | 783 +++++++++++----------
.../locale/python-openstackclient.pot              | 208 +++---
.../zh_TW/LC_MESSAGES/python-openstackclient.po    | 687 +++++++++---------
requirements.txt                                   |   8 +-
setup.cfg                                          |  18 +
test-requirements.txt                              |   1 +
tox.ini                                            |   4 +-
60 files changed, 2907 insertions(+), 1337 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 415d27a..d420b1a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ cliff-tablib>=1.0
-os-client-config
+os-client-config>=1.2.0
@@ -14,2 +14,2 @@ oslo.utils>=1.4.0                       # Apache-2.0
-python-glanceclient>=0.17.1
-python-keystoneclient>=1.3.0
+python-glanceclient>=0.18.0
+python-keystoneclient>=1.6.0
@@ -20 +20 @@ requests>=2.5.2
-stevedore>=1.3.0  # Apache-2.0
+stevedore>=1.5.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 24f5c68..f82e48d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,0 +14 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+os-testr>=0.1.0





More information about the OpenStack-dev mailing list