Prepare Pike metadata
Bump metadata.json and reno configs for Pike Change-Id: Ibc0db41f5324c2720ee454c25caf7d78dd5a8853
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openstack-oslo",
|
"name": "openstack-oslo",
|
||||||
"version": "10.3.0",
|
"version": "11.0.0-dev",
|
||||||
"author": "OpenStack Contributors",
|
"author": "OpenStack Contributors",
|
||||||
"summary": "Puppet module for OpenStack Oslo",
|
"summary": "Puppet module for OpenStack Oslo",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@@ -8,6 +8,16 @@
|
|||||||
"project_page": "https://launchpad.net/puppet-oslo",
|
"project_page": "https://launchpad.net/puppet-oslo",
|
||||||
"issues_url": "https://bugs.launchpad.net/puppet-oslo",
|
"issues_url": "https://bugs.launchpad.net/puppet-oslo",
|
||||||
"description": "Installs and configures OpenStack Oslo.",
|
"description": "Installs and configures OpenStack Oslo.",
|
||||||
|
"requirements": [
|
||||||
|
{
|
||||||
|
"name": "pe",
|
||||||
|
"version_requirement": "4.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "puppet",
|
||||||
|
"version_requirement": "4.x"
|
||||||
|
}
|
||||||
|
],
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
"operatingsystem": "Debian",
|
"operatingsystem": "Debian",
|
||||||
@@ -18,8 +28,7 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "Fedora",
|
"operatingsystem": "Fedora",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"21",
|
"24"
|
||||||
"22"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -31,7 +40,6 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "Ubuntu",
|
"operatingsystem": "Ubuntu",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"14.04",
|
|
||||||
"16.04"
|
"16.04"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -43,11 +51,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "puppetlabs/stdlib",
|
"name": "puppetlabs/stdlib",
|
||||||
"version_requirement": ">= 4.2.0 <5.0.0"
|
"version_requirement": ">=4.2.0 <5.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openstack/openstacklib",
|
"name": "openstack/openstacklib",
|
||||||
"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-oslo Release Notes'
|
project = u'puppet-oslo 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-osloReleaseNotes.tex', u'puppet-oslo Release Notes Documentation',
|
('index', 'puppet-osloReleaseNotes.tex', u'puppet-oslo 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-osloreleasenotes', u'puppet-oslo Release Notes Documentation',
|
('index', 'puppet-osloreleasenotes', u'puppet-oslo 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-osloReleaseNotes', u'puppet-oslo Release Notes Documentation',
|
('index', 'puppet-osloReleaseNotes', u'puppet-oslo Release Notes Documentation',
|
||||||
u'2016, Puppet OpenStack Developers', 'puppet-osloReleaseNotes', 'One line description of project.',
|
u'2017, Puppet OpenStack Developers', 'puppet-osloReleaseNotes', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user