diff --git a/manifests/compute/vmware.pp b/manifests/compute/vmware.pp index b15346927..22de54b19 100644 --- a/manifests/compute/vmware.pp +++ b/manifests/compute/vmware.pp @@ -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; diff --git a/releasenotes/notes/undeprecate-vmwareapi-1e32ae1ad843433c.yaml b/releasenotes/notes/undeprecate-vmwareapi-1e32ae1ad843433c.yaml new file mode 100644 index 000000000..fd61377bf --- /dev/null +++ b/releasenotes/notes/undeprecate-vmwareapi-1e32ae1ad843433c.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + Support of the vmwareapi driver was initially deprecated, but it was + undeprecated because nova has undeprecated its support.