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
Depends-on: https://review.opendev.org/791204
Change-Id: Iacbb26351bd8e3ff2a485d17ae002cf8d7b1328b
This commit is contained in:
Takashi Kajinami 2021-05-14 15:50:05 +09:00
parent fa3eac0726
commit 31e48ae364
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=15.4.0 <16.0.0" "version_requirement": ">=15.5.0 <16.0.0"
}, },
{ {
"name": "puppet/rabbitmq", "name": "puppet/rabbitmq",
@ -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 Heat (Orchestration).", "description": "Installs and configures OpenStack Heat (Orchestration).",
@ -69,5 +69,5 @@
], ],
"source": "git://github.com/openstack/puppet-heat.git", "source": "git://github.com/openstack/puppet-heat.git",
"summary": "Puppet module for OpenStack Heat", "summary": "Puppet module for OpenStack Heat",
"version": "15.4.0" "version": "15.5.0"
} }