summaryrefslogtreecommitdiff
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Objects: use setattr rather than dict syntax in remotableAndrew Laski2015-03-171-2/+3
* Split out NovaTimestampObjectAndrew Laski2015-03-171-24/+37
* Merge "Fixed archiving of deleted records"Jenkins2015-03-172-18/+22
|\
| * Fixed archiving of deleted recordsTimofey Durakov2015-03-142-18/+22
* | Merge "Add get_api_session to db api"Jenkins2015-03-172-0/+16
|\ \
| * | Add get_api_session to db apiAndrew Laski2015-03-162-0/+16
* | | Merge "Use the proper database engine for nova-manage"Jenkins2015-03-172-8/+109
|\ \ \ | |/ /
| * | Use the proper database engine for nova-manageAndrew Laski2015-03-162-8/+109
* | | Merge "libvirt: Fix live migration failure cleanup on ceph"Jenkins2015-03-172-14/+20
|\ \ \
| * | | libvirt: Fix live migration failure cleanup on cephMatthew Booth2015-03-102-14/+20
* | | | Merge "Variable 'name' already declared in 'for' loop"Jenkins2015-03-171-2/+2
|\ \ \ \
| * | | | Variable 'name' already declared in 'for' loopPavel Kholkin2015-03-161-2/+2
* | | | | Merge "Remove db layer hard-code permission checks for network_delete_safe"Jenkins2015-03-171-1/+0
|\ \ \ \ \
| * | | | | Remove db layer hard-code permission checks for network_delete_safeShaoHe Feng2015-03-091-1/+0
* | | | | | Merge "Remove db layer hard-code permission checks for network_count_reserved...Jenkins2015-03-171-1/+0
|\ \ \ \ \ \
| * | | | | | Remove db layer hard-code permission checks for network_count_reserved_ipsShaoHe Feng2015-03-131-1/+0
* | | | | | | Merge "Add support for multiple database engines"Jenkins2015-03-172-9/+120
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Add support for multiple database enginesDheeraj Gupta2015-03-162-9/+120
* | | | | | | Merge "Fix ComputeNode backport for Service.obj_make_compatible"Jenkins2015-03-162-6/+27
|\ \ \ \ \ \ \
| * | | | | | | Fix ComputeNode backport for Service.obj_make_compatibleSylvain Bauza2015-03-132-6/+27
* | | | | | | | Merge "Fix confusing log output in nova/nova/network/linux_net.py"Jenkins2015-03-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix confusing log output in nova/nova/network/linux_net.pyMitsuhiro SHIGEMATSU2015-03-151-1/+1
* | | | | | | | | Merge "Fix wrong log when reschedule is disabled"Jenkins2015-03-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix wrong log when reschedule is disabledjichenjc2015-02-241-1/+1
* | | | | | | | | | VMware: update test_vm_util to use instance objectGary Kotton2015-03-161-96/+52
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge "Compute: no longer need to pass flavor to the spawn method"Jenkins2015-03-1614-68/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Compute: no longer need to pass flavor to the spawn methodGary Kotton2015-03-1314-68/+29
* | | | | | | | | | Move policy enforcement into REST API layer for v2.1 api volume_attachmentyuntong2015-03-162-4/+80
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge "Move policy enforcement into REST API layer for v2.1 security_group_de...Jenkins2015-03-162-2/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move policy enforcement into REST API layer for v2.1 security_group_default_r...ShaoHe Feng2015-02-262-2/+36
* | | | | | | | | | Merge "Move policy enforcement into REST API layer for v2.1 security groups"Jenkins2015-03-162-8/+109
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move policy enforcement into REST API layer for v2.1 security groupsShaoHe Feng2015-03-062-8/+109
* | | | | | | | | | | Merge "Move policy enforcement into REST API layer for v2.1 servers"Jenkins2015-03-164-24/+252
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Move policy enforcement into REST API layer for v2.1 serversShaoHe Feng2015-03-094-24/+252
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge "VMware: fix VM rescue problem with VNC console"Jenkins2015-03-155-167/+214
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | VMware: fix VM rescue problem with VNC consoleGary Kotton2015-03-125-167/+214
* | | | | | | | | | | Merge "Remove db layer hard-code permission checks for flavor_access"Jenkins2015-03-144-47/+101
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove db layer hard-code permission checks for flavor_accessHe Jie Xu2015-03-074-47/+101
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Stop spamming logs when creating context"Jenkins2015-03-141-0/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Stop spamming logs when creating contextDavanum Srinivas2015-03-131-0/+9
* | | | | | | | | | | | Merge "Break out the child version calculation logic from obj_make_compatible()"Jenkins2015-03-142-40/+59
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Break out the child version calculation logic from obj_make_compatible()Dan Smith2015-03-132-40/+59
* | | | | | | | | | | | Merge "cells: don't pass context to instance.save in instance_update_from_api"Jenkins2015-03-132-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | cells: don't pass context to instance.save in instance_update_from_apiMatt Riedemann2015-03-122-2/+2
* | | | | | | | | | | | Merge "Remove update_store usage"Jenkins2015-03-131-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove update_store usagejichenjc2015-02-231-1/+0
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Make service-update work in API cells"Jenkins2015-03-132-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make service-update work in API cellsRajesh Tailor2015-01-152-6/+11
* | | | | | | | | | | | | Merge "Add shadow table empty verification"Jenkins2015-03-131-0/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Add shadow table empty verificationSean Dague2015-03-131-0/+30
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |