13 Commits

Author SHA1 Message Date
Takashi Kajinami
a49ee142d7 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
2021-01-13 22:44:25 +09:00
Takashi Kajinami
8bf7f7d2e9 Deperecate support for Xen and VMWare
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
2020-09-04 22:13:00 +09:00
Tobias Urdin
7deecfbdf2 Convert all class usage to relative names
Change-Id: Ibe5a433cb67c38c0c9b05a50bffa2eda7391f241
2019-12-08 23:13:08 +01:00
Rajesh Tailor
69d90c63ac Trivial-Fix: fix typos
Change-Id: I2dde3b2b951b469a889f63ab3fed75978f3de381
2018-04-18 16:50:41 +05:30
zhangyangyang
6881902d8b Remove wsdl_location parameter
wsdl_location parameter is now deprecated and will be removed
in the future release.

Change-Id: I60455bafd197fc31d2b51c6244fce8a3608939e4
2017-10-05 10:32:27 +00:00
Emilien Macchi
84cc5b0421 Remove non-US-ASCII from nova::compute::vmware
Change-Id: I4f1f93979210b2947de4596debf271d71c7f73f1
2017-01-30 16:10:59 -05:00
ZhongShengping
649f4ed3a6 Deprecate wsdl_location option
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
2016-10-24 13:17:35 +08:00
Iury Gregory Melo Ferreira
5075d8b7e8 Fix vmware manifest
-Add missing attributes
-Fix section name

Change-Id: I4f5b7530ae9b725241397ef546ad455243f5f5b7
Closes-bug: #1614646
2016-08-21 02:38:45 -03:00
Clayton O'Neill
cb77bc295f Add hooks for external install & svc management
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
2015-12-08 10:14:11 -05:00
Mathieu Gagné
7a7051ab48 Add ability to override compute_driver
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
2015-07-08 14:41:36 -04:00
Francesco Vollero
06c99bcf5e [vmware] Replaced pip with native package manager
Change-Id: Id1b04168eb940fa61c4ba83cfc8ecdcb1cf8f2b8
2014-02-20 22:53:03 +01:00
Sabari Kumar Murugesan
55602bd5f2 Fix doc string in VMware driver manifest
Updates the doc string in a vmware driver manifest. Also, updates
the README file, with a minor correction.

Change-Id: Iaaf0d18c46b35bba1ae8d2ef6896a2dc91da1a93
2013-12-26 16:50:03 -08:00
Sabari Kumar Murugesan
568f662ee4 Add support for VMware driver
This patch aims to add support for VMwareVCDriver.

implements blueprint support-vmware-driver

Change-Id: I22f15dfc9c9b0f27d06e64c23a6c5c8e921a71a9
2013-12-20 12:00:13 -08:00