Merge "Updated release note toward Queens release."

This commit is contained in:
Zuul 2017-11-29 05:51:33 +00:00 committed by Gerrit Code Review
commit a5dd0c3f97
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' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'../horizon Release Notes' project = u'Heat Dashboard Release Notes'
copyright = u'2017, OpenStack Developers' copyright = u'2017, OpenStack Foundation'
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/openstack' repository_name = 'openstack/heat-dashboard'
bug_project = '../horizon' bug_project = 'heat-dashboard'
bug_tag = '' 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 notes are version independent, no need to set version and release
release = '' release = ''
@ -185,7 +186,7 @@ html_static_path = ['_static']
# html_file_suffix = None # html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = '../horizonReleaseNotesdoc' htmlhelp_basename = 'HeatDashboardReleaseNotesdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@ -205,8 +206,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', '../horizonReleaseNotes.tex', ('index', 'HeatDashboardReleaseNotes.tex',
u'../horizon Release Notes Documentation', u'Heat Dashboard Release Notes Documentation',
u'OpenStack Foundation', 'manual'), u'OpenStack Foundation', 'manual'),
] ]
@ -236,8 +237,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', '../horizonrereleasenotes', ('index', 'HeatDashboardReleaseNotes',
u'../horizon Release Notes Documentation', u'Heat Dashboard Release Notes Documentation',
[u'OpenStack Foundation'], 1) [u'OpenStack Foundation'], 1)
] ]
@ -251,10 +252,10 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', '../horizon ReleaseNotes', ('index', 'HeatDashboardReleaseNotes',
u'../horizon Release Notes Documentation', u'Heat Dashboard Release Notes Documentation',
u'OpenStack Foundation', '../horizonReleaseNotes', u'OpenStack Foundation', 'HeatDashboardReleaseNotes',
'One line description of project.', 'Dashboard for Heat',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

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

View File

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