summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
* Merged trunkEd Leafe2011-08-087-3/+39
|\
| * Merged trunkEd Leafe2011-08-041-1/+1
| |\
| * | Changed all references to 'power state' to 'power action' as requested by rev...Ed Leafe2011-08-047-11/+11
| * | Merged trunkEd Leafe2011-08-043-32/+7
| |\ \
| * \ \ Merged trunkEd Leafe2011-08-0310-80/+124
| |\ \ \
| * | | | Removed duplicate methods created by previous merge.Ed Leafe2011-08-037-35/+0
| * | | | Merged trunkEd Leafe2011-08-022-16/+8
| |\ \ \ \
| * \ \ \ \ Merged from labEd Leafe2011-08-028-127/+46
| |\ \ \ \ \
| | * \ \ \ \ Merged trunkEd Leafe2011-08-022-127/+14
| | |\ \ \ \ \
| | * | | | | | Added option for rebooting or shutting down a host.Ed Leafe2011-08-017-0/+32
| * | | | | | | Merged trunkEd Leafe2011-08-0120-327/+961
| |\| | | | | |
| * | | | | | | pep8 fixesEd Leafe2011-07-071-2/+2
| * | | | | | | Added API and supporting code for rebooting or shutting down XenServer hosts.Ed Leafe2011-07-077-3/+42
* | | | | | | | Make sure mapping['dns'] is formatted correctly before injecting via template...Adam Gandelman2011-08-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Properly format mapping['dns'] before handing off to template for injection (...Adam Gandelman2011-08-041-1/+1
* | | | | | | | | Add a generic image service test and run it against the fake image service.Soren Hansen2011-08-051-3/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make disk_format and container_format optional for libvirt's snapshot impleme...Soren Hansen2011-08-051-3/+7
* | | | | | | | | | Fixes lp821144Matt Dietz2011-08-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bad method callMatt Dietz2011-08-041-1/+1
| |/ / / / / / / /
* | | | | | | | | Remove instances of the "diaper pattern"Matthew Hooker2011-08-053-5/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | remove unused reference to exception objectMatthew Hooker2011-08-041-2/+2
| * | | | | | | | Remove instances of the "diaper pattern"Matthew Hooker2011-08-033-6/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Fixed rescue/unrescue since the swap changes landed in trunk. Minor refactori...Josh Kearney2011-08-042-11/+18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Added more informative docstring.Josh Kearney2011-08-041-1/+4
| * | | | | | | Fixed rescue unit tests.Josh Kearney2011-08-041-6/+9
| * | | | | | | Fixed rescue and unrescue.Josh Kearney2011-08-042-6/+6
| * | | | | | | Fixed rescue and unrescue.Josh Kearney2011-08-041-1/+2
* | | | | | | | Fixes lp819397matt.dietz@rackspace.com2011-08-041-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fixes lp819397matt.dietz@rackspace.com2011-08-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Found a case where an UnboundLocalError would be raised in xenapi_conn.py's w...Ed Leafe2011-08-041-4/+3
|\ \ \ \ \ \ \
| * | | | | | | Changed the definition of the 'action' dict to always occur.Ed Leafe2011-08-041-4/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Moves code restarting instances after compute node reboot from libvirt driver...Nikolay Sokolov2011-08-041-28/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Yet another conflict resolved.Nikolay Sokolov2011-08-0315-296/+211
| |\| | | | |
| * | | | | | Resolved conflicts with trunkNikolay Sokolov2011-07-2718-138/+631
| |\ \ \ \ \ \
| * | | | | | | Removed driver-specific autostart code.Nikolay Sokolov2011-07-251-5/+0
| * | | | | | | Moved restaring instances from livbirt driver to ComputeManager.Nikolay Sokolov2011-07-221-23/+2
* | | | | | | | Defaults `dns` to '' if not present, just as we do with the other network inf...Rick Harris2011-08-041-0/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Default dns to '' if not presentRick Harris2011-08-031-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Glance has been updated for integration with keystone. That means that nova ...Kevin L. Mitchell2011-08-0210-80/+124
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix an error in fetch_image()Kevin L. Mitchell2011-08-021-2/+2
| * | | | | | pull-up from trunk/fix merge conflictKevin L. Mitchell2011-08-022-128/+14
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Revert hasattr() check on 'set_auth_token' for clientsKevin L. Mitchell2011-08-011-2/+1
| * | | | | | Only call set_auth_token() on the glance client if there's one availableKevin L. Mitchell2011-07-291-1/+2
| * | | | | | Make unit tests passKevin L. Mitchell2011-07-291-1/+1
| * | | | | | Revert to using context; to avoid conflict, we import context module as nova_...Kevin L. Mitchell2011-07-2910-84/+85
| * | | | | | pull-up from trunk and conflict resolutionKevin L. Mitchell2011-07-295-39/+33
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | pull-up from trunkKevin L. Mitchell2011-07-291-20/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ pull-up from trunk; fix problem obscuring context module with context param; ...Kevin L. Mitchell2011-07-299-57/+66
| |\ \ \ \ \ \ \
| * | | | | | | | Fix to_dict() and elevated() to preserve auth_token; revert an accidental cha...Kevin L. Mitchell2011-07-281-2/+2
| * | | | | | | | pull-up from trunkKevin L. Mitchell2011-07-289-25/+31
| |\ \ \ \ \ \ \ \