Prepare Pike metadata
Bump metadata.json and reno configs for Pike Change-Id: Ie1f9e35a9bc2c4dc9a5bfdd4e6ccb2b2b5a1be90
This commit is contained in:
parent
003d69f69c
commit
3ccbcd777d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openstack-horizon",
|
"name": "openstack-horizon",
|
||||||
"version": "10.3.0",
|
"version": "11.0.0-dev",
|
||||||
"author": "Puppet Labs and OpenStack Contributors",
|
"author": "Puppet Labs and OpenStack Contributors",
|
||||||
"summary": "Puppet module for OpenStack Horizon",
|
"summary": "Puppet module for OpenStack Horizon",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -21,26 +21,24 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "Debian",
|
"operatingsystem": "Debian",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"7"
|
"8"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operatingsystem": "Fedora",
|
"operatingsystem": "Fedora",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"20"
|
"24"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"6.5",
|
|
||||||
"7"
|
"7"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operatingsystem": "Ubuntu",
|
"operatingsystem": "Ubuntu",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"14.04",
|
|
||||||
"16.04"
|
"16.04"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -45,16 +45,16 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'puppet-horizon Release Notes'
|
project = u'puppet-horizon Release Notes'
|
||||||
copyright = u'2016, Puppet OpenStack Developers'
|
copyright = u'2017, Puppet OpenStack Developers'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '10.3.0'
|
version = '11.0.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '10.3.0'
|
release = '11.0.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
@ -198,7 +198,7 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'puppet-horizonReleaseNotes.tex', u'puppet-horizon Release Notes Documentation',
|
('index', 'puppet-horizonReleaseNotes.tex', u'puppet-horizon Release Notes Documentation',
|
||||||
u'2016, Puppet OpenStack Developers', 'manual'),
|
u'2017, Puppet OpenStack Developers', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
@ -228,7 +228,7 @@ latex_documents = [
|
|||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'puppet-horizonreleasenotes', u'puppet-horizon Release Notes Documentation',
|
('index', 'puppet-horizonreleasenotes', u'puppet-horizon Release Notes Documentation',
|
||||||
[u'2016, Puppet OpenStack Developers'], 1)
|
[u'2017, Puppet OpenStack Developers'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -242,7 +242,7 @@ man_pages = [
|
|||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'puppet-horizonReleaseNotes', u'puppet-horizon Release Notes Documentation',
|
('index', 'puppet-horizonReleaseNotes', u'puppet-horizon Release Notes Documentation',
|
||||||
u'2016, Puppet OpenStack Developers', 'puppet-horizonReleaseNotes', 'One line description of project.',
|
u'2017, Puppet OpenStack Developers', 'puppet-horizonReleaseNotes', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user