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",
|
||||
"version": "10.3.0",
|
||||
"version": "11.0.0-dev",
|
||||
"author": "OpenStack Contributors",
|
||||
"summary": "Puppet module for OpenStack Oslo",
|
||||
"license": "Apache-2.0",
|
||||
@@ -8,6 +8,16 @@
|
||||
"project_page": "https://launchpad.net/puppet-oslo",
|
||||
"issues_url": "https://bugs.launchpad.net/puppet-oslo",
|
||||
"description": "Installs and configures OpenStack Oslo.",
|
||||
"requirements": [
|
||||
{
|
||||
"name": "pe",
|
||||
"version_requirement": "4.x"
|
||||
},
|
||||
{
|
||||
"name": "puppet",
|
||||
"version_requirement": "4.x"
|
||||
}
|
||||
],
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "Debian",
|
||||
@@ -18,8 +28,7 @@
|
||||
{
|
||||
"operatingsystem": "Fedora",
|
||||
"operatingsystemrelease": [
|
||||
"21",
|
||||
"22"
|
||||
"24"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -31,7 +40,6 @@
|
||||
{
|
||||
"operatingsystem": "Ubuntu",
|
||||
"operatingsystemrelease": [
|
||||
"14.04",
|
||||
"16.04"
|
||||
]
|
||||
}
|
||||
@@ -43,11 +51,11 @@
|
||||
},
|
||||
{
|
||||
"name": "puppetlabs/stdlib",
|
||||
"version_requirement": ">= 4.2.0 <5.0.0"
|
||||
"version_requirement": ">=4.2.0 <5.0.0"
|
||||
},
|
||||
{
|
||||
"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.
|
||||
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
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '10.3.0'
|
||||
version = '11.0.0'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
@@ -198,7 +198,7 @@ latex_elements = {
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('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
|
||||
@@ -228,7 +228,7 @@ latex_documents = [
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('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.
|
||||
@@ -242,7 +242,7 @@ man_pages = [
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('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'),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user