From de6c37377d6d645de96c5317697a02dea9ee0e96 Mon Sep 17 00:00:00 2001 From: kaz_shinohara Date: Wed, 29 Nov 2017 12:18:45 +0900 Subject: [PATCH] Updated release note toward Queens release. Towward Queens release, added a couple of release notes, and also fixed configuration file as Heat Dashboard's release note. Change-Id: I652f861baaf5b9aab5441fe6be1db86b06801042 --- ...lit-out-from-horizon-1d1eabed58eb885e.yaml | 12 ++++++++ ...late-generator-panel-decc3ec172bfa1dd.yaml | 7 +++++ releasenotes/source/conf.py | 29 ++++++++++--------- releasenotes/source/index.rst | 7 +++-- releasenotes/source/queens.rst | 6 ++++ 5 files changed, 44 insertions(+), 17 deletions(-) create mode 100644 releasenotes/notes/split-out-from-horizon-1d1eabed58eb885e.yaml create mode 100644 releasenotes/notes/template-generator-panel-decc3ec172bfa1dd.yaml create mode 100644 releasenotes/source/queens.rst diff --git a/releasenotes/notes/split-out-from-horizon-1d1eabed58eb885e.yaml b/releasenotes/notes/split-out-from-horizon-1d1eabed58eb885e.yaml new file mode 100644 index 00000000..98da9499 --- /dev/null +++ b/releasenotes/notes/split-out-from-horizon-1d1eabed58eb885e.yaml @@ -0,0 +1,12 @@ +--- +prelude: > + Heat support in OpenStack Dashboard is now split into + a separated python package. +features: + - | + Heat support in OpenStack Dashboard is now split into + a separete package ``heat-dashboard``. You need to install + ``heat-dashboard`` afeter upgrading OpenStack Dashboard + to Queens release and add ``enabled`` file for Heat Dashboard. + For detail information, see + https://docs.openstack.org/heat-dashboard/latest/. \ No newline at end of file diff --git a/releasenotes/notes/template-generator-panel-decc3ec172bfa1dd.yaml b/releasenotes/notes/template-generator-panel-decc3ec172bfa1dd.yaml new file mode 100644 index 00000000..8d7b6bf4 --- /dev/null +++ b/releasenotes/notes/template-generator-panel-decc3ec172bfa1dd.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + A panel for ``Template Generator`` is newly added. There is not specific + installation process. After installing heat-dashboard, this panel + will be displayed along with ``Stacks``, ``Resource Types`` and + ``Template Versions``. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 9a4f596a..709f79c0 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -52,13 +52,14 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'../horizon Release Notes' -copyright = u'2017, OpenStack Developers' +project = u'Heat Dashboard Release Notes' +copyright = u'2017, OpenStack Foundation' # openstackdocstheme options -repository_name = 'openstack/openstack' -bug_project = '../horizon' -bug_tag = '' +repository_name = 'openstack/heat-dashboard' +bug_project = 'heat-dashboard' +bug_tag = 'doc' +html_last_updated_fmt = '%Y-%m-%d %H:%M' # Release notes are version independent, no need to set version and release release = '' @@ -185,7 +186,7 @@ html_static_path = ['_static'] # html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = '../horizonReleaseNotesdoc' +htmlhelp_basename = 'HeatDashboardReleaseNotesdoc' # -- Options for LaTeX output --------------------------------------------- @@ -205,8 +206,8 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', '../horizonReleaseNotes.tex', - u'../horizon Release Notes Documentation', + ('index', 'HeatDashboardReleaseNotes.tex', + u'Heat Dashboard Release Notes Documentation', u'OpenStack Foundation', 'manual'), ] @@ -236,8 +237,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', '../horizonrereleasenotes', - u'../horizon Release Notes Documentation', + ('index', 'HeatDashboardReleaseNotes', + u'Heat Dashboard Release Notes Documentation', [u'OpenStack Foundation'], 1) ] @@ -251,10 +252,10 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', '../horizon ReleaseNotes', - u'../horizon Release Notes Documentation', - u'OpenStack Foundation', '../horizonReleaseNotes', - 'One line description of project.', + ('index', 'HeatDashboardReleaseNotes', + u'Heat Dashboard Release Notes Documentation', + u'OpenStack Foundation', 'HeatDashboardReleaseNotes', + 'Dashboard for Heat', 'Miscellaneous'), ] diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index fd84877c..492eee90 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -1,8 +1,9 @@ -============================================ - Heat Dashboard Release Notes -============================================ +============================ +Heat Dashboard Release Notes +============================ .. toctree:: :maxdepth: 1 unreleased + queens diff --git a/releasenotes/source/queens.rst b/releasenotes/source/queens.rst new file mode 100644 index 00000000..11f62663 --- /dev/null +++ b/releasenotes/source/queens.rst @@ -0,0 +1,6 @@ +=========================== +Queens Series Release Notes +=========================== + +.. release-notes:: +