Undeprecate support of the vmwareapi driver
Nova initially deprecated its support of the vmwareapi driver but that deprecation was reverted during Victoria cycle[1]. [1] 498b41f65b88fd36a2ac4cb2c14df6fc0c612950 Change-Id: I003b265039ff8517882ffb699a17cbd678a33f08
This commit is contained in:
parent
2590d170b8
commit
a49ee142d7
@ -1,6 +1,5 @@
|
||||
# == Class: nova::compute::vmware
|
||||
#
|
||||
# DEPRECATED !
|
||||
# Configure the VMware compute driver for nova.
|
||||
#
|
||||
# === Parameters
|
||||
@ -76,9 +75,6 @@ class nova::compute::vmware(
|
||||
|
||||
include nova::deps
|
||||
|
||||
warning('The nova::compute::vmware class is deprecated and will be removed \
|
||||
in a future release. The vmwareapi driver has been deprecated in nova')
|
||||
|
||||
nova_config {
|
||||
'DEFAULT/compute_driver': value => $compute_driver;
|
||||
'vmware/host_ip': value => $host_ip;
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support of the vmwareapi driver was initially deprecated, but it was
|
||||
undeprecated because nova has undeprecated its support.
|
Loading…
Reference in New Issue
Block a user