summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Merge "Read instance resource quota info from "quota" namespace."Jenkins2013-03-143-7/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Read instance resource quota info from "quota" namespace.Yaguang Tang2013-03-133-7/+16
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge "Don't log traceback on expected console error."Jenkins2013-03-141-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Don't log traceback on expected console error.Russell Bryant2013-03-131-1/+2
* | | | | | | | | | | | | | | | | Merge "Generalize console error handling during build."Jenkins2013-03-143-24/+66
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Generalize console error handling during build.Russell Bryant2013-03-133-24/+66
* | | | | | | | | | | | | | | | | Resize/Migrate refactoring fixes and test casesLance Bragstad2013-03-143-2/+89
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge "Fix cells instance deletion"Jenkins2013-03-142-2/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix cells instance deletionChris Behrens2013-03-122-2/+33
* | | | | | | | | | | | | | | | | Merge "Remove sqlalchemy calling back to DB API"Jenkins2013-03-141-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Remove sqlalchemy calling back to DB APIChris Behrens2013-03-131-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge "List ConsoleTypeInvalid as a client exception."Jenkins2013-03-142-0/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | / / / / / / / / / / | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | List ConsoleTypeInvalid as a client exception.Russell Bryant2013-03-122-0/+37
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge "Fix: Nova aggregate API throws an uncaught exception on invalid host"Jenkins2013-03-132-12/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix: Nova aggregate API throws an uncaught exception on invalid hostHans Lindgren2013-03-132-12/+24
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge "Don't load system_metadata when it isn't joined."Jenkins2013-03-133-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Don't load system_metadata when it isn't joined.Vishvananda Ishaya2013-03-123-3/+15
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge "Refactor work with session in db.block_device_mapping_* methods"Jenkins2013-03-131-21/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Refactor work with session in db.block_device_mapping_* methodsBoris Pavlovic2013-03-131-21/+11
* | | | | | | | | | | | | | | | Merge "Fix use of potentially-stale instance_type in tenant_usage"Jenkins2013-03-132-24/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix use of potentially-stale instance_type in tenant_usageDan Smith2013-03-132-24/+18
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge "Make run_instance() bail quietly if instance has been deleted"Jenkins2013-03-132-2/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Make run_instance() bail quietly if instance has been deletedDan Smith2013-03-122-2/+22
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge "Virtual Power Driver list running vms quoting error"Jenkins2013-03-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Virtual Power Driver list running vms quoting errorChris Krelle2013-03-121-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge "List ComputeHostNotFound as a client exception"Jenkins2013-03-132-18/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | List ComputeHostNotFound as a client exceptionHans Lindgren2013-03-132-18/+95
* | | | | | | | | | | | | | | Merge "Add missing tests for db.block_device_mapping_* methods"Jenkins2013-03-132-1/+148
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add missing tests for db.block_device_mapping_* methodsBoris Pavlovic2013-03-132-1/+148
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Fix behaviour of split_cell_and_item"Jenkins2013-03-134-11/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix behaviour of split_cell_and_itemMatthew Sherborne2013-03-124-11/+36
* | | | | | | | | | | | | | Merge "Prepare services index method for use with cells"Jenkins2013-03-133-9/+21
|\| | | | | | | | | | | | | | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Prepare services index method for use with cellsMatthew Sherborne2013-03-123-9/+21
* | | | | | | | | | | | | Merge "Skip deleted fixed ip address for os-fixed-ips extension"Jenkins2013-03-132-17/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Skip deleted fixed ip address for os-fixed-ips extensionZhi Yan Liu2013-03-132-17/+45
* | | | | | | | | | | | | | Merge "Lazy load CONF.quota_driver."Jenkins2013-03-131-8/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Lazy load CONF.quota_driver.Chris Behrens2013-03-121-8/+13
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Fix reconnecting to libvirt."Jenkins2013-03-132-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix reconnecting to libvirt.Russell Bryant2013-03-132-2/+4
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Sync rpc from oslo-incubator."Jenkins2013-03-136-24/+250
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Sync rpc from oslo-incubator.Russell Bryant2013-03-126-24/+250
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Fix nova-manage --version"Jenkins2013-03-131-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix nova-manage --versionMark McLoughlin2013-03-121-0/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge "Delete instance metadata when delete VM"Jenkins2013-03-132-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Delete instance metadata when delete VMJoe Gordon2013-03-122-1/+18
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Fix: Managers that incorrectly derive from SchedulerDependentManager"Jenkins2013-03-134-13/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix: Managers that incorrectly derive from SchedulerDependentManagerHans Lindgren2013-03-124-13/+8
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "xenapi: Fix reboot with hung volumes"Jenkins2013-03-1212-18/+116
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xenapi: Fix reboot with hung volumesRick Harris2013-03-1112-18/+116
* | | | | | | | | | | | | Merge "Fix: nova-manage throws uncaught exception on invalid host/service"Jenkins2013-03-121-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \