Prepare for Queens Milestone 3

Prepare the metadata configuration for the third Queens milestone.

Change-Id: I9235a3edacd0c7bbe22ae7bea4da13d2ebda1b71
This commit is contained in:
Emilien Macchi 2018-01-16 15:51:09 -08:00
parent befa77c079
commit 3add18afd8
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
},
{
"name": "openstack/keystone",
"version_requirement": ">=12.1.0 <13.0.0"
"version_requirement": ">=12.2.0 <13.0.0"
},
{
"name": "puppetlabs/stdlib",
@ -15,11 +15,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=12.1.0 <13.0.0"
"version_requirement": ">=12.2.0 <13.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=12.1.0 <13.0.0"
"version_requirement": ">=12.2.0 <13.0.0"
}
],
"description": "Installs and configures OpenStack Heat (Orchestration).",
@ -65,5 +65,5 @@
],
"source": "git://github.com/openstack/puppet-heat.git",
"summary": "Puppet module for OpenStack Heat",
"version": "12.1.0"
"version": "12.2.0"
}