We are gleeful to announce the release of: python-muranoclient 0.8.2: python-muranoclient This release is part of the mitaka release series. With source available at: https://git.openstack.org/cgit/openstack/python-muranoclient With package available at: https://pypi.python.org/pypi/python-muranoclient Please report issues through launchpad: https://bugs.launchpad.net/python-muranoclient For more details, please see below. 0.8.2 ^^^^^ New Features ************ * Added python-muranoclient support in openstack-client by setting entry points and implementing interface functions. Bug Fixes ********* * Fixes use murano package-import with version parameter, It always shows version of client. Rename the parameter 'version' to 'package- version' * Changed murano-client CLI outputs to show only items affected by current operation instead of full item list. Changes in python-muranoclient 0.8.1..0.8.2 ------------------------------------------- a9dd96e Remove unexpected kwargs when authenticating using token 84c08e0 Updated from global requirements d6068e6 Updated from global requirements 8f37884 Deletes redundant line in shell.py file a4ef62e Make CLI outputs consistent with other OpenStack clients f4c9015 Rename the package-import version parameter 24bf34e Fix reading of app template file when adding to env template f1ebdc6 Fix inconsistent argument name/placeholder in EnvTemplateManager.delete_app 7f521c6 Add Status field_labels for environment list ffa0fe4 Fix checks for Project/Tenant command line arguments 7d25830 Improving python3 compatibility 96aab43 Improve is-public argument in env-template-create bb7d324 environment-action-get-result now calls correct get_result API d7b5e31 Adds region parameter to environment-create df2397a Fixes incorrect endpoint_override handling 60ae95d Fixes TypeError in Client constructor ee33aa4 Updated from global requirements e1fedc2 Fix first argument of murano env-template-add-app usage e184146 Add filter for do_package_list 4439e0a Fix spellings for some words 386f894 Fix package delete on update when using Glare a208cc4 Update translation setup 9d402fa Updated from global requirements bc6f504 CLI shell can now properly interact with Glance Artifacts 921cb93 Fixed visibility parameter for create package glare call 1ba5d55 Fix module's import order 4fa75ae Add is-public for environment-template list 6c48667 Add environment template clone 534b108 Initial commit for openstack-client support in python-muranoclient b2419ed Add the cover case for 'body' kwarg in http json_request 15dbc92 Updated from global requirements 8c90b56 Add python 3 support 83517c7 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- muranoclient/common/exceptions.py | 2 +- muranoclient/common/http.py | 27 +-- muranoclient/common/utils.py | 10 +- muranoclient/common/yaqlexpression.py | 2 +- muranoclient/common/yaqlexpression_legacy.py | 4 +- muranoclient/glance/__init__.py | 2 +- muranoclient/glance/artifacts.py | 4 +- muranoclient/glance/client.py | 2 +- muranoclient/openstack/common/apiclient/base.py | 2 +- muranoclient/openstack/common/apiclient/client.py | 8 +- muranoclient/osc/__init__.py | 0 muranoclient/osc/plugin.py | 56 +++++++ muranoclient/shell.py | 73 ++++++--- muranoclient/v1/artifact_packages.py | 13 +- muranoclient/v1/client.py | 2 +- muranoclient/v1/environments.py | 3 +- muranoclient/v1/packages.py | 5 +- muranoclient/v1/services.py | 3 +- muranoclient/v1/shell.py | 180 +++++++++++++++----- muranoclient/v1/templates.py | 10 +- python-muranoclient/locale/python-muranoclient.pot | 181 --------------------- .../notes/bug-1536121-51c42f77a9e97db1.yaml | 5 + ...-openstack-client-support-a273e33d6c31e36e.yaml | 4 + .../improved-cli-outputs-a3e75cf0224a1993.yaml | 4 + ...ir-package-update-command-72e4c85da1b2c897.yaml | 2 +- requirements.txt | 9 +- setup.cfg | 13 +- test-requirements.txt | 2 +- tools/install_venv.py | 2 +- 36 files changed, 495 insertions(+), 336 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9ed80c3..6687352 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7,2 @@ python-glanceclient>=1.2.0 # Apache-2.0 -python-keystoneclient!=1.8.0,>=1.6.0 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +python-openstackclient>=2.1.0 # Apache-2.0 @@ -15 +16 @@ PyYAML>=3.1.0 # MIT -yaql>=1.0.0 # Apache 2.0 License +yaql>=1.1.0 # Apache 2.0 License @@ -18 +19 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.2.0 # Apache-2.0 +oslo.utils>=3.4.0 # Apache-2.0 @@ -20 +21 @@ oslo.log>=1.14.0 # Apache-2.0 -oslo.i18n>=1.5.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6215391..ae856ee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ requests-mock>=0.7.0 # Apache-2.0 -tempest-lib>=0.13.0 # Apache-2.0 +tempest-lib>=0.14.0 # Apache-2.0