summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Fix keys in ec2 conversion to make sure not to use unicode.Vishvananda Ishaya2011-09-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | make sure kwargs are strings and not unicodeVishvananda Ishaya2011-09-211-1/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Adds an 'alternate' link to image views per 3.10 and 3.11 of http://docs.open...Josh Kearney2011-09-216-2/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Include 'type' in XML output.Josh Kearney2011-09-201-0/+2
| * | | | | | | | | | | | Minor cleanup.Josh Kearney2011-09-201-2/+0
| * | | | | | | | | | | | Added another unit test.Josh Kearney2011-09-201-0/+9
| * | | | | | | | | | | | Fixed unit tests with some minor refactoring.Josh Kearney2011-09-203-14/+108
| * | | | | | | | | | | | Refactored alternate link generation.Josh Kearney2011-09-204-19/+32
| * | | | | | | | | | | | Added function to construct a glance URL and unit test.Josh Kearney2011-09-203-1/+21
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Instance deletions in Openstack are immediate. This can cause data to be lost...Johannes Erdfelt2011-09-2115-27/+397
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-09-154-28/+101
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | In the unlikely case of an instance losing a host, make sure we stillJohannes Erdfelt2011-09-141-0/+3
| * | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-1416-224/+271
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Cleanup state management to use vm_state instead of task_stateJohannes Erdfelt2011-09-147-24/+58
| * | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-1440-1333/+1643
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-09-1317-1149/+850
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | PEP8 cleanupJohannes Erdfelt2011-09-121-1/+1
| * | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-122-19/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-09-1238-215/+208
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Make whitespace consistentJohannes Erdfelt2011-09-091-4/+4
| * | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-0932-1553/+1084
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Use triple quotes for docstrings to be consistentJohannes Erdfelt2011-09-092-3/+3
| * | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-0818-22/+1775
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Cleanup some more commentsJohannes Erdfelt2011-09-081-2/+0
| * | | | | | | | | | | | | | | | | | Cleanup some commentsJohannes Erdfelt2011-09-081-3/+0
| * | | | | | | | | | | | | | | | | | Ensure restore and forceDelete don't do anything unless the server isJohannes Erdfelt2011-09-071-1/+15
| * | | | | | | | | | | | | | | | | | Check task_state for queued deleteJohannes Erdfelt2011-09-071-6/+7
| * | | | | | | | | | | | | | | | | | Make sure instance is deleted before allowing restore or forceDeleteJohannes Erdfelt2011-09-071-0/+18
| * | | | | | | | | | | | | | | | | | Add local hostname to fix Authors testJohannes Erdfelt2011-09-071-0/+1
| * | | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-074-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | delete_instance_interval -> reclaim_instance_intervalJohannes Erdfelt2011-09-073-7/+8
| * | | | | | | | | | | | | | | | | | | PEP8 cleanupJohannes Erdfelt2011-09-071-1/+1
| * | | | | | | | | | | | | | | | | | | Restart compute with a lower periodic_interval to make test run fasterJohannes Erdfelt2011-09-072-5/+17
| * | | | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-0710-13/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Tests for deferred delete, restore and forceDeleteJohannes Erdfelt2011-09-071-14/+109
| * | | | | | | | | | | | | | | | | | | | Default to 0 seconds (off)Johannes Erdfelt2011-09-061-1/+1
| * | | | | | | | | | | | | | | | | | | | PEP8 cleanupsJohannes Erdfelt2011-09-061-4/+4
| * | | | | | | | | | | | | | | | | | | | Include new extensionJohannes Erdfelt2011-09-061-0/+1
| * | | | | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-0612-43/+203
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Implement deferred delete of instancesJohannes Erdfelt2011-09-067-9/+204
* | | | | | | | | | | | | | | | | | | | | | Makes sure ips are moved on the bridge for nodes running dnsmasq so that the ...Vishvananda Ishaya2011-09-212-16/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | pep8Vishvananda Ishaya2011-09-212-14/+28
| * | | | | | | | | | | | | | | | | | | | | | add tests and fix bug when no ip was setVishvananda Ishaya2011-09-212-1/+56
| * | | | | | | | | | | | | | | | | | | | | | fix moving of ips on flatdhcp bridgeVishvananda Ishaya2011-09-211-16/+24
| * | | | | | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-09-21114-3663/+4822
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | | | fix diverged branchSandy Walsh2011-09-211-1/+0
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | removed unused importSandy Walsh2011-09-161-2/+0
| | | | | | | | | | | | | | | * | | | | | | | migration conflict fixedSandy Walsh2011-09-211-0/+0
| | | | | | | | | | | | | | | * | | | | | | | clean up based on cerberus reviewSandy Walsh2011-09-2144-695/+1249
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Remove keystone middlewares.Vishvananda Ishaya2011-09-213-113/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |