summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | no need for the instance at all or computeJason Koelker2011-09-141-13/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | bump the migrationJason Koelker2011-09-143-0/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unused import, make call to network api to get vifs for the instanceJason Koelker2011-09-141-2/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | merge the trunkJason Koelker2011-09-1456-2560/+2575
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | skip a bunch of tests for the moment since we will need to rework themJason Koelker2011-09-143-1/+12
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove the vif joins, some dead code, and the ability to take in some instanc...Jason Koelker2011-09-141-72/+12
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow passing in of instances alreadyJason Koelker2011-09-141-2/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | run the instances filter through the network api first, then through the dbJason Koelker2011-09-141-1/+11
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add get_vifs_by_instance and stub get_instance_ids_by_ip_filterJason Koelker2011-09-141-0/+28
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | change vifs to rpc call and add instance ids by ipJason Koelker2011-09-141-2/+12
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8Jason Koelker2011-09-131-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | drop the virtual_interfaces key back to instancesJason Koelker2011-09-134-4/+150
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds an optional flag to force dhcp releases on instance termination. This a...Vishvananda Ishaya2011-09-192-0/+26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove extra lineVishvananda Ishaya2011-09-181-1/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | get the interface using the network and instanceVishvananda Ishaya2011-09-171-2/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | flag typoVishvananda Ishaya2011-09-171-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | add an optional flag to force dhcp release using dnsmasq-utilsVishvananda Ishaya2011-09-172-0/+26
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing case where OSAPI server create would return 500 on malformed body.Brian Waldon2011-09-192-1/+57
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | removing extra newlineBrian Waldon2011-09-181-1/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | catching AttributeError and adding testsBrian Waldon2011-09-182-1/+58
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the issue with the new dnsmasq where it tries and fails to bind to ipv6 a...Vishvananda Ishaya2011-09-191-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | don't try to listen on ipv6 addresses, or new dnsmasq goes boomVishvananda Ishaya2011-09-191-1/+0
| | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the handling of snapshotting in libvirt driver to actually use the prop...Thuleau Édouard2011-09-192-12/+52
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | fixed testsVishvananda Ishaya2011-09-142-3/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | remove extra line for pep8Vishvananda Ishaya2011-09-091-1/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | remove unnecessary qemu-img flag, use base image type by defaultVishvananda Ishaya2011-09-091-16/+13
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | merged rbpVishvananda Ishaya2011-09-0941-117/+2760
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for flags 'snapshot_image_format'.Thuleau Édouard2011-09-021-1/+40
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Update snapshot image metada 'disk_format'.Thuleau Édouard2011-09-021-2/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Add flag 'snapshot_image_format' to select the disk format of the snapshot im...Thuleau Édouard2011-09-021-1/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove vestigial db call for fixed_ips.Jason Koelker2011-09-182-14/+21
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8Jason Koelker2011-09-161-1/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | update tests to return fake_nw_info that is valid for the pre_live_migrateJason Koelker2011-09-161-9/+17
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure to raise since the tests require itJason Koelker2011-09-161-0/+5
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | remove getting fixed_ips directly from the dbJason Koelker2011-09-161-5/+0
| | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the user credentials for installing a config-drive from imageRefChristopher MacGown2011-09-182-2/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix user_id, project_id reference for config_drive with imageRefsChristopher MacGown2011-09-172-2/+16
| | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Some Linux systems can also be slow to start the guest agent. This branch ext...Johannes Erdfelt2011-09-181-33/+31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-09-1316-1148/+849
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP8 cleanupJohannes Erdfelt2011-09-121-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-1220-186/+221
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP8 cleanupsJohannes Erdfelt2011-09-122-1/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo (woops)Johannes Erdfelt2011-09-121-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-1247-252/+2849
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkJohannes Erdfelt2011-09-074-4/+11
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP8 cleanupJohannes Erdfelt2011-09-071-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wait longer for all agents, not just WindowsJohannes Erdfelt2011-09-071-33/+31
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug that would make spawning new instances fail if no port/protocol is ...Soren Hansen2011-09-175-6/+78
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix failing test.Soren Hansen2011-09-161-8/+0
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge trunkSoren Hansen2011-09-16115-3140/+6259
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |