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:
@@ -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;
|
||||
|
@@ -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.
|
Reference in New Issue
Block a user