Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trunk merge with migration renumbering | Trey Morris | 2011-06-30 | 1 | -0/+11 |
|\ | |||||
| * | fix issue of recurse_zones not being converted to bool properly | Chris Behrens | 2011-06-29 | 1 | -0/+11 |
* | | merged trunk | Trey Morris | 2011-06-29 | 1 | -0/+16 |
|\| | |||||
| * | This adds system usage notifications using the notifications framework. | Monsyne Dragon | 2011-06-28 | 1 | -0/+16 |
| |\ | |||||
| | * | Refactored usage generation | Monsyne Dragon | 2011-06-28 | 1 | -0/+16 |
* | | | merged trunk, fixed the floating_ip fixed_ip exception stupidity | Trey Morris | 2011-06-29 | 1 | -4/+43 |
|\| | | |||||
| * | | pep8 fix | Brian Lamar | 2011-06-28 | 1 | -1/+0 |
| * | | Merged trunk. | Brian Lamar | 2011-06-27 | 1 | -0/+10 |
| |\| | |||||
| * | | Added nova.version to utils.py | Brian Lamar | 2011-06-27 | 1 | -0/+1 |
| * | | Created Bootstrapper to handle Nova bootstrapping logic. | Brian Lamar | 2011-06-23 | 1 | -0/+37 |
| * | | fix some issues with flags and logging | Mark Washenberger | 2011-06-22 | 1 | -4/+6 |
* | | | trunk merge, getting fierce.. | Trey Morris | 2011-06-27 | 1 | -0/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | PEP8 fix | Yuriy Taraday | 2011-06-25 | 1 | -1/+2 |
| * | | Merged with trunk | Yuriy Taraday | 2011-06-24 | 1 | -0/+15 |
| |\| | |||||
| * | | Unwind last commit, force anyjson to use our serialization methods. | Yuriy Taraday | 2011-06-24 | 1 | -0/+9 |
* | | | more trunks | Trey Morris | 2011-06-20 | 1 | -0/+15 |
|\ \ \ | | |/ | |/| | |||||
| * | | Adding tests for is_uuid_like | Rick Harris | 2011-06-18 | 1 | -4/+6 |
| * | | Prep-work to begin on reroute_compute | Rick Harris | 2011-06-15 | 1 | -0/+8 |
| * | | Adding uuid test | Rick Harris | 2011-06-15 | 1 | -0/+5 |
| |/ | |||||
* | | merged trunk again | Trey Morris | 2011-06-08 | 1 | -8/+10 |
|\| | |||||
| * | pep8 | Alex Meade | 2011-06-07 | 1 | -3/+3 |
| * | merge trunk | Alex Meade | 2011-06-06 | 1 | -1/+1 |
| |\ | |||||
| * | | Set pylint to ignore correct lines that it could not determine were correct, | Alex Meade | 2011-06-03 | 1 | -8/+10 |
* | | | merged trunk again | Trey Morris | 2011-06-03 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | make all uses of utcnow use our testable utils.utcnow | Vishvananda Ishaya | 2011-06-02 | 1 | -1/+1 |
| |/ | |||||
* | | moved auto assign floating ip functionality from compute manager to network m... | Trey Morris | 2011-05-24 | 1 | -24/+39 |
|\| | |||||
| * | Merge with trunk | Johannes Erdfelt | 2011-05-16 | 1 | -0/+2 |
| |\ | |||||
| | * | Merged trunk | Chris Behrens | 2011-05-13 | 1 | -3/+6 |
| | |\ | |||||
| | * | | if a LoopingCall has canceled the loop, break out early instead of sleeping a... | Chris Behrens | 2011-05-12 | 1 | -0/+2 |
| * | | | Merge with trunk | Johannes Erdfelt | 2011-05-12 | 1 | -3/+6 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | 1 Set default paths for nova.conf and api-paste.ini to /etc/nova/ | Lvov Maxim | 2011-05-11 | 1 | -3/+6 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | looking for default flagfile | Lvov Maxim | 2011-05-03 | 1 | -3/+6 |
| * | | | Abstract out IPv6 address generation to pluggable backends | Johannes Erdfelt | 2011-05-11 | 1 | -20/+0 |
| |/ / | |||||
| * | | Rebased to trunk rev 1035. | Masanori Itoh | 2011-04-29 | 1 | -1/+1 |
| |\| | |||||
| | * | merging trunk | Brian Waldon | 2011-04-22 | 1 | -76/+71 |
| | |\ | |||||
| | * | | Addressing exception.NotFound across the project | Brian Waldon | 2011-04-21 | 1 | -1/+1 |
| * | | | Rework completed. Added test cases, changed helper method name, etc. | Masanori Itoh | 2011-04-22 | 1 | -0/+30 |
| | |/ | |/| | |||||
* | | | merge trunk | Trey Morris | 2011-04-21 | 1 | -76/+71 |
|\| | | |||||
| * | | cleanups per code review | termie | 2011-04-20 | 1 | -2/+2 |
| * | | docstring cleanup, nova dir | termie | 2011-04-20 | 1 | -76/+71 |
| |/ | |||||
| * | use 'is not None' instead of '!= None' | Jason Koelker | 2011-04-18 | 1 | -1/+1 |
* | | merge with trunk | Trey Morris | 2011-03-28 | 1 | -58/+222 |
|\| | |||||
| * | Merging trunk | Rick Harris | 2011-03-24 | 1 | -14/+16 |
| |\ | |||||
| | * | Adds unit test coverage for XenAPI Rescue & Unrescue. | Josh Kearney | 2011-03-24 | 1 | -5/+2 |
| | |\ | |||||
| | | * | Merged trunk | Josh Kearney | 2011-03-24 | 1 | -4/+5 |
| | | |\ | |||||
| | | * \ | Merged trunk | Josh Kearney | 2011-03-24 | 1 | -0/+9 |
| | | |\ \ | |||||
| | | * | | | Small refactor | Josh Kearney | 2011-03-24 | 1 | -5/+2 |
| | * | | | | libvirt driver multi_nic support. In this phase libvirt can work with and wit... | Ilya Alekseyev | 2011-03-24 | 1 | -5/+9 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | * | | | style and spacing fixed | Ilya Alekseyev | 2011-03-24 | 1 | -1/+1 |
| | | * | | | trunk merged. conflicts resolved | Ilya Alekseyev | 2011-03-24 | 1 | -7/+84 |
| | | |\ \ \ | | | | | |/ | | | | |/| |