| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged trunk | Ed Leafe | 2011-08-08 | 2 | -0/+11 |
| |\ | |||||
| | * | Changed all references to 'power state' to 'power action' as requested by rev... | Ed Leafe | 2011-08-04 | 2 | -6/+6 |
| | * | Merged trunk | Ed Leafe | 2011-08-04 | 2 | -13/+40 |
| | |\ | |||||
| | * \ | Merged trunk | Ed Leafe | 2011-08-03 | 1 | -6/+6 |
| | |\ \ | |||||
| | * | | | Removed duplicate methods created by previous merge. | Ed Leafe | 2011-08-03 | 1 | -7/+1 |
| | * | | | Fixed a missing space. | Ed Leafe | 2011-08-02 | 1 | -1/+1 |
| | * | | | Merged trunk | Ed Leafe | 2011-08-02 | 1 | -435/+0 |
| | |\ \ \ | |||||
| | * \ \ \ | Merged from lab | Ed Leafe | 2011-08-02 | 2 | -6/+11 |
| | |\ \ \ \ | |||||
| | | * | | | | Fixed several typos | Ed Leafe | 2011-08-02 | 1 | -1/+1 |
| | | * | | | | Merged trunk | Ed Leafe | 2011-08-02 | 1 | -6/+3 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Added option for rebooting or shutting down a host. | Ed Leafe | 2011-08-01 | 2 | -1/+12 |
| | * | | | | | | Merged trunk | Ed Leafe | 2011-08-02 | 1 | -6/+3 |
| | |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | | Merged trunk | Ed Leafe | 2011-08-01 | 3 | -192/+328 |
| | |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | | Added API and supporting code for rebooting or shutting down XenServer hosts. | Ed Leafe | 2011-07-07 | 2 | -0/+12 |
| * | | | | | | | zone_aware_scheduler classes couldn't build instances due to a change to comp... | Chris Behrens | 2011-08-05 | 1 | -0/+4 |
| * | | | | | | | Fixes lp821144 | Matt Dietz | 2011-08-05 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Revert migration now finishes | Matt Dietz | 2011-08-04 | 1 | -2/+2 |
| | * | | | | | | | Forgot the instance_id parameter in the finish call | Matt Dietz | 2011-08-04 | 1 | -1/+2 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * / | | | | | | fix pep8 issues that are in trunk | Chris Behrens | 2011-08-04 | 1 | -2/+4 |
| |/ / / / / / | |||||
| * | | | | | | The logic for confirming and reverting resizes was flipped. As a result, reve... | Johannes Erdfelt | 2011-08-04 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Revert should be sent to destination node and confirm should be sent to source | Johannes Erdfelt | 2011-08-04 | 1 | -2/+2 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Moves code restarting instances after compute node reboot from libvirt driver... | Nikolay Sokolov | 2011-08-04 | 1 | -0/+26 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Yet another conflict resolved. | Nikolay Sokolov | 2011-08-03 | 4 | -461/+26 |
| | |\| | | | | | |||||
| | * | | | | | | Resolved conflicts with trunk | Nikolay Sokolov | 2011-07-27 | 2 | -24/+45 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Warn user instead of ignoring | Nikolay Sokolov | 2011-07-26 | 1 | -1/+1 |
| | * | | | | | | | Added ensuring filter rules for all VMs. | Nikolay Sokolov | 2011-07-26 | 1 | -0/+5 |
| | * | | | | | | | Estetic fix. | Nikolay Sokolov | 2011-07-26 | 1 | -1/+2 |
| | * | | | | | | | Fixed old libvirt semantics, added resume_guests_state_on_host_boot flag. | Nikolay Sokolov | 2011-07-26 | 1 | -5/+4 |
| | * | | | | | | | Hotfix. | Nikolay Sokolov | 2011-07-25 | 1 | -0/+1 |
| | * | | | | | | | Some estetic refactoring. | Nikolay Sokolov | 2011-07-25 | 1 | -27/+21 |
| | * | | | | | | | pep8 | Nikolay Sokolov | 2011-07-25 | 1 | -8/+15 |
| | * | | | | | | | Fixed logging. | Nikolay Sokolov | 2011-07-25 | 1 | -1/+1 |
| | * | | | | | | | Fixed id. | Nikolay Sokolov | 2011-07-25 | 1 | -1/+1 |
| | * | | | | | | | Fixed init_host context name. | Nikolay Sokolov | 2011-07-25 | 1 | -1/+1 |
| | * | | | | | | | Moved restaring instances from livbirt driver to ComputeManager. | Nikolay Sokolov | 2011-07-22 | 1 | -0/+19 |
| * | | | | | | | | Merge with trunk | Johannes Erdfelt | 2011-08-03 | 2 | -441/+6 |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | | Glance has been updated for integration with keystone. That means that nova ... | Kevin L. Mitchell | 2011-08-02 | 1 | -6/+6 |
| | |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | | * | | | | | | pull-up from trunk | Kevin L. Mitchell | 2011-08-02 | 1 | -6/+3 |
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | |||||
| | | * | | | | | | Revert to using context; to avoid conflict, we import context module as nova_... | Kevin L. Mitchell | 2011-07-29 | 1 | -1/+1 |
| | | * | | | | | | pull-up from trunk and conflict resolution | Kevin L. Mitchell | 2011-07-29 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | |||||
| | | * | | | | | | pull-up from trunk | Kevin L. Mitchell | 2011-07-29 | 1 | -6/+3 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | pull-up from trunk; fix problem obscuring context module with context param; ... | Kevin L. Mitchell | 2011-07-29 | 1 | -10/+15 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | pull-up from trunk | Kevin L. Mitchell | 2011-07-27 | 2 | -2/+11 |
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | |||||
| | | * | | | | | | | | First pass at converting this stuff--pass context down into vmops. Still nee... | Kevin L. Mitchell | 2011-07-26 | 1 | -4/+5 |
| | * | | | | | | | | | - Remove Twisted dependency from pip-requires | Brian Waldon | 2011-08-02 | 1 | -435/+0 |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | removing compute monitor | Brian Waldon | 2011-08-02 | 1 | -435/+0 |
| | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| * | / | | | | | | | Use flavorid only at the API level and use instance_type_id internally | Johannes Erdfelt | 2011-08-03 | 2 | -11/+12 |
| |/ / / / / / / / | |||||
| * | | | | | | | | FlavorNotFound already existed, no need to create another exception. | Brian Lamar | 2011-07-29 | 1 | -1/+1 |
| * | | | | | | | | Created exceptions for accepting in OSAPI, and handled them appropriately. | Brian Lamar | 2011-07-29 | 1 | -6/+3 |
| |/ / / / / / / | |||||
| * | | | | | | | merged trunk | Vishvananda Ishaya | 2011-07-29 | 2 | -15/+18 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
