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 `__.