Merge "Undeprecate support of the vmwareapi driver"

This commit is contained in:
Zuul 2021-01-15 13:33:40 +00:00 committed by Gerrit Code Review
commit ac7b39c3fb
2 changed files with 5 additions and 4 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support of the vmwareapi driver was initially deprecated, but it was
undeprecated because nova has undeprecated its support.