We eagerly announce the release of: murano 7.0.0: Murano API This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/murano Download the package from: https://tarballs.openstack.org/murano/ Please report issues through: https://bugs.launchpad.net/murano/+bugs For more details, please see below. Changes in murano 6.0.0..7.0.0 ------------------------------ 89fdcf75 Bump psycopg lower-constraint to 2.7 c9010d18 Replace openstack.org git:// URLs with https:// 2bfd5ff5 Update UPPER_CONSTRAINTS_FILE for stable/stein 4739b7e8 Update .gitreview for stable/stein e5c89bb4 Merge the user given tags when update package 41a173fc Grenade: add the Grenade Heat plugin too 9f4287cc Fix py37 unit test error 795f5f0d add python 3.7 unit test job ea03ab3e Using trustor's session to delete the trust f2ade017 Add grenade job 5fbd61d0 stop murano-api process 67cb197f Remove the unused experimental job 241607eb Fix contract violation for User resource 95f9da9c Fix pep8 F821 error 43182e1e Fix pep8 E731 error 20af772e Fix pep8 E402 c023d635 use get_rpc_transport to obtain an RPC transport instance e6dc1f08 python3 ValueError object has no attribute message 251dfc36 Fix unittest no such option None in group DEFAULT error 40ba515a Change openstack-dev to openstack-discuss 00b44ba8 update minversion to 2.0 in tox.ini 91bc4baf Title overline too short 4f602116 fix docs url 4341093b Add framework for murano-status upgrade check d38820c8 Fix test-release-openstack-python3 job failed 1262343a Increment versioning with pbr instruction 1bfac0e1 Update the URL in doc 6a1ae048 Use templates for cover and lower-constraints aa4e9fab Use standard cover tox env 302dd16e add python 3.6 unit test job 4527239a switch documentation job to new PTI 91f0bf1a Remove install-guide-jobs ef08d1e9 import zuul job settings from project-config 9fe87010 Fix py37 tests failed due to async 251c1d13 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .testr.conf | 7 -- .zuul.yaml | 49 +++++++++---- HACKING.rst | 2 +- README.rst | 3 - api-ref/source/conf.py | 3 +- devstack/README.rst | 2 +- devstack/plugin.sh | 3 +- devstack/upgrade/resources.sh | 50 +++++++++++++ devstack/upgrade/settings | 11 +++ devstack/upgrade/shutdown.sh | 23 ++++++ devstack/upgrade/upgrade.sh | 70 ++++++++++++++++++ .../configure_cloud_foundry_service_broker.rst | 2 +- .../admin/deploy_murano/install_manually.rst | 8 +-- .../appendix/articles/image_builders/linux.rst | 4 +- .../reference/appendix/articles/test_docs.rst | 2 +- etc/murano/murano-cfapi-paste.ini | 2 +- etc/murano/murano-paste.ini | 2 +- lower-constraints.txt | 3 +- meta/io.murano/Classes/User.yaml | 2 +- murano/api/v1/catalog.py | 6 +- murano/api/v1/static_actions.py | 7 +- murano/cmd/api.py | 18 +++-- murano/cmd/cfapi.py | 19 +++-- murano/cmd/engine.py | 18 +++-- murano/cmd/status.py | 53 ++++++++++++++ murano/common/auth_utils.py | 9 +-- murano/common/engine.py | 4 +- murano/common/rpc.py | 4 +- .../versions/001_initial_version.py | 7 +- .../versions/001_initial_version.py | 8 +-- .../versions/002_add_package_supplier_info.py | 6 +- .../versions/003_add_action_entry.py | 9 ++- .../versions/004_change_package_desc_type.py | 9 ++- .../versions/005_environment-template.py | 6 +- .../versions/006_add_task_result.py | 6 +- .../versions/009_add_cloudfoundry_connections.py | 7 +- .../010_remove_unused_networking_column.py | 7 +- .../versions/011_add_is_public_to_template.py | 7 +- .../versions/012_support_domain_users.py | 7 +- .../versions/013_increase_description_text_size.py | 8 +-- .../014_increase_status_time_resolution.py | 6 +- .../versions/015_adding_text_description.py | 7 +- .../016_increase_task_description_text_size.py | 8 +-- murano/dsl/dsl.py | 5 +- murano/dsl/helpers.py | 18 +++-- murano/dsl/meta.py | 3 +- murano/dsl/murano_type.py | 4 +- murano/dsl/yaql_integration.py | 7 +- murano/engine/system/heat_stack.py | 4 +- murano/engine/system/status_reporter.py | 3 +- murano/engine/system/workflowclient.py | 2 +- murano/opts.py | 10 +-- murano/policy/model_policy_enforcer.py | 2 +- playbooks/legacy/grenade-devstack-murano/post.yaml | 15 ++++ .../run.yaml | 26 +++---- playbooks/legacy/murano-dsvm-functional/post.yaml | 80 --------------------- ...d-upgrade-check-framework-1c069e5a54125d1b.yaml | 13 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++ requirements.txt | 1 + setup.cfg | 3 +- test-requirements.txt | 2 +- tools/cover.sh | 77 -------------------- tox.ini | 13 +++- 81 files changed, 658 insertions(+), 368 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 578d4ec9..e8795e97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,0 +49 @@ oslo.log>=3.36.0 # Apache-2.0 +oslo.upgradecheck>=0.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 14c0c02a..26b3e09b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24 +24 @@ PyMySQL>=0.7.6 # MIT License -psycopg2>=2.6.2 # LGPL/ZPL +psycopg2>=2.7.0 # LGPL/ZPL
participants (1)
-
no-reply@openstack.org