summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge "[PATCH] Allow [:print:] chars for security group names"Jenkins2012-06-013-25/+69
|\ \ \ \ \ \ \ \
| * | | | | | | | [PATCH] Allow [:print:] chars for security group namesAlessio Ababilov2012-05-293-25/+69
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge "Add compare_cpu to the compute rpcapi."Jenkins2012-06-014-7/+19
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add compare_cpu to the compute rpcapi.Russell Bryant2012-05-314-7/+19
* | | | | | | | Merge "Add get_console_topic() to the compute rpcapi."Jenkins2012-06-013-5/+10
|\| | | | | | |
| * | | | | | | Add get_console_topic() to the compute rpcapi.Russell Bryant2012-05-313-5/+10
* | | | | | | | Merge "Add refresh_provider_fw_rules() to compute rpcapi."Jenkins2012-06-013-3/+9
|\| | | | | | |
| * | | | | | | Add refresh_provider_fw_rules() to compute rpcapi.Russell Bryant2012-05-313-3/+9
* | | | | | | | Merge "Add post_live_migration_at_destination() to compute rpcapi."Jenkins2012-06-014-7/+18
|\| | | | | | |
| * | | | | | | Add post_live_migration_at_destination() to compute rpcapi.Russell Bryant2012-05-314-7/+18
* | | | | | | | Merge "Add pre_live_migration() to the compute rpcapi."Jenkins2012-06-014-13/+24
|\| | | | | | |
| * | | | | | | Add pre_live_migration() to the compute rpcapi.Russell Bryant2012-05-314-13/+24
* | | | | | | | Merge "Add rollback_live_migration_at_destination() to compute rpcapi."Jenkins2012-06-013-6/+24
|\| | | | | | |
| * | | | | | | Add rollback_live_migration_at_destination() to compute rpcapi.Russell Bryant2012-05-313-6/+24
* | | | | | | | Merge "Add finish_resize() to the compute rpcapi."Jenkins2012-06-013-11/+14
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add finish_resize() to the compute rpcapi.Russell Bryant2012-05-313-11/+14
* | | | | | | Merge "Add resize_instance() to the compute rpcapi."Jenkins2012-06-013-7/+11
|\| | | | | |
| * | | | | | Add resize_instance() to the compute rpcapi.Russell Bryant2012-05-313-7/+11
* | | | | | | Merge "Add finish_revert_resize() to the compute rpcapi."Jenkins2012-06-013-7/+13
|\| | | | | |
| * | | | | | Add finish_revert_resize() to the compute rpcapi.Russell Bryant2012-05-313-7/+13
* | | | | | | Merge "Add get_console_pool_info() to the compute rpcapi."Jenkins2012-06-014-14/+17
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Add get_console_pool_info() to the compute rpcapi.Russell Bryant2012-05-314-14/+17
| | |_|/ / | |/| | |
* | | | | Merge "Backslash continuation removal (Nova folsom-2)"Jenkins2012-05-3113-107/+108
|\ \ \ \ \
| * | | | | Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-3113-107/+108
| | |_|_|/ | |/| | |
* | | | | Merge "Implement blueprint host-topic-matchmaking"Jenkins2012-05-312-0/+315
|\ \ \ \ \
| * | | | | Implement blueprint host-topic-matchmakingEric Windisch2012-05-312-0/+315
| |/ / / /
* | | | | Merge "Remove resize function from virt driver."Jenkins2012-05-313-17/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove resize function from virt driver.Dan Prince2012-05-313-17/+0
* | | | | Fix destination host for remove_volume_connection.Russell Bryant2012-05-311-1/+1
* | | | | Merge "Don't deepcopy RpcContext"Jenkins2012-05-313-1/+17
|\ \ \ \ \
| * | | | | Don't deepcopy RpcContextChris Behrens2012-05-313-1/+17
| |/ / / /
* / / / / Cleans up extraneous volume_api callsVishvananda Ishaya2012-05-312-31/+15
|/ / / /
* | | | Merge "Remove list_disks/list_interfaces from virt driver"Jenkins2012-05-313-43/+0
|\ \ \ \
| * | | | Remove list_disks/list_interfaces from virt driverDan Prince2012-05-313-43/+0
* | | | | Merge "Remove duplicate words in comments"Jenkins2012-05-312-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove duplicate words in commentsJoe Gordon2012-05-312-2/+2
* | | | | Merge "Remove unnecessary setting of XenAPI module attribute"Jenkins2012-05-311-15/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unnecessary setting of XenAPI module attributeJohannes Erdfelt2012-05-311-15/+5
* | | | | Merge "Prevent task_state changes during VERIFY_RESIZE."Jenkins2012-05-311-7/+8
|\ \ \ \ \
| * | | | | Prevent task_state changes during VERIFY_RESIZE.Dan Prince2012-05-311-7/+8
| |/ / / /
* | | | | Merge "Make sure an exception is logged when config file isn't found"Jenkins2012-05-311-6/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make sure an exception is logged when config file isn't foundJohannes Erdfelt2012-05-311-6/+4
| |/ / /
* | | | Merge "Add a note on why quota classes are unused in Nova"Jenkins2012-05-311-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Add a note on why quota classes are unused in NovaMark McLoughlin2012-05-301-0/+5
* | | | Merge "Move queue_get_for() from db to rpc."Jenkins2012-05-3118-121/+102
|\ \ \ \
| * | | | Move queue_get_for() from db to rpc.Russell Bryant2012-05-3018-121/+102
* | | | | Merge "Add scheduler filter for trustedness of a host"Jenkins2012-05-312-0/+288
|\ \ \ \ \
| * | | | | Add scheduler filter for trustedness of a hostDon Dugger2012-05-282-0/+288
| | |_|/ / | |/| | |
* | | | | Merge "Record instance architecture types."Jenkins2012-05-312-0/+25
|\ \ \ \ \
| * | | | | Record instance architecture types.Chuck Short2012-05-292-0/+25