summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Change ComputerDriver.legacy_nwinfo to raise by default.Robert Collins2013-01-111-0/+6
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge "Update instance's cell_name in API cell."Jenkins2013-01-101-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update instance's cell_name in API cell.Chris Behrens2013-01-101-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "fix new N402 errors"Jenkins2013-01-102-8/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fix new N402 errorsSean Dague2013-01-102-8/+8
| |/ / / / / /
* | | | | | | Merge "Fixed comment typo"Jenkins2013-01-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixed comment typoGiampaolo Lauria2013-01-091-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Fix init_host checking moved instances"Jenkins2013-01-102-201/+123
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix init_host checking moved instancesChris Behrens2013-01-102-201/+123
| |/ / / / /
* | | | | | Merge "Enhance wsgi to listen on ipv6 address"Jenkins2013-01-102-0/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Enhance wsgi to listen on ipv6 addressDavanum Srinivas2013-01-092-0/+17
| | |_|_|/ | |/| | |
* | | | | Move global service networking opts to new moduleMark McLoughlin2013-01-0914-14/+12
* | | | | Move vpn_key_suffix into pipelibMark McLoughlin2013-01-091-1/+0
| |/ / / |/| | |
* | | | Merge "Adds a new tenant-centric network extension"Jenkins2013-01-0918-28/+108
|\ \ \ \
| * | | | Adds a new tenant-centric network extensionMatt Dietz2013-01-0818-28/+108
| |/ / /
* | | | Merge "fix N402 for nova/tests"Jenkins2013-01-0973-553/+541
|\ \ \ \
| * | | | fix N402 for nova/testsSean Dague2013-01-0973-553/+541
* | | | | Merge "Move vpn_image_id to pipelib"Jenkins2013-01-092-2/+2
|\ \ \ \ \
| * | | | | Move vpn_image_id to pipelibMark McLoughlin2013-01-092-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge "Adds option to rebuild instance with existing disk"Jenkins2013-01-092-2/+259
|\ \ \ \ \
| * | | | | Adds option to rebuild instance with existing diskKravchenko Pavel2013-01-092-2/+259
| |/ / / /
* | | | | Merge "New instance_actions and events table, model, and api"Jenkins2013-01-092-0/+231
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | New instance_actions and events table, model, and apiAndrew Laski2013-01-082-0/+231
* | | | | Merge "Fix N402 for nova/api"Jenkins2013-01-094-7/+7
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Fix N402 for nova/apiSean Dague2013-01-084-7/+7
| |/ /
* | | Move default_instance_type into nova.computeMark McLoughlin2013-01-092-2/+2
* | | Move manager options into nova.serviceMark McLoughlin2013-01-097-8/+8
* | | Move compute_topic into nova.compute.rpcapiMark McLoughlin2013-01-092-2/+0
* | | Merge "Move scheduler_topic into nova.scheduler.rpcapi"Jenkins2013-01-093-3/+2
|\ \ \
| * | | Move scheduler_topic into nova.scheduler.rpcapiMark McLoughlin2013-01-083-3/+2
* | | | Merge "Move console_topic into nova.console.rpcapi"Jenkins2013-01-091-1/+0
|\| | |
| * | | Move console_topic into nova.console.rpcapiMark McLoughlin2013-01-081-1/+0
* | | | Merge "Move network_topic into nova.network.rpcapi"Jenkins2013-01-091-1/+0
|\| | |
| * | | Move network_topic into nova.network.rpcapiMark McLoughlin2013-01-081-1/+0
* | | | Merge "Move cert_topic into nova.cert.rpcapi"Jenkins2013-01-091-1/+0
|\| | |
| * | | Move cert_topic into nova.cert.rpcapiMark McLoughlin2013-01-081-1/+0
* | | | Merge "Move global s3 opts into nova.image.s3"Jenkins2013-01-091-1/+1
|\| | |
| * | | Move global s3 opts into nova.image.s3Mark McLoughlin2013-01-081-1/+1
* | | | Merge "Verify the disk file exists before running qemu-img on it."Jenkins2013-01-093-0/+35
|\ \ \ \ | |_|/ / |/| | |
| * | | Verify the disk file exists before running qemu-img on it.Michael Still2012-12-253-0/+35
* | | | Merge "attach/detach_volume() take instance as a parameter"Jenkins2013-01-094-10/+10
|\ \ \ \
| * | | | attach/detach_volume() take instance as a parameterArata Notsu2013-01-084-10/+10
* | | | | Merge "Remove availability_zones from service table"Jenkins2013-01-099-40/+96
|\ \ \ \ \
| * | | | | Remove availability_zones from service tableJoe Gordon2013-01-089-40/+96
* | | | | | Merge "Enable Aggregate based availability zones"Jenkins2013-01-0920-126/+155
|\| | | | |
| * | | | | Enable Aggregate based availability zonesJoe Gordon2013-01-0820-126/+155
* | | | | | Merge "Added sample tests to FlavorRxtx API."Jenkins2013-01-099-1/+235
|\ \ \ \ \ \
| * | | | | | Added sample tests to FlavorRxtx API.Giampaolo Lauria2013-01-089-1/+235
* | | | | | | Merge "Move global glance opts into nova.image.glance"Jenkins2013-01-095-41/+42
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Move global glance opts into nova.image.glanceMark McLoughlin2013-01-085-41/+42
| | |_|/ / / | |/| | | |