Prepare Yoga M3

Update the version metadata for Yoga milestone M3

Change-Id: I9343d82c43631df778da40dc76e30e413b76cbb1
This commit is contained in:
ZhongShengping 2022-02-24 16:13:08 +08:00 committed by Takashi Kajinami
parent 86ab648985
commit 660c375c52
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"dependencies": [
{
"name": "openstack/keystone",
"version_requirement": ">=20.1.0 <21.0.0"
"version_requirement": ">=20.2.0 <21.0.0"
},
{
"name": "puppetlabs/inifile",
@ -15,11 +15,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=20.1.0 <21.0.0"
"version_requirement": ">=20.2.0 <21.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=20.1.0 <21.0.0"
"version_requirement": ">=20.2.0 <21.0.0"
}
],
"description": "Installs and configures OpenStack Sahara (Data Processing).",
@ -63,5 +63,5 @@
],
"source": "https://opendev.org/openstack/puppet-sahara.git",
"summary": "Puppet module for OpenStack Sahara",
"version": "20.1.0"
"version": "20.2.0"
}