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:
parent
0eb0aeaecb
commit
de6c37377d
@ -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/.
|
@ -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``.
|
@ -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'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
============================================
|
============================
|
||||||
Heat Dashboard Release Notes
|
Heat Dashboard Release Notes
|
||||||
============================================
|
============================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
unreleased
|
unreleased
|
||||||
|
queens
|
||||||
|
6
releasenotes/source/queens.rst
Normal file
6
releasenotes/source/queens.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
===========================
|
||||||
|
Queens Series Release Notes
|
||||||
|
===========================
|
||||||
|
|
||||||
|
.. release-notes::
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user