summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | added build_list to servers controllers and view builder and kept all old tes...William Wolf2011-09-153-5/+46
* | | | | | | | | | Update exception.wrap_exception so that all exceptions (not just Error and No...Dan Prince2011-09-222-11/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Update exception.wrap_exception so that all exceptions (not just ErrorDan Prince2011-09-152-11/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | This patch adds instance progress which is used by the OpenStack API to indic...Rick Harris2011-09-2120-101/+306
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Renumbering instance progress migrationRick Harris2011-09-2112-70/+191
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Fixing testsRick Harris2011-09-2149-530/+1414
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merging trunkRick Harris2011-09-1911-101/+237
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Renaming progress migration to 47Rick Harris2011-09-191-0/+0
| * | | | | | | | | | Merging trunkRick Harris2011-09-1665-1649/+2346
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Pep8 FixRick Harris2011-09-161-2/+1
| * | | | | | | | | | | Zero out the progress when beginning a resizeRick Harris2011-09-161-0/+5
| * | | | | | | | | | | Adding migration progressRick Harris2011-09-168-46/+70
| * | | | | | | | | | | Fixing tests, PEP8 failuresRick Harris2011-09-163-3/+9
| * | | | | | | | | | | Merging trunkRick Harris2011-09-161-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | PEP8 fixRick Harris2011-09-141-0/+1
| * | | | | | | | | | | | Allowing resizes to the same machineRick Harris2011-09-169-72/+127
| |/ / / / / / / / / / /
| * | | | | | | | | | | Adding progressRick Harris2011-09-148-15/+86
| * | | | | | | | | | | Adding migration for instance progressRick Harris2011-09-141-0/+43
* | | | | | | | | | | | Fixes lp:855115 -- issue with disassociating floating ips.Chris Behrens2011-09-215-12/+68
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merged trunkChris Behrens2011-09-21116-3735/+5331
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | update floating ips testsChris Behrens2011-09-212-2/+7
| * | | | | | | | | | | floating ip could have no project and we should allow accessChris Behrens2011-09-212-13/+14
| * | | | | | | | | | | actions on floating IPs in other projects for non-admins should not be allowed.Chris Behrens2011-09-213-1/+51
| * | | | | | | | | | | floating_ip_get_by_address should check user's project_idChris Behrens2011-09-211-10/+10
* | | | | | | | | | | | trunk merge fixupSandy Walsh2011-09-2123-48/+629
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | 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-2114-27/+396
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ 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-1415-194/+231
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Cleanup state management to use vm_state instead of task_stateJohannes Erdfelt2011-09-147-24/+58
| | * | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-1439-1333/+1642
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-09-1316-1148/+849
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | PEP8 cleanupJohannes Erdfelt2011-09-121-1/+1
| | * | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-122-19/+102
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-09-1235-206/+193
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Make whitespace consistentJohannes Erdfelt2011-09-091-4/+4
| | * | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-0922-199/+1034
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Use triple quotes for docstrings to be consistentJohannes Erdfelt2011-09-092-3/+3
| | * | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-09-0815-13/+1741
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Cleanup some more commentsJohannes Erdfelt2011-09-081-2/+0
| | * | | | | | | | | | | | | | | | Cleanup some commentsJohannes Erdfelt2011-09-081-3/+0