summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge trunkSoren Hansen2011-03-246-89/+188
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass a fake timing source to test_ensure_filtering_rules_for_instance_timeout...Soren Hansen2011-03-221-3/+7
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged with conflict and resolved conflict (with my own patch, no less)Justin Santa Barbara2011-03-244-22/+80
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8 fixJustin Santa Barbara2011-03-231-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Added revert_resize to base classJustin Santa Barbara2011-03-231-0/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged with lp:nova, fixed conflictsJustin Santa Barbara2011-03-233-34/+58
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8 fixes, backported some important fixes that didn't make it over from my ...Justin Santa Barbara2011-03-232-6/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Doh! Missed two places which were importing the old driver locationJustin Santa Barbara2011-03-232-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed up the new location of driver.pyJustin Santa Barbara2011-03-224-4/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged with lp:novaJustin Santa Barbara2011-03-225-141/+175
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarified my "Yuk" commentJustin Santa Barbara2011-03-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up comment about virsh domain.info() return formatJustin Santa Barbara2011-03-221-9/+12
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Added space in between # and TODO in #TODOJustin Santa Barbara2011-03-222-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Filled out the base-driver contract, so it's not a false-promiseJustin Santa Barbara2011-03-221-0/+228
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed check_instance -> check_isinstance to make intent clearerJustin Santa Barbara2011-03-222-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented Hyper-V list_instances_detail function. Needs a cleanupJustin Santa Barbara2011-03-141-1/+14
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test and fixed up code so that it worksJustin Santa Barbara2011-03-141-1/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8Justin Santa Barbara2011-03-142-2/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial implementation of refresh instance statesJustin Santa Barbara2011-03-146-14/+80
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fake out network service as well, otherwise we can't terminate the instance i...Justin Santa Barbara2011-03-241-0/+8
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Offers the ability to run a periodic_task that sweeps through rescued instanc...Josh Kearney2011-03-244-22/+80
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Added hyperv stubJosh Kearney2011-03-231-0/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Review feedbackJosh Kearney2011-03-231-15/+15
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Better method nameJosh Kearney2011-03-231-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some typosJosh Kearney2011-03-231-4/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merged trunkJosh Kearney2011-03-234-36/+55
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Automatically unrescue instances after a given timeoutJosh Kearney2011-03-233-24/+79
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge trunkSoren Hansen2011-03-245-54/+98
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunkmatt.dietz@rackspace.com2011-03-234-36/+55
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Checking whether cidr_v6 is not null before populating ipv6 key in network in...Salvatore Orlando2011-03-231-2/+3
| | | | |_|/ / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | Enable flat manager support for ipv6.Tushar Patil2011-03-234-32/+47
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | Fix instance creation fail under use_ipv6=false and FlatManagerKoji Iida2011-03-161-5/+4
| | | | * | | | | | | | | | | | | | | | | | | | | | | | removed conflicts and merged with trunkTushar Patil2011-03-147-151/+575
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | merged with latest trunk and removed unwanted filesTushar Patil2011-03-114-71/+134
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ fixed conflicts after merging with trunk with 787Tushar Patil2011-03-118-270/+455
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Made changes to xs-ipv6 code impacted because of addition of flatmanger ipv6 ...Tushar Patil2011-03-111-3/+4
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Merged with TrunkTushar Patil2011-03-037-127/+460
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Changed ra_server to gateway_v6 and removed addressv6 column from fixed_ips d...Tushar Patil2011-03-013-25/+25
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | IPV6 FlatManager changesTushar Patil2011-02-242-13/+30
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Correctly imports greenthread in libvirt_conn.py. It is used by live_migrate().Vishvananda Ishaya2011-03-231-2/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | import greenthread in libvirtVishvananda Ishaya2011-03-211-2/+1
| | | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix for LP Bug #704300Tushar Patil2011-03-221-0/+4
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Fix for LP Bug #704300Tushar Patil2011-03-141-0/+4
| | | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | tweakmatt.dietz@rackspace.com2011-03-221-2/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | tweakmatt.dietz@rackspace.com2011-03-221-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge stuffmatt.dietz@rackspace.com2011-03-221-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Resolved conflictsmatt.dietz@rackspace.com2011-03-223-86/+92
| | |\| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Seriously?Cerberus2011-03-181-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | mergeCerberus2011-03-173-29/+38
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | FooCerberus2011-03-171-1/+1