| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Merging trunk | Rick Harris | 2011-09-21 | 20 | -156/+490 | |
| | |\ \ \ | ||||||
| | * | | | | Adding flavor filtering | Rick Harris | 2011-09-21 | 4 | -4/+56 | |
| | | | | | | ||||||
| | * | | | | Pep8 fixes | Rick Harris | 2011-09-21 | 3 | -3/+4 | |
| | | | | | | ||||||
| | * | | | | Merging trunk | Rick Harris | 2011-09-21 | 30 | -410/+839 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Refactoring instance_type_get_all | Rick Harris | 2011-09-21 | 8 | -66/+71 | |
| | | | | | | | ||||||
| * | | | | | | Add next links for server lists in OSAPI 1.1. This adds servers_links to the ↵ | William Wolf | 2011-09-22 | 5 | -9/+216 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | json responses, and an extra atom:link element to the servers node in the xml response. | |||||
| | * | | | | | | pep8 fixes | William Wolf | 2011-09-20 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | merge from trunk | William Wolf | 2011-09-20 | 6 | -34/+95 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | merged with trunk | William Wolf | 2011-09-19 | 28 | -395/+763 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | oops, add project_id and 'servers' to next links | William Wolf | 2011-09-19 | 2 | -7/+12 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | remove urllib import | William Wolf | 2011-09-19 | 1 | -1/+0 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | merge with trunk | William Wolf | 2011-09-19 | 2 | -12/+52 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | | make our own function instead of using urllib.urlencode since we apparently ↵ | William Wolf | 2011-09-19 | 3 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't suppor urlencoded strings yet | |||||
| | * | | | | | | | | merge with trunk | William Wolf | 2011-09-19 | 20 | -161/+358 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | merge from trunk | William Wolf | 2011-09-16 | 17 | -56/+306 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | pep8 fixes | William Wolf | 2011-09-15 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | pass-through all other parameters in next links as well | William Wolf | 2011-09-15 | 3 | -10/+39 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | cleanup prints in tests | William Wolf | 2011-09-15 | 1 | -6/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | cleanup prints in tests | William Wolf | 2011-09-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | get rid of debugs | William Wolf | 2011-09-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | pep8 issues | William Wolf | 2011-09-15 | 1 | -1/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | added xml support for servers_list in response with tests | William Wolf | 2011-09-15 | 3 | -39/+79 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | added servers_links in v1.1 with tests | William Wolf | 2011-09-15 | 3 | -2/+97 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | added build_list to servers controllers and view builder and kept all old ↵ | William Wolf | 2011-09-15 | 3 | -5/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests passing | |||||
| * | | | | | | | | | | | Update exception.wrap_exception so that all exceptions (not just Error and ↵ | Dan Prince | 2011-09-22 | 2 | -11/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | NovaException types) get logged correctly. | |||||
| | * | | | | | | | | | | Update exception.wrap_exception so that all exceptions (not just Error | Dan Prince | 2011-09-15 | 2 | -11/+3 | |
| | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and NovaException types) get logged correctly. | |||||
| * | | | | | | | | | | This patch adds instance progress which is used by the OpenStack API to ↵ | Rick Harris | 2011-09-21 | 22 | -106/+318 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indicate how far along the current executing action is (BUILD/REBUILD, MIGRATION/RESIZE). For the first cut, we decided to keep it simple and compute progress by counting discrete steps. This is not ideal since some steps, in particular, steps which involve transferring large amounts of data over the network, take *much* longer than others. A better approximation would account for the data-transferred to the destination host, since in most cases, this dominates the time spent. In addition to adding progress, this patch: - Allows resizes to use same host for source and destination which is useful for dev environments without a second host. This is enabled by the --allow_resize_to_same_host flag. - Fixes a bug in the glance and migration XenAPI plugins where the VHDs were being copied into the SR in the wrong order. Before the base-copy was copied first meaning it was possible for snapwatchd to see the base-copy before the dependent cow was present. It was treat the base_copy as an unreferenced parent, and GC it. - Additional refactoring and cleanups. | |||||
| | * | | | | | | | | | Renumbering instance progress migration | Rick Harris | 2011-09-21 | 13 | -71/+192 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Fixing tests | Rick Harris | 2011-09-21 | 53 | -572/+1472 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merging trunk | Rick Harris | 2011-09-19 | 11 | -101/+237 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Renaming progress migration to 47 | Rick Harris | 2011-09-19 | 1 | -0/+0 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Fixing list prepend | Rick Harris | 2011-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merging trunk | Rick Harris | 2011-09-16 | 67 | -1679/+2387 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Pep8 Fix | Rick Harris | 2011-09-16 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Zero out the progress when beginning a resize | Rick Harris | 2011-09-16 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Adding migration progress | Rick Harris | 2011-09-16 | 8 | -46/+70 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Fixing tests, PEP8 failures | Rick Harris | 2011-09-16 | 3 | -3/+9 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merging trunk | Rick Harris | 2011-09-16 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | PEP8 fix | Rick Harris | 2011-09-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Allowing resizes to the same machine | Rick Harris | 2011-09-16 | 11 | -77/+139 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Adding progress | Rick Harris | 2011-09-14 | 8 | -15/+86 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Adding migration for instance progress | Rick Harris | 2011-09-14 | 1 | -0/+43 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fixes lp:855115 -- issue with disassociating floating ips. | Chris Behrens | 2011-09-21 | 5 | -12/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merged trunk | Chris Behrens | 2011-09-21 | 125 | -3817/+5446 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | update floating ips tests | Chris Behrens | 2011-09-21 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | floating ip could have no project and we should allow access | Chris Behrens | 2011-09-21 | 2 | -13/+14 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | actions on floating IPs in other projects for non-admins should not be allowed. | Chris Behrens | 2011-09-21 | 3 | -1/+51 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | floating_ip_get_by_address should check user's project_id | Chris Behrens | 2011-09-21 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Keystone support in Nova across Zones. | Sandy Walsh | 2011-09-21 | 12 | -71/+192 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | trunk merge fixup | Sandy Walsh | 2011-09-21 | 24 | -48/+630 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
