Deprecate support for vmwareapi driver

The driver has been declared as an experimental feature and the nova
team is now discussing its removal.

Change-Id: I7209e8786bdba95b59718f93945583e12284268f
This commit is contained in:
Takashi Kajinami
2023-10-10 09:47:27 +09:00
parent 2a1bd2bc34
commit 34f3d0b3ea
2 changed files with 7 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ class nova::compute::vmware(
include nova::deps
include nova::params
warning('Support for vmwareapi virt driver has been deprecated.')
nova_config {
'DEFAULT/compute_driver': value => $compute_driver;
'vmware/host_ip': value => $host_ip;

View File

@@ -0,0 +1,5 @@
---
deprecations:
- |
Support for vmwareapi driver has been deprecated and will be removed in
a future release, because the driver in nova has been experimental.