summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-165-24/+269
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Move policy enforcement into REST API layer for v2.1 serversShaoHe Feng2015-03-095-24/+269
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | 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 "Move oslo.vmware into test-requirements.txt"Jenkins2015-03-132-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move oslo.vmware into test-requirements.txtMatt Riedemann2015-03-102-1/+3
| |/ / / / / / / / / /
* | | | | | | | | | | 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
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Add @wrap_exception() for 3 compute functions"Jenkins2015-03-131-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add @wrap_exception() for 3 compute functionsjichenjc2015-03-131-0/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge "libvirt: add in missing translation for exception"Jenkins2015-03-131-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | libvirt: add in missing translation for exceptionGary Kotton2015-03-121-3/+4
* | | | | | | | | | | | | Merge "ensure DatabaseFixture removes db on cleanup"Jenkins2015-03-1312-11/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ensure DatabaseFixture removes db on cleanupSean Dague2015-03-1212-11/+31
* | | | | | | | | | | | | | Merge "Handle exception when attaching interface failed"Jenkins2015-03-132-1/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Handle exception when attaching interface failedEli Qiao2015-03-132-1/+45
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |