summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge "tests: remove misleading docstrings on libvirt tests"Jenkins2012-07-261-3/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: remove misleading docstrings on libvirt testsPádraig Brady2012-07-241-3/+0
* | | | | | | | | | | Merge changes I85ad29e8,I21d91e6c,I114081fc,If881fb41,Ia7e31428,I15ceb762,Id2...Jenkins2012-07-266-121/+193
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Send a full instance via rpc for attach_volume.Russell Bryant2012-07-253-15/+22
| * | | | | | | | | | Send a full instance via rpc for add_fixed_ip_to_instance.Russell Bryant2012-07-254-16/+23
| * | | | | | | | | | Send a full instance via rpc for get_console_output.Russell Bryant2012-07-254-15/+20
| * | | | | | | | | | Send a full instance via rpc for suspend_instance.Russell Bryant2012-07-254-13/+19
| * | | | | | | | | | Send a full instance via rpc for (un)pause_instance.Russell Bryant2012-07-254-23/+36
| * | | | | | | | | | Don't use rpc to lock/unlock an instance.Russell Bryant2012-07-255-24/+32
| * | | | | | | | | | Convert reboot_instance to take a full instance.Russell Bryant2012-07-254-18/+29
| * | | | | | | | | | Include name in a primitive Instance.Russell Bryant2012-07-252-10/+25
* | | | | | | | | | | Merge "Remove unused scheduler functions"Jenkins2012-07-268-254/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unused scheduler functionsJoe Gordon2012-07-258-254/+0
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Fix docstring for SecurityGroupHandlerBase"Jenkins2012-07-261-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix docstring for SecurityGroupHandlerBaseSean M. Collins2012-07-251-2/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Update decorators in compute manager."Jenkins2012-07-261-16/+78
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Update decorators in compute manager.Russell Bryant2012-07-251-16/+78
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Add support for snapshots and volume types to netapp driver."Jenkins2012-07-262-189/+571
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add support for snapshots and volume types to netapp driver.Ben Swartzlander2012-07-252-189/+571
* | | | | | | | | Merge "Fix wrong regex in cleanup_file_locks."Jenkins2012-07-252-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix wrong regex in cleanup_file_locks.Eugene Kirpichov2012-07-232-2/+2
* | | | | | | | | Merge "Inject instance metadata into xenstore"Jenkins2012-07-2513-3/+386
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Inject instance metadata into xenstoreKevin L. Mitchell2012-07-2513-3/+386
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Allow soft deletes from any stateKevin L. Mitchell2012-07-251-2/+1
* | | | | | | | | Merge "Return 400 in get_console_output for bad length."Jenkins2012-07-252-3/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Return 400 in get_console_output for bad length.Roland Hochmuth2012-07-242-3/+31
* | | | | | | | | | Merge "Handle NULL deleted_at in migration 112."Jenkins2012-07-251-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Handle NULL deleted_at in migration 112.Rick Harris2012-07-251-0/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Allow floating IP pools to be deleted"Jenkins2012-07-251-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Allow floating IP pools to be deletedMark McLoughlin2012-07-251-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge "Add missing tempfile import to libvirt driver."Jenkins2012-07-251-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add missing tempfile import to libvirt driver.Russell Bryant2012-07-251-0/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge "Define cross-driver standardized vm_mode values"Jenkins2012-07-256-19/+138
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Define cross-driver standardized vm_mode valuesDaniel P. Berrange2012-07-256-19/+138
* | | | | | | | | Merge "Adds xcp disk resize support."Jenkins2012-07-254-13/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adds xcp disk resize support.Marco Sinhoreli2012-07-234-13/+55
* | | | | | | | | | Merge "Use compute_driver in xenapi driver help messages."Jenkins2012-07-251-8/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use compute_driver in xenapi driver help messages.Dan Prince2012-07-231-8/+9
* | | | | | | | | | | Merge "Xen: Ensure snapshot is torn down on error."Jenkins2012-07-251-27/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Xen: Ensure snapshot is torn down on error.Rick Harris2012-07-241-27/+19
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Add missing parameters to novas cinder api"Jenkins2012-07-251-9/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add missing parameters to novas cinder apiJohn Griffith2012-07-251-9/+13
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Check for exception codes in openstack API results"Jenkins2012-07-252-11/+29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Check for exception codes in openstack API resultsJohn Griffith2012-07-252-11/+29
| |/ / / / / / / / / /
* / / / / / / / / / / Remove temporary variableSean M. Collins2012-07-251-2/+2
|/ / / / / / / / / /
* | | | / / / / / / Fixes console/vmrc_manager.py import errorZhongyue Luo2012-07-251-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge "Add image_name to create and rebuild notifications"Jenkins2012-07-245-11/+72
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add image_name to create and rebuild notificationsisethi2012-07-235-11/+72
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Provide rootwrap filters for nova-api-metadata"Jenkins2012-07-241-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Provide rootwrap filters for nova-api-metadataThierry Carrez2012-07-241-0/+17