summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Cleanup compute multi-node assignment of node"Jenkins2012-11-264-3/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Cleanup compute multi-node assignment of nodeBrian Elliott2012-11-254-3/+14
* | | | | | | Merge "Adds API for bulk creation/deletion of floating IPs"Jenkins2012-11-2618-0/+321
|\ \ \ \ \ \ \
| * | | | | | | Adds API for bulk creation/deletion of floating IPsChris Yeoh2012-11-2118-0/+321
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Make nova-dhcpbridge use CONFIG_FILE over FLAGFILE"Jenkins2012-11-261-4/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make nova-dhcpbridge use CONFIG_FILE over FLAGFILEMark McLoughlin2012-11-261-4/+11
* | | | | | | Merge "Added cpu_info report to HyperV Compute driver"Jenkins2012-11-266-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added cpu_info report to HyperV Compute driverLuis Fernandez Alvarez2012-11-236-2/+3
* | | | | | | Merge "Change all tenants servers listing as policy-based"Jenkins2012-11-262-9/+27
|\ \ \ \ \ \ \
| * | | | | | | Change all tenants servers listing as policy-basedYunhong, Jiang2012-11-202-9/+27
* | | | | | | | Merge "Use more specific SecurityGroupHandler calls"Jenkins2012-11-261-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Use more specific SecurityGroupHandler callsSean M. Collins2012-11-211-0/+10
* | | | | | | | | Merge "Allow VMs to be resumed after a hypervisor reboot"Jenkins2012-11-263-5/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow VMs to be resumed after a hypervisor rebootRafi Khardalian2012-11-203-5/+11
* | | | | | | | | | Merge "Remove stale flags unit tests"Jenkins2012-11-253-134/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Remove stale flags unit testsMark McLoughlin2012-11-233-134/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge "Move global fixture setup into nova/test.py"Jenkins2012-11-231-83/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Move global fixture setup into nova/test.pyMonty Taylor2012-11-221-83/+0
* | | | | | | | | Truncate large console logs in libvirt.Michael Still2012-11-234-15/+61
|/ / / / / / / /
* | | | | | | | Merge "Compute doesn't set the 'host' field in instance"Jenkins2012-11-222-30/+73
|\ \ \ \ \ \ \ \
| * | | | | | | | Compute doesn't set the 'host' field in instanceÉdouard Thuleau2012-11-212-30/+73
* | | | | | | | | Merge "Xenapi: Don't resize down if not auto_disk_config"Jenkins2012-11-221-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Xenapi: Don't resize down if not auto_disk_configAndrew Laski2012-11-211-0/+14
| |/ / / / / / / /
* | | | | | | | | Move compute_driver into nova.virt.driverMark McLoughlin2012-11-219-1/+11
* | | | | | | | | Move compute opts from nova.configMark McLoughlin2012-11-212-2/+2
|/ / / / / / / /
* | | | | | | | Merge "Handle instances not being found in EC2 API responses."Jenkins2012-11-212-0/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Handle instances not being found in EC2 API responses.Michael Still2012-11-202-0/+21
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Move sql options to nova.db.sqlalchemy.session"Jenkins2012-11-211-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Move sql options to nova.db.sqlalchemy.sessionMark McLoughlin2012-11-211-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Remove img_handlers config parameter usageDaniel P. Berrange2012-11-211-8/+0
* | | | | | | | Convert file injection code to use the VFS APIsDaniel P. Berrange2012-11-212-46/+163
* | | | | | | | Introduce a VFS implementation backed by the libguestfs APIsDaniel P. Berrange2012-11-212-0/+316
* | | | | | | | Introduce a VFS implementation mapped to the host filesystemDaniel P. Berrange2012-11-211-0/+355
|/ / / / / / /
* | | | | | | Merge "Return an error response if the specified flavor does not exists. (v4)"Jenkins2012-11-211-3/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Return an error response if the specified flavor does not exists. (v4)Ken'ichi Ohmichi2012-11-201-3/+4
* | | | | | | Merge "Detect shared storage; handle base cleanup better."Jenkins2012-11-211-7/+10
|\ \ \ \ \ \ \
| * | | | | | | Detect shared storage; handle base cleanup better.Michael Still2012-11-211-7/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Fix non-primitive uses of instance in compute/manager"Jenkins2012-11-211-9/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix non-primitive uses of instance in compute/managerDan Smith2012-11-201-9/+9
* | | | | | | | Merge "Fix os-hosts extension can't return xml response correctly."Jenkins2012-11-206-6/+112
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix os-hosts extension can't return xml response correctly.Yaguang Tang2012-11-196-6/+112
* | | | | | | | | Merge "Send block device mappings to rebuild_instance."Jenkins2012-11-202-6/+9
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Send block device mappings to rebuild_instance.Russell Bryant2012-11-192-6/+9
* | | | | | | | | Merge "refactor: extract method: connect_volume"Jenkins2012-11-203-0/+40
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refactor: extract method: connect_volumeMate Lakat2012-11-203-0/+40
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge "Handle image cache hashing on shared storage."Jenkins2012-11-201-24/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Handle image cache hashing on shared storage.Michael Still2012-11-141-24/+26
* | | | | | | | | Merge "Add nova option osapi_compute_unique_server_name_scope"Jenkins2012-11-202-3/+89
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Add nova option osapi_compute_unique_server_name_scopeandrewbogott2012-11-102-3/+89
* | | | | | | | | Fixes a bug in get_info in the Hyper-V DriverAlessandro Pilotti2012-11-201-1/+1
| |_|/ / / / / / |/| | | | | | |