Prepare a new Queens release

Prepare the metadata configuration for a new Queens release.

Change-Id: I88c43233f609446612902c847fe73bac771ca601
This commit is contained in:
Emilien Macchi 2018-03-28 09:01:01 -07:00
parent 7c7dc16a49
commit c9a95fd857
1 changed files with 4 additions and 4 deletions

View File

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