Prepare Ussuri M2

Update the version metadata for Ussuri milestone M2

Change-Id: Icff8614c168b7278a4c7f710e37ab3160f37f9c5
This commit is contained in:
ZhongShengping 2020-02-13 14:21:29 +08:00
parent 37593b458a
commit 58fe1bf002
1 changed files with 4 additions and 4 deletions

View File

@ -19,15 +19,15 @@
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=16.0.0 <17.0.0" "version_requirement": ">=16.1.0 <17.0.0"
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=16.0.0 <17.0.0" "version_requirement": ">=16.1.0 <17.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=16.0.0 <17.0.0" "version_requirement": ">=16.1.0 <17.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": "16.0.0" "version": "16.1.0"
} }