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
This commit is contained in:
kaz_shinohara 2017-11-29 12:18:45 +09:00 committed by Kazunori Shinohara
parent 0eb0aeaecb
commit de6c37377d
5 changed files with 44 additions and 17 deletions

View File

@ -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/.

View File

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

View File

@ -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'),
]

View File

@ -1,8 +1,9 @@
============================================
Heat Dashboard Release Notes
============================================
============================
Heat Dashboard Release Notes
============================
.. toctree::
:maxdepth: 1
unreleased
queens

View File

@ -0,0 +1,6 @@
===========================
Queens Series Release Notes
===========================
.. release-notes::