Add Murano features

Add Murano features to the 6.1 relnotes

Change-Id: I8f4f56d3ea246bfe85332ed716de4f6495942283
(cherry picked from commit bc1c888ab2)
This commit is contained in:
evkonstantinov
2015-06-24 16:40:36 +03:00
committed by Evgeny Konstantinov
parent 0e26e7d7cc
commit 8a8e659db5
2 changed files with 17 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ Upgrading the Fuel Master Node does not update the OpenStack environment.
.. include:: /pages/release-notes/v6-1/new-features/neutron.rst
.. include:: /pages/release-notes/v6-1/new-features/nova.rst
.. include:: /pages/release-notes/v6-1/new-features/sahara.rst
.. include:: /pages/release-notes/v6-1/new-features/murano.rst
.. include:: /pages/release-notes/v6-1/new-features/0000-exp-features.rst

View File

@@ -0,0 +1,16 @@
Murano-related features
-----------------------
* New OpenStack application catalog was published to
`Communtiy App Catalog <http://apps.openstack.org/>`_, enabling users to
select Murano packages, Heat templates, and Glance images they would
like to add to their cloud.
* Users can source Murano packages and their dependencies using a URL
(package name) from `Communtiy App Catalog <http://apps.openstack.org/>`_
instead of using a zip file, simplifying Murano workflow.
See `the related blueprint <https://blueprints.launchpad.net/murano/+spec/muraniclient-url-download>`__.
* Support for Docker applications in Murano.
See `the related blueprint <https://blueprints.launchpad.net/murano/+spec/docker-registry-in-murano>`__.