| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged with current trunk. | Yuriy Taraday | 2011-05-05 | 4 | -42/+106 |
| |\ | |||||
| | * | merging trunk; resolving conflicts | Brian Waldon | 2011-05-02 | 3 | -27/+61 |
| | |\ | |||||
| | | * | Correcting exception case | Brian Waldon | 2011-04-27 | 1 | -2/+2 |
| | | * | further cleanup of nova/exceptions.py | Brian Waldon | 2011-04-27 | 1 | -6/+6 |
| | * | | Merged trunk and fixed api servers conflict. | Brian Lamar | 2011-04-21 | 1 | -131/+105 |
| | |\ \ | |||||
| | * | | | Fixes and reworkings based on review. | Brian Lamar | 2011-04-21 | 1 | -11/+0 |
| | * | | | Removed no longer relevant comment. | Brian Lamar | 2011-04-20 | 1 | -1/+0 |
| | * | | | Removed TODO we don't need. | Brian Lamar | 2011-04-20 | 1 | -1/+0 |
| | * | | | Removed _ and replaced with real variable name. | Brian Lamar | 2011-04-20 | 1 | -1/+1 |
| | * | | | Merged trunk. | Brian Lamar | 2011-04-20 | 4 | -88/+90 |
| | |\ \ \ | |||||
| | * | | | | Added some tests. | Brian Lamar | 2011-04-12 | 1 | -0/+1 |
| | * | | | | Cleanup after prereq merge. | Brian Lamar | 2011-04-12 | 1 | -30/+12 |
| | * | | | | Merged lp:~rackspace-titan/nova/server_metadata_quotas as a prereq. | Brian Lamar | 2011-04-12 | 1 | -6/+31 |
| | |\ \ \ \ | |||||
| | * | | | | | Commit for merge of metadata_quotas preq. | Brian Lamar | 2011-04-12 | 1 | -4/+16 |
| | * | | | | | Removed extra call from try/except. | Brian Lamar | 2011-04-12 | 1 | -1/+1 |
| | * | | | | | Reverted some superfluous changes to make MP more concise. | Brian Lamar | 2011-04-12 | 2 | -31/+32 |
| | * | | | | | Merged trunk. | Brian Lamar | 2011-04-11 | 3 | -46/+58 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merging trunk | Brian Waldon | 2011-04-04 | 1 | -1/+5 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Poller needs to check for BUILDING not NOSTATE now, since we're being more ex... | Brian Lamar | 2011-04-01 | 1 | -1/+1 |
| | * | | | | | | | Removal of instance_set_state from driver code, it shouldnt be there, but ins... | Brian Lamar | 2011-03-31 | 1 | -11/+4 |
| | * | | | | | | | Now using the new power state instead of string. | Brian Lamar | 2011-03-31 | 1 | -8/+14 |
| | * | | | | | | | Merged with Waldon. | Brian Lamar | 2011-03-31 | 2 | -16/+17 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | pep8 | Brian Waldon | 2011-03-31 | 1 | -1/+1 |
| | | * | | | | | | | adding 'building' power state; testing for 409 from OSAPI when rebuild reques... | Brian Waldon | 2011-03-31 | 2 | -9/+18 |
| | * | | | | | | | | Better error handling for spawn and destroy in libvirt. | Brian Lamar | 2011-03-31 | 2 | -35/+44 |
| | |\| | | | | | | | |||||
| | | * | | | | | | | adding metadata support for v1.1 | Brian Waldon | 2011-03-31 | 1 | -27/+32 |
| | * | | | | | | | | Update state between delete and spawn. | Brian Lamar | 2011-03-31 | 1 | -1/+1 |
| | * | | | | | | | | Rebuild improvements. | Brian Lamar | 2011-03-31 | 1 | -5/+15 |
| | |/ / / / / / / | |||||
| | * | | | | | | | Merged waldon. | Brian Lamar | 2011-03-30 | 1 | -2/+5 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | adding initial v1.1 rebuild action support | Brian Waldon | 2011-03-30 | 1 | -2/+5 |
| | * | | | | | | | | Merged Waldon's API code. | Brian Lamar | 2011-03-30 | 1 | -0/+9 |
| | |\| | | | | | | | |||||
| | | * | | | | | | | adding v1.0 support for rebuild; adding compute api rebuild support | Brian Waldon | 2011-03-30 | 1 | -0/+9 |
| | * | | | | | | | | Rough implementation of rebuild_instance in compute manager. | Brian Lamar | 2011-03-30 | 1 | -4/+32 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Add missed hyphen. | Yuriy Taraday | 2011-05-03 | 1 | -1/+1 |
| * | | | | | | | | Moved reencoding logic to compute manager and cloud EC2 API. | Yuriy Taraday | 2011-05-03 | 1 | -1/+2 |
| | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | merging trunk | Brian Waldon | 2011-04-22 | 2 | -145/+153 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | pep8 | Ken Pepple | 2011-04-22 | 1 | -2/+2 |
| | * | | | | | | | merge trunk, resolved conflict | Ken Pepple | 2011-04-22 | 1 | -144/+150 |
| | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Provide option of auto assigning floating ip to each instance. Depend on auto... | Eldar Nugaev | 2011-04-22 | 1 | -9/+27 |
| | | |\ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | style fixing | Eldar Nugaev | 2011-04-21 | 1 | -1/+1 |
| | | | * | | | | | | | pep8 cleaning | Eldar Nugaev | 2011-04-21 | 1 | -23/+24 |
| | | | * | | | | | | | fix: mark floating ip as auto assigned | Ilya Alekseyev | 2011-04-20 | 1 | -0/+1 |
| | | | * | | | | | | | refractoring | Ilya Alekseyev | 2011-04-19 | 1 | -40/+10 |
| | | | * | | | | | | | trunk merged | Ilya Alekseyev | 2011-04-19 | 3 | -5/+5 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ | trunk merged | Ilya Alekseyev | 2011-04-18 | 1 | -3/+6 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | not performing floating ip operation with auto allocated ips | Ilya Alekseyev | 2011-04-18 | 1 | -1/+2 |
| | | | * | | | | | | | | | merge with trunk | Ilya Alekseyev | 2011-04-14 | 2 | -73/+77 |
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | bugfix | Ilya Alekseyev | 2011-04-14 | 1 | -3/+28 |
| | | | * | | | | | | | | | | bugfix | Ilya Alekseyev | 2011-04-14 | 1 | -9/+10 |
| | | | * | | | | | | | | | | migaration and pep8 fixes | Ilya Alekseyev | 2011-04-12 | 1 | -3/+1 |
