[release][openstack] python-openstackclient release 1.8.0 (mitaka)
We are gleeful to announce the release of: python-openstackclient 1.8.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.8.0 Please report issues through launchpad: https://bugs.launchpad.net/python-openstackclient Changes in python-openstackclient 1.7.0..1.8.0 ---------------------------------------------- db2dfa3 Add release notes for 1.8.0 d3e2e35 Updated from global requirements 195a0ed Follow-on for volume list - add tests, clean help 9f51ccd Add filtering by project/user for 'openstack volume list' a29df98 Updated from global requirements b60a949 Remove cliff-tablib from requirements.txt 2ca7681 Updated from global requirements 10ecd67 Updated from global requirements f0a81c2 Mask the sensitive values in debug log b12d850 Fix functional tests for Python 3.4 1f8b814 Fix up object-store show commands ae82271 Add a table showing all the openstack plugin objects bd14d07 unwedge the gate 2eaaf37 Fix a typo in commands.rst 851393e Fix typos in authentication.rst 27465f1 Updated from global requirements e523c69 Add test for role list --inherited 985b2cd Fix non-ascii issue with object commands 80e3a2d Add ID column to compute service list 2bd82ab image set should not show the resource 1afb574 Add tags to `image set` 201b1ce Clean up Image v2 image set command 7075c90 Evaluate --inherited in role list 578a57d Set object store arg order in docs 5bd5366 Update the plugin docs e48c7af add set/unset support for objects in object store abaf711 add support for set/unset of container properties 45f1509 Updated from global requirements ecb69a4 Rename swift account commands a2786fa Add one parenthesis faece91 cleanup account ids from container commands 4733fd0 Add support for showing account details a4483a0 Add support for updating swift account properties 97659ad Add tests for find_resource() df85380 Imported Translations from Zanata 83282bc attempt to find resource by listing 05f5e04 Additional exception handling for find_resource e52dfce Add shields.io version/downloads links/badges into README.rst 0e89d08 docs: pip install -e needs an argument 8faabb3 Glance `image set` Resolve Fracturing 1afd8f6 Image fix bug with --volume 9e6f99e Use `discover_extensions` for novaclient 00eebaf Override the debug default and help text Diffstat (except docs and test files) ------------------------------------- README.rst | 8 + .../command-objects/object-store-account.rst | 45 ++++ functional/common/test.py | 3 +- openstackclient/api/object_store_v1.py | 245 ++++++++++++++--- openstackclient/common/clientmanager.py | 4 +- openstackclient/common/utils.py | 34 ++- openstackclient/compute/client.py | 10 +- openstackclient/compute/v2/service.py | 1 + openstackclient/identity/v3/role.py | 5 + openstackclient/image/v1/image.py | 36 ++- openstackclient/image/v2/image.py | 244 ++++++++++------- openstackclient/object/v1/account.py | 85 ++++++ openstackclient/object/v1/container.py | 64 +++++ openstackclient/object/v1/object.py | 76 ++++++ openstackclient/shell.py | 14 +- openstackclient/volume/v1/volume.py | 10 +- openstackclient/volume/v2/volume.py | 52 +++- post_test_hook.sh | 2 +- .../de/LC_MESSAGES/python-openstackclient.po | 7 +- .../zh_TW/LC_MESSAGES/python-openstackclient.po | 10 +- requirements.txt | 9 +- setup.cfg | 7 + test-requirements.txt | 4 +- 47 files changed, 1783 insertions(+), 297 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c638ed1..ba7a9e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +8,0 @@ cliff>=1.14.0 # Apache-2.0 -cliff-tablib>=1.0 @@ -13 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 +oslo.utils>=2.4.0 # Apache-2.0 @@ -15,2 +14,2 @@ python-glanceclient>=0.18.0 -python-keystoneclient>=1.6.0 -python-novaclient>=2.28.1 +python-keystoneclient!=1.8.0,>=1.6.0 +python-novaclient>=2.29.0 @@ -19 +18 @@ python-neutronclient>=2.6.0 -requests>=2.5.2 +requests!=2.8.0,>=2.5.2 diff --git a/test-requirements.txt b/test-requirements.txt index 25d0628..27f72bb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -os-testr>=0.1.0 +os-testr>=0.4.1 @@ -18 +18 @@ WebOb>=1.2.3 -tempest-lib>=0.8.0 +tempest-lib>=0.10.0
participants (1)
-
davanum@gmail.com