We are happy to announce the release of: murano 3.2.0: Murano API This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/murano/ For more details, please see below. 3.2.0 ^^^^^ Other Notes * Since Newton release, heat is available as a devstack plugin. So we remove heat as enable_service in devstack. Changes in murano 3.1.0..3.2.0 ------------------------------ fbee404 Fix murano-api docs ec4c71f Fixed opportunity run muranoagent twice 29129e8 Remove support for py34 9933aac Prepare for using standard python tests 53af1f4 Remove heat as enable_service in devstack e8982db Make use of already registered group 4c56cfe Increase unit test coverage for Cfapi. 1e9a625 Fixes various Cfapi bugs. 190a191 'io.murano.apps.' is not used to download packages 4763302 Updated from global requirements c657ffc v1 execution plan template processing was fixed Diffstat (except docs and test files) ------------------------------------- devstack/README.rst | 7 +- devstack/settings | 3 - .../appendix/articles/specification/murano-api.rst | 10 +- meta/io.murano/Resources/murano-agent | 4 +- murano/cfapi/cfapi.py | 7 +- murano/engine/system/agent.py | 5 +- ...evstack_using_heat_plugin-3dc9feeed36f24ec.yaml | 4 + requirements.txt | 2 +- setup.cfg | 1 - tools/test-setup.sh | 57 +++ tox.ini | 2 +- 14 files changed, 495 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 90f3652..3dfbb23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ kombu<4.0.0,>=3.0.25 # BSD -psutil>=1.2.1 # BSD +psutil>=3.0.1 # BSD