Prepare for Queens Milestone 2

Prepare the metadata configuration for the second Queens milestone.

Change-Id: I1c8627c94ac1c79b634b39dbc832402889b73cba
This commit is contained in:
Alex Schultz 2017-11-28 16:14:20 -07:00 committed by ZhongShengping
parent 4e2fce5262
commit 2920707da0
1 changed files with 5 additions and 5 deletions

View File

@ -11,15 +11,15 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=11.0.0 <12.0.0"
"version_requirement": ">=12.1.0 <13.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=11.0.0 <12.0.0"
"version_requirement": ">=12.1.0 <13.0.0"
},
{
"name": "openstack/keystone",
"version_requirement": ">=11.0.0 <12.0.0"
"version_requirement": ">=12.1.0 <13.0.0"
}
],
"description": "Installs and configures OpenStack Congress.",
@ -67,5 +67,5 @@
],
"source": "git://github.com/openstack/puppet-congress.git",
"summary": "Puppet module for OpenStack Congress",
"version": "12.0.0"
}
"version": "12.1.0"
}