summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fixed_ip_get_by_address read_deleted from contextJohn Tran2012-05-184-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 996482. by default fixed_ip_get_by_address always sets read_deleted='yes'. Changed it to accept read_deleted value from context. updated .mailmap to rewrite my old email to new email Change-Id: If94251972df7bbcfdeebc226613edac0a3f41186
* | | | Merge "Fix for Quantum LinuxBridge Intf driver plug call"Jenkins2012-05-181-4/+4
|\ \ \ \
| * | | | Fix for Quantum LinuxBridge Intf driver plug callSumit Naiksatam2012-05-171-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current implementation of the plug operation tries to assign an IP address to a bridge even if it already has one. The fix is to do this only when a new device is created. The check for a new device was already being performed however the IP address was being set outside that check. That's being corrected here, minor fix. bug 1000580 Change-Id: I45215a3ca87a32ef4c2a2f76bab9b743eabb525e
* | | | Merge "Add version to consoleauth rpc API."Jenkins2012-05-188-24/+164
|\ \ \ \
| * | | | Add version to consoleauth rpc API.Russell Bryant2012-05-178-24/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of blueprint versioned-rpc-apis. Change-Id: I9682bdbd06d744141b94385992b37cd2e55b8f5e
* | | | | Merge "Implement get_hypervisor_hostname for libvirt."Jenkins2012-05-183-0/+13
|\ \ \ \ \
| * | | | | Implement get_hypervisor_hostname for libvirt.Dan Prince2012-05-153-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements get_hypervisor_hostname so that the OS-EXT-SRV-ATTR:hypervisor_hostname extension can properly display this information when using libvirt. Fixes LP Bug #999729. Change-Id: I124d48ca352dc225f88999046f9d212ffb9e4c6e
* | | | | | Merge "Add version to the cert rpc API."Jenkins2012-05-186-17/+200
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Add version to the cert rpc API.Russell Bryant2012-05-176-17/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of blueprint versioned-rpc-apis. Change-Id: Iea00a2e82eef7ca7b3ffef438e81e5b4fcca7751
* | | | | Merge "Remove unused _get_target code from xenapi"Jenkins2012-05-183-40/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove unused _get_target code from xenapiVishvananda Ishaya2012-05-153-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removes _get_target code from volume_utils * Code was changed to pull iscsi from connection_info in eb03d47fecd3bfc24243da29ee01679b334a08fe * Removes associated stubs Change-Id: I50b4b40ac53c5bc76f32a953b94eaa024dc464b3
* | | | | Merge "Add unit test coverage for bug 1000261."Jenkins2012-05-171-0/+23
|\ \ \ \ \
| * | | | | Add unit test coverage for bug 1000261.Russell Bryant2012-05-171-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for bug 1000261 updated some parsing code to handle updated output from qemu-img. This test case exercises this parsing code. Change-Id: I5c9592478823464317cc6d521b3240913e4ded92
* | | | | | Merge "make get_all_bw_usage() signature match for fake virt driver."Jenkins2012-05-171-1/+1
|\ \ \ \ \ \
| * | | | | | make get_all_bw_usage() signature match for fake virt driver.Yun Mao2012-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia96349275321f25da55845d73b212bb7c820f3d4
* | | | | | | Merge "use a RequestContext object instead of context module"Jenkins2012-05-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use a RequestContext object instead of context moduleYun Mao2012-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib3ef1602838daee8e9453a2ded2fbb4b17d36935
* | | | | | | | Merge "Add base support for rpc API versioning."Jenkins2012-05-1711-20/+550
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Add base support for rpc API versioning.Russell Bryant2012-05-1711-20/+550
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of blueprint versioned-rpc-apis. This commit includes the base support for versioned RPC APIs. It introduces the RpcProxy and RpcDispatcher classes that have common code for handling versioning on the client and server sides, respectively. RPC APIs will be converted one at a time using this infrastructure. Change-Id: I07bd82e9ff60c356123950e466caaffdfce79eba
* | | | | | | | Merge "get instance details results in volumes key error"Jenkins2012-05-175-42/+179
|\ \ \ \ \ \ \ \
| * | | | | | | | get instance details results in volumes key errorJohn Griffith2012-05-155-42/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes bug 999043 * this code was still looking for instance FK in volumes * changed contrib/compute volume.api:attach to use bdm * added minimal tests for changes in Attach class Change-Id: I19c7aff25182aa55741ec4d80b7e30f7e66ca998
* | | | | | | | | Add additional logging to compute filterRick Harris2012-05-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3cca70ea81be12cc5a47d492f49a30774f902c91
* | | | | | | | | Merge "Add configurable timeout to Quantum HTTP connections."Jenkins2012-05-172-10/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add configurable timeout to Quantum HTTP connections.Johannes Erdfelt2012-05-162-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 1000371 Change-Id: I02805d5607feb0b2443e71c30fe7e9042d9b062a
* | | | | | | | | | Merge "Add eventlet backdoor to facilitate troubleshooting."Jenkins2012-05-172-1/+73
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add eventlet backdoor to facilitate troubleshooting.Johannes Erdfelt2012-05-162-1/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides a FLAG to turn on Eventlet's builtin backdoor server which allows you to connect over telnet and receive a Python prompt (which is immensely helpful for debugging running systems). Fixes bug 1000366 Change-Id: I779247a0796d34ba2a5478436d85b30ba76c4a01
* | | | | | | | | | Merge "Modify vm_vdi_cleaner to handle `-orig`."Jenkins2012-05-171-15/+42
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Modify vm_vdi_cleaner to handle `-orig`.Chris Behrens2012-05-161-15/+42
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also modifies the code to better handle various race conditions. Fixes bug 1000359 Change-Id: I421b5827330da550810598cfbacc5bb679b477c7
* | | | | | | | | Merge "Add aliases to .mailmap for comstud and belliott."Jenkins2012-05-171-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Add aliases to .mailmap for comstud and belliott.Chris Behrens2012-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id12e0347b11784b9739ed9713d3e151a94cf8f10
* | | | | | | | | Merge "Moving network tests into the network folder."Jenkins2012-05-173-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Moving network tests into the network folder.Rick Harris2012-05-173-0/+0
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic8f20967fb999cc67f74bd5ef751c7bb23129604
* / | | | | | | | fixes typo that completely broken Quantum/Nova integrationDan Wendlandt2012-05-161-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 1000887 fixes bug introduced in ba76b954e69de56f76f9db5cade1780bc351be67 that prevented the serializer in the Quantum client code from correctly serializing request body data. Instead, the serializer always returned None, meaning that requests would have no body, causing the Quantum server to return a 400. Change-Id: I410fb408435da8774f418f0e62ffb59eac2354f3
* | | | | | | | Merge "Bump XenServer plugin version"Jenkins2012-05-171-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump XenServer plugin versionAntony Messerli2012-05-161-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: I7a9389a8b07b78dec083f2a39c0ca6d9f3705ad3
* | | | | | | | Make Iptables FW Driver handle dhcp_server None.Dan Prince2012-05-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the IptablesFirewallDriver so it doesn't set iptables rules for the DHCP server if dhcp_server is None in network info. Fixes LP Bug #1000522. Change-Id: I08bcae49fb75f685c9eab4e10936fdab5b304e2b
* | | | | | | | Merge "Optional timeout for servers stuck in build"Jenkins2012-05-162-0/+125
|\ \ \ \ \ \ \ \
| * | | | | | | | Optional timeout for servers stuck in buildPhilip Knouff2012-05-162-0/+125
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 994786 Change-Id: Iae86c002073f45b48acde8eae07f9b0f62488f90
* | | | | | | | Merge "Remove old flagfile support."Jenkins2012-05-1623-63/+29
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove old flagfile support.Ghe Rivero2012-05-1023-63/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements blueprint remove-old-flagfile nova-manage can still be used to convert old flagfiles style files to new .ini files: $ ./bin/nova-manage config convert --help Usage: nova-manage config convert <args> [options] Options: -h, --help show this help message and exit --infile=<path> old-style flagfile to convert to config --outfile=<path> path for output file. Writes configto stdout if not specified. Change-Id: Ib8fbbd858b1db7faef70d7d97955e5042bf378f2 Signed-off-by: Ghe Rivero <ghe@debian.org>
* | | | | | | | Merge "Update nova's copy of image metadata on rebuild"Jenkins2012-05-162-2/+48
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Update nova's copy of image metadata on rebuildChris Behrens2012-05-162-2/+48
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 999318 Change-Id: Ib2ea908466e5ee4f05e94e68aecd77247e3f4a15
* | | | | | | Merge "Updated instance state on resize error."Jenkins2012-05-161-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Updated instance state on resize error.Unmesh Gurjar2012-04-181-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 980685. Set instance vm_state to ERROR if network node down during resize. Change-Id: I2e2f7a98be4b2edfc7d51a4d8d9e31b7b418f2ba
* | | | | | | | Merge "Add __repr__ to least_cost scheduler."Jenkins2012-05-161-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Add __repr__ to least_cost scheduler.Chris Behrens2012-05-161-0/+5
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: I883dd5a734ef71cef915abf95a7125926e07f3d0
* | | | | | | | Merge "Add s3_listen and s3_listen_port options."Jenkins2012-05-162-6/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Add s3_listen and s3_listen_port options.Dan Prince2012-05-162-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds s3_listen and s3_listen_port options to the Nova Objectstore service so that it matches config options from other Nova API services. Fixes LP Bug #1000220. Change-Id: Ie6d89af7fc8de0c5cef846315171d0f9c9e3db35
* | | | | | | | | Merge "handle updated qemu-img info output"Jenkins2012-05-161-3/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | handle updated qemu-img info outputPádraig Brady2012-05-161-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally `qemu-img info` always output an (actual path: ...) even if it was duplicated with that already on the line. $ instances=/var/lib/nova/instances/ $ qemu-img info $instances/instance-00000017/disk | grep 'backing' backing file: $instances/_base/24083... (actual path: $the_same) Whereas after the change referenced at: https://lists.gnu.org/archive/html/qemu-devel/2012-05/msg01468.html It suppresses a duplicate (actual path:) $ instances=/var/lib/nova/instances/ $ qemu-img info $instances/instance-00000017/disk | grep 'backing' backing file: $instances/_base/24083... * nova/virt/libvirt/utils.py (get_disk_backing_file): Avoid an indexError exception when parsing the newer format. Fixes bug 1000261 Change-Id: Ie2889b6da8a5c93e0e874e7a330529f6e6e71b0b