diff options
author | Balazs Gibizer <balazs.gibizer@est.tech> | 2020-07-22 14:20:59 +0200 |
---|---|---|
committer | Balazs Gibizer <balazs.gibizer@est.tech> | 2020-09-08 07:05:52 +0000 |
commit | 498b41f65b88fd36a2ac4cb2c14df6fc0c612950 (patch) | |
tree | e42f17c5b632b97d9bc59dd1f36358a33334794e /releasenotes | |
parent | 85b35078cfad9aad7cc5d5df3aeb034e5452be59 (diff) | |
download | nova-498b41f65b88fd36a2ac4cb2c14df6fc0c612950.tar.gz |
Undeprecate the vmwareapi driver
* 3pp CI is stable and produces results comparable to other nova 3pp
CIs [1]
* Yingji Sun seems to be actively maintaining the machinery (see
comments in [2])
[1] http://ciwatch.mmedvede.net/project?project=nova&time=7+days
[2] https://review.opendev.org/#/c/734114
Change-Id: Id61118f9374dcb51b8450b35c92950fb313df5a2
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/undeprecate-vmware-victoria-2eaf5d877733f8d9.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/undeprecate-vmware-victoria-2eaf5d877733f8d9.yaml b/releasenotes/notes/undeprecate-vmware-victoria-2eaf5d877733f8d9.yaml new file mode 100644 index 0000000000..756678d6dc --- /dev/null +++ b/releasenotes/notes/undeprecate-vmware-victoria-2eaf5d877733f8d9.yaml @@ -0,0 +1,6 @@ +--- +deprecations: + - | + The vmwareapi driver was deprecated in Ussuri due to missing 3pp CI + coverage and a clear maintainer. These issues have been addressed + during the Victoria cycle and the driver is now undeprecated. |