From 8a8e659db57ae52af4d0579bb922019bfff44149 Mon Sep 17 00:00:00 2001 From: evkonstantinov Date: Wed, 24 Jun 2015 16:40:36 +0300 Subject: [PATCH] Add Murano features Add Murano features to the 6.1 relnotes Change-Id: I8f4f56d3ea246bfe85332ed716de4f6495942283 (cherry picked from commit bc1c888ab2f418b3b5b08d728a8be49431fb6ef6) --- pages/release-notes/v6-1/0020-new-features.rst | 1 + pages/release-notes/v6-1/new-features/murano.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 pages/release-notes/v6-1/new-features/murano.rst diff --git a/pages/release-notes/v6-1/0020-new-features.rst b/pages/release-notes/v6-1/0020-new-features.rst index 8e39a7b61..9dfa52615 100644 --- a/pages/release-notes/v6-1/0020-new-features.rst +++ b/pages/release-notes/v6-1/0020-new-features.rst @@ -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 diff --git a/pages/release-notes/v6-1/new-features/murano.rst b/pages/release-notes/v6-1/new-features/murano.rst new file mode 100644 index 000000000..2bc69374a --- /dev/null +++ b/pages/release-notes/v6-1/new-features/murano.rst @@ -0,0 +1,16 @@ + +Murano-related features +----------------------- + +* New OpenStack application catalog was published to + `Communtiy App Catalog `_, 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 `_ + instead of using a zip file, simplifying Murano workflow. + See `the related blueprint `__. + +* Support for Docker applications in Murano. + See `the related blueprint `__.