summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Increase logging for xenapi plugin glance uploadsMark Washenberger2012-03-081-1/+11
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this change, the glance plugin is pretty quiet about image uploads. But it can definitely be helpful to debugging to have information such as which glance server is handling the upload, how much data was sent, and more information about the glance server response if it was something other than 200 OK. Change-Id: I0269478ad1061fc2021ef4b5d9c3c1dea9b2f6cb
* | | | | | | Merge "Handle kwargs in deallocate_fixed_ip for FlatDHCP."Jenkins2012-03-081-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Handle kwargs in deallocate_fixed_ip for FlatDHCP.Dan Prince2012-03-081-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes TypeError's that occur when deallocate_fixed_ip gets called using FlatDHCP. Fixes LP Bug #950029. Change-Id: I7357277ce56d7ad4c9e7a716cbd6f25952aa1b8d
* | | | | | Merge "Deprecate carrot rpc code"Jenkins2012-03-081-0/+3
|\ \ \ \ \ \
| * | | | | | Deprecate carrot rpc codeChris Behrens2012-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 950153 carrot rpc code is not being maintained anymore and is buggy. Use kombu, instead. Change-Id: Ifcd6d8997adb4fc07fce45486f0663d57954be1d
* | | | | | | Merge "Use sqlalchemy reflection in migration 080"Jenkins2012-03-081-10/+7
|\ \ \ \ \ \ \
| * | | | | | | Use sqlalchemy reflection in migration 080Hengqing Hu2012-03-081-10/+7
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: If2a0e59461d108d59c6e9907d3db053ba2b44f57
* | | | | | | Merge "allow block migration to talk to glance/keystone"Jenkins2012-03-081-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | allow block migration to talk to glance/keystoneVishvananda Ishaya2012-03-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removes unnecessary get_admin_context() * addresses bug 949438 Change-Id: Iec9352f4c07179a39c796d235f0787ade30d5747
* | | | | | | Merge "Don't use ec2 IDs in scheduler driver"Jenkins2012-03-082-18/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Don't use ec2 IDs in scheduler driverChris Behrens2012-03-072-18/+13
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 949650 Change-Id: I5dddd84a0062a9aac3d608b6483deec0414e4b28
* | | | | | Merge "Update paste file to use service tenant."Jenkins2012-03-081-5/+3
|\ \ \ \ \ \
| * | | | | | Update paste file to use service tenant.Dan Prince2012-03-071-5/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the keystone section of api-paste.ini with example settings for the keystone service tenant. Removed the admin_token example line. Change-Id: If4ec08ec1f1882347a1b0842e65b665fccbcaeaa
* | | | | | Merge "Add a few missing tests regarding exception codes."Jenkins2012-03-081-4/+16
|\ \ \ \ \ \
| * | | | | | Add a few missing tests regarding exception codes.Alex Meade2012-03-081-4/+16
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I051f47555669af6a74fba058867a6ac2cff45a65
* | | | | | Merge "Add kwargs to RequestContext __init__"Jenkins2012-03-082-1/+25
|\ \ \ \ \ \
| * | | | | | Add kwargs to RequestContext __init__Chris Behrens2012-03-082-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 949726 This allows processing of rpc messages that contain older versions of RequestContext to not raise an exception. Change-Id: I4891a44280fcb8accf0cef1c00c1123029abcc96
* | | | | | | Merge "Require a more recent version of glance"Jenkins2012-03-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Require a more recent version of glanceJohannes Erdfelt2012-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent changes started using a recently added exception to glance.common.exception, so update pip-requires to require a version of glance that has that. Change-Id: I56ca02bdb98a8e2ed40dcd8f08c9d69d5a043add
* | | | | | | | Merge "Further cleanup of XenAPI."Jenkins2012-03-086-11/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Further cleanup of XenAPI.Josh Kearney2012-03-076-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If29e326f67ca8a81f26fe0b1b0b8989ccfc05aaf
* | | | | | | | | Merge "Set logdir to a tempdir in test_network"Jenkins2012-03-081-3/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Set logdir to a tempdir in test_networkHengqing Hu2012-03-081-3/+11
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #945364 Change-Id: Id7a28bee19f6b78d0608462059c1ed9daf71637c
* | | | | | | | | Merge "info_cache is related to deleted instance"Jenkins2012-03-081-3/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | info_cache is related to deleted instanceTrey Morris2012-03-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes lp948586 what is now possible: http://pastie.org/3546474 the problem was there were entities hitting the api to get network data for instances that were deleted. Deleted instances did not have the backref to info_cache available. The api would then go to network to get the info, but since the network structures had already been torn down, there was nothing to return. The bug then is that network_info at time of instance deletion was expected to be accessible through the instance['info_cache']. Change-Id: I8ce6ce92e2abe6241d408192ced9526562e978db
* | | | | | | | | | Merge "Set lock_path to a tempdir in TestLockCleanup"Jenkins2012-03-081-0/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Set lock_path to a tempdir in TestLockCleanupHengqing Hu2012-03-081-0/+7
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #945363 Change-Id: I2e2b81eebbfce0c10e431041f6b9d45bcf26f1c0
* | | | | | | | | Merge "Late load rabbit_notifier in test_notifier"Jenkins2012-03-081-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Late load rabbit_notifier in test_notifierHengqing Hu2012-03-081-0/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #945358 Change-Id: I7a323da5c340fca56bc5fd96eb7f936f586372e7
* | | | | | | | Merge "Fix racey snapshots."Jenkins2012-03-084-14/+56
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix racey snapshots.Rick Harris2012-03-084-14/+56
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 949475 Atomically tests and sets the instance task_state before allowing a snapshot or backup to be initiated. Change-Id: I40671a80f5e75337e176a715837f62d400cc21b6
* | | | | | | Merge "Validate VDI chain before moving into SR."Jenkins2012-03-081-3/+37
|\ \ \ \ \ \ \
| * | | | | | | Validate VDI chain before moving into SR.Rick Harris2012-03-081-3/+37
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 949477 Change-Id: Ia3f283d82f189e680c5c8dd4fcf71bf5fe5f9889
* | / / / / / Exceptions unpacking rpc messages shouldn't hang the daemonChris Behrens2012-03-086-9/+54
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 949731 Change-Id: I83218012c37f7e5f16b2de8d26a738ac71eb89b4
* | | | | | Merge "Don't swallow snapshot exceptions."Jenkins2012-03-081-1/+1
|\ \ \ \ \ \
| * | | | | | Don't swallow snapshot exceptions.Rick Harris2012-03-081-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 949471 This raise is needed so that calling code can be notified to teardown the failed snapshot. Change-Id: I25a78e36b4bdb4ca52f1f999168a750dde134056
* | | | | | Merge "pyflakes cleanups on libvirt/connection.py"Jenkins2012-03-081-22/+11
|\ \ \ \ \ \
| * | | | | | pyflakes cleanups on libvirt/connection.pyChris Behrens2012-03-071-22/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This happens to fix another issue I ran into where boto was being required when trying to start up the compute manager. This is because virt/connection.py would import virt/libvirt/connection.py which would import nova.auth.manager which would import nova.auth.signer which would try to import boto. Fortunately, we don't need to import nova.auth.manager in libvirt/connection.py as it's no longer required. Change-Id: I85f8e874ef3dc6f53667918ae081512115608d83
* / / / / / Remove cruft and broken code from nova-manageVishvananda Ishaya2012-03-071-227/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Deletes live migration code. This code will not work in keystone installs, and there is an api extension that can be used through the python-novaclient cli * Deletes image management code. This was for upgrading pre-diablo images and doesn't work properly with glance/keystone. The glance cli already has the necessary functionality for uploading images. Change-Id: Id7257833a280663af6d0b90085d03344d75a502f
* | | | | Merge "Remove the <acpi/> feature from UML/LXC guests"Jenkins2012-03-071-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove the <acpi/> feature from UML/LXC guestsDaniel P. Berrange2012-03-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The <acpi/> feature is only relevant to Xen paravirt or Xen/KVM/QEMU fullvirt guests. Remove it from UML/LXC guests Change-Id: I782b99455549ae49bf8adc8f40f5ea73b57f790e
* | | | | Merge "setup.py: Fix doc building"Jenkins2012-03-071-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | setup.py: Fix doc buildingAdam Gandelman2012-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 5702f80a0 updated local_BuildDoc's parameters without also updating references to the original parameters. This fixes the issue and gets './setup.py build_sphinx' working again. Change-Id: I3483c906c13347a718e1794786830f06af700ebd
* | | | | Merge "Minor clarifications for the help strings in nova config options"Jenkins2012-03-072-59/+71
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Minor clarifications for the help strings in nova config optionsMatt Stephenson2012-03-062-59/+71
| | | | | | | | | | | | | | | | | | | | Change-Id: I10e7277b2d9b7a905b83192f8db47f425c5ae11a
* | | | | Merge "Add adjustable offset to audit_period."Jenkins2012-03-072-17/+230
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add adjustable offset to audit_period.Monsyne Dragon2012-03-072-17/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows audit periods to be offset, so daily periods can begin at local midnight, instead of UTC, monthly periods can begin on the 15th instead of the 1st, etc. Fixes bug 948601 Change-Id: I38f6af0a5a513f888b791a4b9ca39467030105f2
* | | | | Merge "Fix multi_host column name in setup_networks..."Jenkins2012-03-071-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix multi_host column name in setup_networks...Dan Prince2012-03-071-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the correct DB column name for multi_host in the Nova network manage setup_networks_on_host function. Fixes LP Bug #948965. Change-Id: Id2a7bf9a2b5173d2b5fdec17a19e364e54c9a2c4
* | | | Merge "nova-manage: allow use of /32 IP range"Jenkins2012-03-071-2/+16
|\ \ \ \