Prepare the final stable/train release

The stable/train is entering in extended manitenance. Because we have
seveal changes merged since the last release, a new release should be
created before that.

Depends-on: https://review.opendev.org/791063
Depends-on: https://review.opendev.org/791064
Change-Id: I5290863a1f45d1deb49a4c18a290d6714017955d
This commit is contained in:
Takashi Kajinami 2021-05-13 22:10:11 +09:00
parent 37fd0cd0f7
commit 1dc5b6eb9a
1 changed files with 3 additions and 3 deletions

View File

@ -23,11 +23,11 @@
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=15.4.0 <16.0.0" "version_requirement": ">=15.5.0 <16.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=15.4.0 <16.0.0" "version_requirement": ">=15.5.0 <16.0.0"
} }
], ],
"description": "Installs and configures OpenStack Keystone (Identity).", "description": "Installs and configures OpenStack Keystone (Identity).",
@ -69,5 +69,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": "15.4.0" "version": "15.5.0"
} }