summaryrefslogtreecommitdiffstats
path: root/nova/virt/vmwareapi
Commit message (Expand)AuthorAgeFilesLines
* Remove nova.flagsMark McLoughlin2012-11-175-5/+1
* Merge "Fix getattr usage"Jenkins2012-11-121-1/+1
|\
| * Fix getattr usageYun Mao2012-10-281-1/+1
* | Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-101-1/+1
* | Switch from FLAGS to CONF in nova.virtMark McLoughlin2012-11-075-23/+25
* | Introduce VirtAPI to nova/virtDan Smith2012-11-011-2/+2
|/
* LOG.exception() should only be used in exception handlerJohannes Erdfelt2012-09-251-4/+4
* Rename _unplug_vifs to unplug_vifsYun Mao2012-09-121-2/+2
* Fix vmwareapi driver spawn() signatureMark McLoughlin2012-09-031-2/+2
* Add missing context argument to start_transfer callsYun Mao2012-08-241-3/+4
* Keep the ComputeNode model updated with usageBrian Elliott2012-08-201-1/+1
* Restore libvirt block storage connections on reboot.Rafi Khardalian2012-08-141-1/+2
* Rewrite image code to use python-glanceclientBrian Waldon2012-08-131-6/+1
* Use compute_driver in vmware driver help messages.Dan Prince2012-07-231-6/+10
* refactor vmwareapi_conn => vmwareapi/driverSean Dague2012-07-102-0/+400
* Switch to common logging.Andrew Bogott2012-07-027-7/+7
* Rename GlanceImageService.get to downloadBrian Waldon2012-06-271-2/+3
* Remove direct access to glance clientBrian Waldon2012-06-232-19/+26
* update xen to use network_modelTrey Morris2012-05-242-4/+4
* Update pep8 dependency to v1.1Brian Waldon2012-05-241-1/+1
* Alphabetize imports in nova/virt/Joe Gordon2012-05-141-1/+1
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-075-16/+15
* Use openstack.common.importutils.Russell Bryant2012-04-281-2/+2
* Merge "Add instance logging to vmware_images.py"Jenkins2012-04-261-6/+11
|\
| * Add instance logging to vmware_images.pyMichael Still2012-04-261-6/+11
* | Add instance logging to vmops.pyMichael Still2012-04-261-61/+69
|/
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-073-7/+7
* fix restructuredtext formatting in docstrings that show up in the developer g...Doug Hellmann2012-03-051-9/+11
* Move get_info to taking an instance.Michael Still2012-02-221-3/+3
* Merge "LOG.exception only works while in an exception handler"Jenkins2012-02-152-3/+3
|\
| * LOG.exception only works while in an exception handlerJohannes Erdfelt2012-02-142-3/+3
* | _() works best with string literalsJohannes Erdfelt2012-02-141-3/+3
|/
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-6/+6
* Standardize logging delaration and useJason Kölker2012-02-147-7/+7
* Remove the last of the gflags shim layerMark McLoughlin2012-02-103-3/+3
* Backslash continuations (nova.virt)Zhongyue Luo2012-02-089-87/+71
* Remove ajaxterm from NovaThierry Carrez2012-02-071-4/+0
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-032-2/+2
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-282-9/+18
* Convert vmwareapi code to UNIX style line endingsMark McLoughlin2012-01-2510-3031/+3031
* PEP8 remove direct type comparisonslzyeval2012-01-031-1/+1
* Cleaning up imports in compute and virtBrian Waldon2011-12-215-9/+1
* Renaming instance_actions.instance_id column to instance_uuid.Naveed Massjouni2011-12-131-14/+14
* Reducing the number of compute calls to GlanceBrian Waldon2011-11-091-1/+1
* Removed callback concept on VM driver methods:Brian Lamar2011-10-251-15/+6
* Multi-NIC support for vmwareapi virt driver in nova.sateesh2011-09-144-77/+84
|\
| * Multi-NIC support for vmwareapi virt driver in nova.sateesh2011-09-054-77/+84
* | Update GlanceClient, GlanceImageService, and Glance Xen plugin to work withDan Prince2011-09-103-64/+15
|/
* merge from trunkMatthew Hooker2011-08-091-6/+6
|\
| * Revert to using context; to avoid conflict, we import context module as nova_...Kevin L. Mitchell2011-07-291-6/+6