summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_vmwareapi.py
Commit message (Expand)AuthorAgeFilesLines
* vmwareapi: Move tests under tests/virt/vmwareapi/Rick Harris2013-05-231-430/+0
* Merge "vmwareapi: Add supported_instances to host state"Jenkins2013-05-051-0/+3
|\
| * vmwareapi: Add supported_instances to host stateJim Fehlig2013-05-021-0/+3
* | fix broken WSDL logichartsocks2013-05-021-1/+45
|/
* Fix VMware Hyper console url parameter error.Yaguang Tang2013-04-271-1/+28
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* VMWare driver to use current nova.network.modelAmir Sadoughi2013-02-121-19/+2
* make vmwareapi driver pass quantum port-id to ESXDan Wendlandt2013-02-101-0/+1
* Recache or rebuild missing images on hard_rebootRafi Khardalian2013-02-071-3/+6
* VMware Compute Driver OVF SupportSean Chen2013-01-251-4/+44
* VMware Compute Driver Host OpsSean Chen2013-01-251-0/+45
* VMware Compute Driver NetworkingSean Chen2013-01-251-0/+6
* VMware Compute Driver RenameSean Chen2013-01-141-5/+5
* Adding two snapshot related task statesAndrew Melton2013-01-041-2/+16
* Allow VMs to be resumed after a hypervisor rebootRafi Khardalian2012-11-201-3/+3
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-3/+0
* Introduce VirtAPI to nova/virtDan Smith2012-11-011-1/+1
* Fix vmwareapi driver spawn() signatureMark McLoughlin2012-09-031-1/+3
* refactor vmwareapi_conn => vmwareapi/driverSean Dague2012-07-101-2/+2
* Cleanup of image service codeBrian Waldon2012-06-271-4/+3
* Remove direct access to glance clientBrian Waldon2012-06-231-2/+4
* convert virt drivers to fully dynamic loadingSean Dague2012-05-311-1/+1
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-2/+2
* assertRaises(Exception, ...) considered harmfulJohannes Erdfelt2012-03-041-7/+13
* Remove unnecessary variables from testsJohannes Erdfelt2012-03-011-2/+0
* Move get_info to taking an instance.Michael Still2012-02-221-16/+16
* Remove ajaxterm from NovaThierry Carrez2012-02-071-3/+0
* use name gateway_v6 instead of gateway6Hengqing Hu2012-01-031-1/+1
* Add ability to see deleted and active records.Rick Harris2011-12-071-1/+1
* Reducing the number of compute calls to GlanceBrian Waldon2011-11-091-1/+8
* Removed callback concept on VM driver methods:Brian Lamar2011-10-251-16/+7
* First pass at adding reboot_type to reboot codepath.Josh Kearney2011-09-081-1/+2
* pull-up from trunk and conflict resolutionKevin L. Mitchell2011-07-291-10/+6
|\
| * fix tests broken in the mergeVishvananda Ishaya2011-07-281-1/+1
| * merged trunkVishvananda Ishaya2011-07-281-54/+47
| |\
| * | fix a whole bunch of testsVishvananda Ishaya2011-07-221-10/+5
* | | pull-up from trunk; fix problem obscuring context module with context param; ...Kevin L. Mitchell2011-07-291-4/+6
| |/ |/|
* | fix the skipped tests in vmwareapi xenapi and quotaVishvananda Ishaya2011-07-271-58/+49
|/
* skip vmware tests, since they need to be updated for multi-nic by someone who...Jason Kölker2011-05-261-252/+276
* Addressed issues raised by Rick Harris' reviewArmando Migliaccio2011-03-241-4/+46
* Using eventlets greenthreads for optimized image processing.sateesh2011-03-181-1/+1
* 1) Update few comments where whitespace is missing after '#'sateesh2011-03-171-3/+3
* * Updated document vmware_readme.rst to mention VLAN networking sateesh2011-03-161-12/+16
* Removed stale references to XenAPI.sateesh2011-03-081-2/+2
* * Updated readme file with installation of suds-0.4 through easy_install.sateesh2011-03-071-2/+1
* Fake database module for vmware vi api. Includes false injection layer at the...sateesh2011-03-021-0/+207