Nova initially deprecated its support of the vmwareapi driver but
that deprecation was reverted during Victoria cycle[1].
[1] 498b41f65b88fd36a2ac4cb2c14df6fc0c612950
Change-Id: I003b265039ff8517882ffb699a17cbd678a33f08
The XenAPIDriver driver[1] and the vmwareapi driver[2] were deprecated
in nova, so support for these drivers should be also deprecated.
[1] af280ffe3098b84123eae218989ea056e9935bf1
[2] d98d72828505d250698fcab7cd310820b3a52f7a
Change-Id: Ie9d815b7b3377a9641cc80d11bf6df329331388a
Deprecate the VMware driver's ``wsdl_location`` config option. This
option pointed to the location of the WSDL files required when using
vCenter versions earlier than 5.1. Since the minimum supported version
of vCenter is 5.1, there is no longer a need for this option and its
value is ignored.
Change-Id: Ifc139615320d7f428195292e60f3ae5f54f5fd2f
This adds defined anchor points for external modules to hook into the
software install, config and service dependency chain. This allows
external modules to manage software installation (virtualenv,
containers, etc) and service management (pacemaker) without needing rely
on resources that may change or be renamed.
Change-Id: I0b524e354b095f2642fd38a2f88536d15bcdf855
This change introduces a new compute_driver parameter
for all compute driver manifests. This will allow a user to override
the compute_driver config value by its own instead of forking or
monkey-patching the manifests.
It also changes the compute_driver config value of Ironic
for ironic.IronicDriver which also works and better fit
the config value style already used in the other manifests.
Common use case for this parameter is to allow the use of a local
or derivative version of a driver which adds features and/or bug fixes.
Closes-bug: #1472445
Change-Id: I4cd211b389303c22f4c2aa6db7592cc9861d4f40
Updates the doc string in a vmware driver manifest. Also, updates
the README file, with a minor correction.
Change-Id: Iaaf0d18c46b35bba1ae8d2ef6896a2dc91da1a93