Prepare for Queens Milestone 2

Prepare the metadata configuration for the second Queens milestone.

Change-Id: I6ef8dcd567296ef928f0a5027da3bbf95a295a73
This commit is contained in:
Alex Schultz 2017-11-28 16:14:20 -07:00
parent 1c2813918b
commit af2487917b
1 changed files with 5 additions and 5 deletions

View File

@ -11,15 +11,15 @@
},
{
"name": "openstack/keystone",
"version_requirement": ">=12.0.0 <13.0.0"
"version_requirement": ">=12.1.0 <13.0.0"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=12.0.0 <13.0.0"
"version_requirement": ">=12.1.0 <13.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=12.0.0 <13.0.0"
"version_requirement": ">=12.1.0 <13.0.0"
}
],
"description": "Installs and configures OpenStack Magnum.",
@ -55,5 +55,5 @@
"project_page": "https://launchpad.net/puppet-magnum",
"source": "git://github.com/openstack/puppet-magnum.git",
"summary": "Puppet module for OpenStack Magnum",
"version": "12.0.2"
}
"version": "12.1.0"
}