Bump version for the start of Wallaby

Bump the major version for the Wallaby release after Victoria has
been branched.

Change-Id: I8bcedfffbf2e0d58e1ea98cea110373da41e9f61
This commit is contained in:
ZhongShengping 2020-10-15 09:42:49 +08:00
parent 2bfe544e16
commit 97c2a39d59
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=17.4.0 <18.0.0" "version_requirement": ">=18.0.0 <19.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=17.4.0 <18.0.0" "version_requirement": ">=18.0.0 <19.0.0"
} }
], ],
"description": "Installs and configures OpenStack Keystone (Identity).", "description": "Installs and configures OpenStack Keystone (Identity).",
@ -67,5 +67,5 @@
], ],
"source": "git://github.com/openstack/puppet-keystone.git", "source": "git://github.com/openstack/puppet-keystone.git",
"summary": "Puppet module for OpenStack Keystone", "summary": "Puppet module for OpenStack Keystone",
"version": "17.4.0" "version": "18.0.0"
} }