Merge "Undeprecate support of the vmwareapi driver"
This commit is contained in:
commit
ac7b39c3fb
@ -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