Prepare Pike metadata
Bump metadata.json and reno configs for Pike Change-Id: Ib003d79c2e746d335ea33e3f2629d108ef11d3d9
This commit is contained in:
parent
f394d4e298
commit
ce5c607c7f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openstack-aodh",
|
"name": "openstack-aodh",
|
||||||
"version": "10.3.0",
|
"version": "11.0.0-dev",
|
||||||
"author": "OpenStack Contributors",
|
"author": "OpenStack Contributors",
|
||||||
"summary": "Puppet module for OpenStack Aodh",
|
"summary": "Puppet module for OpenStack Aodh",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -28,8 +28,7 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "Fedora",
|
"operatingsystem": "Fedora",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"21",
|
"24"
|
||||||
"22"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -41,7 +40,6 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "Ubuntu",
|
"operatingsystem": "Ubuntu",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"14.04",
|
|
||||||
"16.04"
|
"16.04"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -57,15 +55,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/keystone",
|
"name": "openstack/keystone",
|
||||||
"version_requirement": ">=10.3.0 <11.0.0"
|
"version_requirement": ">=11.0.0 <12.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/openstacklib",
|
"name": "openstack/openstacklib",
|
||||||
"version_requirement": ">=10.3.0 <11.0.0"
|
"version_requirement": ">=11.0.0 <12.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/oslo",
|
"name": "openstack/oslo",
|
||||||
"version_requirement": ">=10.3.0 <11.0.0"
|
"version_requirement": ">=11.0.0 <12.0.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -45,16 +45,16 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'puppet-aodh Release Notes'
|
project = u'puppet-aodh 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-aodhReleaseNotes.tex', u'puppet-aodh Release Notes Documentation',
|
('index', 'puppet-aodhReleaseNotes.tex', u'puppet-aodh 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-aodhreleasenotes', u'puppet-aodh Release Notes Documentation',
|
('index', 'puppet-aodhreleasenotes', u'puppet-aodh 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-aodhReleaseNotes', u'puppet-aodh Release Notes Documentation',
|
('index', 'puppet-aodhReleaseNotes', u'puppet-aodh Release Notes Documentation',
|
||||||
u'2016, Puppet OpenStack Developers', 'puppet-aodhReleaseNotes', 'One line description of project.',
|
u'2017, Puppet OpenStack Developers', 'puppet-aodhReleaseNotes', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user