Prepare a new Queens release

Prepare the metadata configuration for a new Queens release.

Change-Id: I5febd168792a6c810ee14b8037aeb14c02108775
This commit is contained in:
Emilien Macchi 2018-03-28 09:01:01 -07:00
parent c04206eaa6
commit ab885c4096
1 changed files with 4 additions and 4 deletions

View File

@ -15,15 +15,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 mistral.", "description": "Installs and configures OpenStack mistral.",
@ -69,5 +69,5 @@
], ],
"source": "git://github.com/openstack/puppet-mistral.git", "source": "git://github.com/openstack/puppet-mistral.git",
"summary": "Puppet module for OpenStack Mistral", "summary": "Puppet module for OpenStack Mistral",
"version": "12.3.0" "version": "12.4.0"
} }