summaryrefslogtreecommitdiffstats
path: root/nova/virt/vmwareapi_conn.py
Commit message (Expand)AuthorAgeFilesLines
* refactor vmwareapi_conn => vmwareapi/driverSean Dague2012-07-101-398/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Merge "Unused imports cleanup (folsom-2)"Jenkins2012-06-061-2/+0
|\
| * Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-2/+0
* | convert virt drivers to fully dynamic loadingSean Dague2012-05-311-19/+14
|/
* Misused and not used config optionsZhongyue Luo2012-05-161-5/+5
* Remove instance action logging mechanismBrian Waldon2012-05-081-6/+0
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-2/+2
* Adding 'host' info to volume-compute connection information.Nirmal Ranganathan2012-05-021-2/+3
* Add periodic_fuzzy_delay option.Rick Harris2012-03-231-1/+1
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-2/+2
* Don't use _ for variable nameJohannes Erdfelt2012-03-071-1/+1
* blueprint host-aggregates: host maintenance - xenapi implementationArmando Migliaccio2012-02-231-2/+7
* Move get_info to taking an instance.Michael Still2012-02-221-2/+2
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Remove ajaxterm from NovaThierry Carrez2012-02-071-4/+0
* Add initiator to initialize_connectionVishvananda Ishaya2012-02-041-0/+9
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-24/+29
* Unbreak start instance and fixes bug 905270Isaku Yamahata2012-01-121-2/+1
* Merge "Renaming instance_actions.instance_id column to instance_uuid. bluepri...Jenkins2011-12-131-4/+4
|\
| * Renaming instance_actions.instance_id column to instance_uuid.Naveed Massjouni2011-12-131-4/+4
* | bug 899767: fix vif-plugging with live migrationDan Wendlandt2011-12-121-1/+5
|/
* Fixing get_info method implementations in virt drivers to acceptNaveed Massjouni2011-11-301-2/+2
* Removing line dos line endings in vmwareapi_conn.pyNaveed Massjouni2011-11-291-392/+392
* Reducing the number of compute calls to GlanceBrian Waldon2011-11-091-2/+2
* Removed callback concept on VM driver methods:Brian Lamar2011-10-251-8/+8
* Remove AoE, Clean up volume codeVishvananda Ishaya2011-10-111-3/+4
* First pass at adding reboot_type to reboot codepath.Josh Kearney2011-09-081-1/+1
* merge from trunkMatthew Hooker2011-08-091-4/+9
|\
| * Cleaned up some old code added by the last mergeEd Leafe2011-08-081-4/+0
| * Updated with code changes on LPEd Leafe2011-08-081-2/+2
| |\
| | * Changed all references to 'power state' to 'power action' as requested by rev...Ed Leafe2011-08-041-1/+1
| | * Merged trunkEd Leafe2011-08-031-4/+5
| | |\
| | * | Removed duplicate methods created by previous merge.Ed Leafe2011-08-031-4/+0
| * | | Merged trunkEd Leafe2011-08-081-4/+5
| |\ \ \ | | |/ / | |/| / | | |/
| | * Revert to using context; to avoid conflict, we import context module as nova_...Kevin L. Mitchell2011-07-291-4/+4
| | * pull-up from trunk; fix problem obscuring context module with context param; ...Kevin L. Mitchell2011-07-291-4/+4
| | |\
| | * | Add context argument a lot more places and make unit tests workKevin L. Mitchell2011-07-271-4/+5
| | |/
| * | Merged from labEd Leafe2011-08-021-0/+4
| |\ \
| | * | Added option for rebooting or shutting down a host.Ed Leafe2011-08-011-0/+4
| | |/
| * | Merged trunkEd Leafe2011-08-011-6/+10
| |\|
| * | Added API and supporting code for rebooting or shutting down XenServer hosts.Ed Leafe2011-07-071-0/+4
* | | all subclasses of ComputeDriver should fully implement the interface of the d...Matthew Hooker2011-08-031-1/+1
| |/ |/|
* | Fixed PEP8 issuesRyu Ishimoto2011-07-211-0/+1
* | First attempt at vmware API VIF driver integrationRyu Ishimoto2011-07-201-3/+6
* | Added network_info parameter to all the appropriate places in virt layers and...Ryu Ishimoto2011-07-201-3/+3
|/
* completed api changes. still need plugin changesEd Leafe2011-07-011-0/+4
* block_device_mapping: don't use [] as default argumentIsaku Yamahata2011-06-151-1/+1