summaryrefslogtreecommitdiffstats
path: root/nova/virt/connection.py
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated connection_type flagSean Dague2012-10-011-84/+0
* refactor baremetal/proxy => baremetal/driverSean Dague2012-07-101-1/+1
* refactor xenapi/connection => xenapi/driverSean Dague2012-07-101-1/+1
* refactor vmwareapi_conn => vmwareapi/driverSean Dague2012-07-101-1/+1
* Merge "use import_object_ns for compute_driver loading"Jenkins2012-07-031-6/+7
|\
| * use import_object_ns for compute_driver loadingSean Dague2012-07-021-6/+7
* | Switch to common logging.Andrew Bogott2012-07-021-1/+1
|/
* refactor libvirt from connection -> driverSean Dague2012-06-271-1/+1
* added deprecated.warn helper methodSean Dague2012-06-181-1/+3
* Merge "Log connection_type deprecation message as WARNING"Jenkins2012-06-131-3/+1
|\
| * Log connection_type deprecation message as WARNINGDan Prince2012-06-111-3/+1
* | add unit tests for new virt driver loaderSean Dague2012-06-111-2/+2
|/
* convert virt drivers to fully dynamic loadingSean Dague2012-05-311-25/+18
* Grammar fixes.Matt Joyce2012-05-291-1/+1
* clean-up of the bare-metal framework.Armando Migliaccio2012-05-251-3/+6
* xenapi_conn -> xenapi.connectionJohannes Erdfelt2012-04-121-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Implements blueprint heterogeneous-tilera-architecture-supportMikyung Kang2012-02-071-0/+9
* bug 924266: connection_type and firewall_driver flags mismatchArmando Migliaccio2012-02-061-0/+1
* Remove Hyper-V supportSoren Hansen2012-02-011-3/+0
* Cleaning up imports in compute and virtBrian Waldon2011-12-211-1/+1
* Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-04-221-1/+1
* Implementation of blueprint hypervisor-vmware-vsphere-support. (Link to blue...sateesh2011-03-241-1/+4
|\
| * * Modified raise statements to raise nova defined Exceptions.sateesh2011-03-111-1/+4
* | Doh! Missed two places which were importing the old driver locationJustin Santa Barbara2011-03-231-1/+1
* | Renamed check_instance -> check_isinstance to make intent clearerJustin Santa Barbara2011-03-221-1/+1
* | Initial implementation of refresh instance statesJustin Santa Barbara2011-03-141-1/+3
|/
* Merge trunk.Todd Willey2011-01-071-0/+3
|\
| * Merge from trunk: process replaced with utilChiradeep Vittal2011-01-031-1/+1
| |\
| * \ Merged from trunk and fixed merge issues.Chiradeep Vittal2010-12-141-8/+21
| |\ \
| * | | Register the Hyper-V module into the list of virt modulesChiradeep Vittal2010-10-081-0/+3
* | | | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-2/+3
| |_|/ |/| |
* | | Final round of marking translation stringsjaypipes@gmail.com2010-12-111-1/+1
| |/ |/|
* | pep8 fixes and further round of refactoringArmando Migliaccio2010-11-291-2/+2
* | Virt documentation.Todd Willey2010-11-011-8/+12
* | clean up the compute documentation a bit.Todd Willey2010-10-281-1/+10
|/
* Merge trunk and resolve conflictsjaypipes@gmail.com2010-08-301-4/+7
|\
| * Added documentation to the nova.virt interface.Ewan Mellor2010-08-131-0/+9
* | pylint fixes for nova/virt/connection.pyjaypipes@gmail.com2010-08-101-0/+10
|/
* First commit of XenAPI-specific code (i.e. connections to the open-sourceEwan Mellor2010-07-181-0/+3
* In preparation for XenAPI support, refactor the interface betweenEwan Mellor2010-07-181-0/+42