summaryrefslogtreecommitdiff
path: root/nova/virt/vmwareapi/host.py
Commit message (Expand)AuthorAgeFilesLines
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
* resolve ResourceProviderSyncFailed issueyingjisun2020-07-221-2/+2
* VMware: save VC reads for information that is staticGary Kotton2018-06-111-4/+6
* VMware: expose max vCPUs and max memory per ESX hostRadoslav Gerganov2017-12-121-1/+1
* Remove translation of log messagesNgo Quoc Cuong2017-06-131-3/+2
* objects: Move 'vm_mode' to 'fields.VMMode'Stephen Finucane2016-11-251-3/+2
* objects: Move 'hv_type' to 'fields.HVType'Stephen Finucane2016-11-251-3/+6
* objects: Move 'arch' to 'fields.Architecture'Stephen Finucane2016-11-251-3/+3
* VMware: set service status based on vc connectionGiridhar Jayavelu2016-05-251-6/+37
* Merge "VMware: fix docstring for cluster management"Jenkins2015-12-011-4/+2
|\
| * VMware: fix docstring for cluster managementGary Kotton2015-11-191-4/+2
* | Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-2/+2
|/
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Merge "vmware: delete cpu_info data from get_available_resource"Jenkins2015-01-061-5/+1
|\
| * vmware: delete cpu_info data from get_available_resourceDaniel P. Berrange2014-12-081-5/+1
* | VMware: Use datastore_regex for disk statsThang Pham2014-12-201-4/+7
|/
* compute: rename hvtype.py to hv_type.pyDaniel P. Berrange2014-11-201-3/+3
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+2
* VMware: Remove class orphaned by ESX driver removalMatthew Booth2014-09-261-64/+0
* VMware: Use vm_mode constantsMatthew Booth2014-09-251-2/+2
* virt: use compute.vm_mode constants and validate vm mode typeDaniel P. Berrange2014-09-161-2/+3
* virt: use compute.virttype constants and validate virt typeDaniel P. Berrange2014-09-121-4/+7
* virt: use compute.arch constants and validate architecturesDaniel P. Berrange2014-09-031-4/+5
* VMware: remove Host classGary Kotton2014-08-151-51/+0
* VMware: consolidate datastore codeVui Lam2014-07-171-1/+2
* VMware: refactor get_datastore_ref_and_nameVui Lam2014-06-261-14/+15
* Don't translate debug level logs in nova.virtGary Kotton2014-06-081-3/+2
* Revert "VMware Driver update correct disk usage stat"Dan Smith2014-03-201-7/+12
* VMware Driver update correct disk usage statSabari Kumar Murugesan2014-03-011-12/+7
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-3/+1
* VMware: remove unused parameter from _wait_for_taskGary Kotton2014-02-251-2/+2
* Remove vi modelinesliu-sheng2014-02-031-1/+0
* Sync module units from osloEric Guo2014-01-211-6/+6
* VMware: enable driver to work with postgres databaseGary Kotton2013-11-301-2/+5
* clean up numeric expressions with byte constantsChang Bo Guo2013-10-271-5/+6
* Fixes host stats for VMWareVCDriverSabari Kumar Murugesan2013-09-201-28/+14
* Improve performance of driver's get_available_nodesChris Behrens2013-08-091-2/+2
* Merge "Use RetrievePropertiesEx instead of RetrieveProperties"Jenkins2013-07-301-6/+3
|\
| * Use RetrievePropertiesEx instead of RetrievePropertiesGary Kotton2013-07-271-6/+3
* | Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
|/
* Remove locals() from virt/vmwareapi packageEugene Nikanorov2013-07-021-2/+3
* Merge "Fix VMwareVCdriver reporting incorrect stats"Jenkins2013-06-151-4/+4
|\
| * Fix VMwareVCdriver reporting incorrect statskirankv2013-06-031-4/+4
* | Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
|/
* vmwareapi: Add supported_instances to host stateJim Fehlig2013-05-021-0/+2
* Fixed image filter support for vmwaredivakar-padiyar-nandavar2013-03-061-1/+3
* VMware VC Compute DriverSean Chen2013-02-041-0/+65
* Make sure there are no unused importJoe Gordon2013-01-281-2/+0
* VMware Compute Driver Host OpsSean Chen2013-01-251-0/+142