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/791376
Change-Id: Ie50f9290c4cc3b09e3e7ad170eed6aec418656fd
This commit is contained in:
Takashi Kajinami 2021-05-14 16:18:59 +09:00
parent 9bbc14b4f2
commit a6b0f698c7
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@
}, },
{ {
"name": "openstack/vswitch", "name": "openstack/vswitch",
"version_requirement": ">=11.4.0 <12.0.0" "version_requirement": ">=11.5.0 <12.0.0"
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=15.4.0 <16.0.0" "version_requirement": ">=15.5.0 <16.0.0"
} }
], ],
"issues_url": "https://bugs.launchpad.net/puppet-ovn", "issues_url": "https://bugs.launchpad.net/puppet-ovn",
@ -52,5 +52,5 @@
], ],
"source": "git://github.com/openstack/puppet-ovn.git", "source": "git://github.com/openstack/puppet-ovn.git",
"summary": "Modules to setup ovn-northd and ovn-controller", "summary": "Modules to setup ovn-northd and ovn-controller",
"version": "15.4.0" "version": "15.5.0"
} }