Prepare a new Queens release

Prepare the metadata configuration for a new Queens release.

Change-Id: I8ed54c2a794eb5af3c1f46f974831a1108bef54f
This commit is contained in:
Emilien Macchi 2018-03-28 09:01:01 -07:00
parent 5eb9a3f393
commit b6d21977ab
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=12.3.0 <13.0.0"
"version_requirement": ">=12.4.0 <13.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=12.3.0 <13.0.0"
"version_requirement": ">=12.4.0 <13.0.0"
}
],
"description": "Installs and configures OpenStack Keystone (Identity).",
@ -65,5 +65,5 @@
],
"source": "git://github.com/openstack/puppet-keystone.git",
"summary": "Puppet module for OpenStack Keystone",
"version": "12.3.0"
"version": "12.4.0"
}