Prepare Wallaby M3

Update the version metadata for Wallaby milestone M3

Change-Id: I05119546888ca131ec4ddd211dfef965ae215b8a
This commit is contained in:
ZhongShengping 2021-03-12 14:35:44 +08:00
parent b0589d88b0
commit b666b6bd03
1 changed files with 4 additions and 4 deletions

View File

@ -15,15 +15,15 @@
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=18.2.0 <19.0.0" "version_requirement": ">=18.3.0 <19.0.0"
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=18.2.0 <19.0.0" "version_requirement": ">=18.3.0 <19.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=18.2.0 <19.0.0" "version_requirement": ">=18.3.0 <19.0.0"
} }
], ],
"description": "Installs and configures OpenStack mistral.", "description": "Installs and configures OpenStack mistral.",
@ -71,5 +71,5 @@
], ],
"source": "https://opendev.org/openstack/puppet-mistral.git", "source": "https://opendev.org/openstack/puppet-mistral.git",
"summary": "Puppet module for OpenStack Mistral", "summary": "Puppet module for OpenStack Mistral",
"version": "18.2.0" "version": "18.3.0"
} }