summaryrefslogtreecommitdiffstats
path: root/nova/virt/vmwareapi/vmops.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "VNC console does not work with VCDriver"Jenkins2013-06-281-0/+20
|\
| * VNC console does not work with VCDriverhartsocks2013-06-271-0/+20
* | Refresh volume connections when starting instancesBrent Eagles2013-06-251-6/+10
|/
* Merge "Naming instance directory by uuid in VMware Hyper."Jenkins2013-06-141-68/+30
|\
| * Naming instance directory by uuid in VMware Hyper.Yaguang Tang2013-06-131-68/+30
* | Fix VMware Hyper can't honor hw_vif_model image property.Yaguang Tang2013-06-131-2/+6
|/
* Merge "Remove unused method in VMware driver."Jenkins2013-06-121-25/+0
|\
| * Remove unused method in VMware driver.Yaguang Tang2013-06-081-25/+0
* | correctly set iface-id in vmware driverDan Wendlandt2013-06-041-1/+1
|/
* Add power_on flag to virt driver finish/revert migration methodsMatt Riedemann2013-05-301-5/+8
* Merge "Fix VMware Hyper console url parameter error."Jenkins2013-04-291-1/+1
|\
| * Fix VMware Hyper console url parameter error.Yaguang Tang2013-04-271-1/+1
* | Support FlatDHCP network for VMware Hyper.Yaguang Tang2013-04-241-9/+3
|/
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-6/+6
* Use Cluster reference to reduce SDK callsdivakar-padiyar-nandavar2013-03-281-6/+3
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* import base_dir_name config option into vmwareapiSean Chen2013-02-211-0/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* VMWare driver to use current nova.network.modelAmir Sadoughi2013-02-121-33/+37
* make vmwareapi driver pass quantum port-id to ESXDan Wendlandt2013-02-101-0/+1
* VMware VC Compute DriverSean Chen2013-02-041-20/+36
* DRYing up volume_in_mapping code.Rick Harris2013-01-301-20/+2
* Make sure there are no unused importJoe Gordon2013-01-281-2/+0
* VMware Compute Driver OVF SupportSean Chen2013-01-251-152/+631
* VMware Compute Driver NetworkingSean Chen2013-01-251-7/+50
* VMware Compute Driver Volume ManagementSean Chen2013-01-231-9/+9
* VMware Compute Driver RenameSean Chen2013-01-141-3/+3
* add to driver option to keep disks when instance destroyedKravchenko Pavel2013-01-081-25/+27
* Merge "Adding two snapshot related task states"Jenkins2013-01-061-1/+5
|\
| * Adding two snapshot related task statesAndrew Melton2013-01-041-1/+5
* | Remove unused VMWare VIF driver abstractionDaniel P. Berrange2013-01-031-12/+5
|/
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.virtMark McLoughlin2012-11-071-4/+5
* Rename _unplug_vifs to unplug_vifsYun Mao2012-09-121-2/+2
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* update xen to use network_modelTrey Morris2012-05-241-2/+2
* 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-071-1/+1
* Use openstack.common.importutils.Russell Bryant2012-04-281-2/+2
* Add instance logging to vmops.pyMichael Still2012-04-261-61/+69
* 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
* LOG.exception only works while in an exception handlerJohannes Erdfelt2012-02-141-1/+1
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-6/+6
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Backslash continuations (nova.virt)Zhongyue Luo2012-02-081-26/+24
* Remove ajaxterm from NovaThierry Carrez2012-02-071-4/+0