summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Include babel.cfg in tarballsThierry Carrez2012-03-151-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | Include babel.cfg in produced tarballs. Fixes bug 955975. Change-Id: I3284775638a2aff0be6e753f4b56b2ef94617001
* | | | Merge "Remove broken bin/*spool* tools"Jenkins2012-03-153-249/+0
|\ \ \ \
| * | | | Remove broken bin/*spool* toolsJoe Gordon2012-03-143-249/+0
| | |/ / | |/| | | | | | | | | | Change-Id: Ia67f35374917d7037887b2d2c39ca92ff79587c8
* | | | Merge "libvirt/connection.py: Set console.log permissions"Jenkins2012-03-151-0/+1
|\ \ \ \
| * | | | libvirt/connection.py: Set console.log permissionsAdam Gandelman2012-03-141-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A required call to libvirt_utils.chown() was lost in this weeks changes to get_console_output() for file based console logs. Fixes bug 955351 Change-Id: Ib8da92c1ff025f10a939c33b87495ffdef0d4da3
* | | | Merge "Allow errored volumes to be deleted"Jenkins2012-03-152-8/+11
|\ \ \ \
| * | | | Allow errored volumes to be deletedVishvananda Ishaya2012-03-142-8/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow volumes with no host set to be deleted from db * Allow volumes in state error to be deleted * Replicates code from nova-manage command * Fixes bug 953594 Change-Id: Ia8b4594a626df58f030406b12dd003f5c9215612
* | | | Merge "metadata speed - revert logic changes, just caching"Jenkins2012-03-142-155/+76
|\ \ \ \ | |_|/ / |/| | |
| * | | metadata speed - revert logic changes, just cachingJesse Andrews2012-03-142-155/+76
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * reverts most of https://review.openstack.org/5042 * keep changes that cache the results so subsequent calls are fast fixes bug 954377 Change-Id: Ia047f1d04dc360dd657d4d80d3dff8c8101635cd
* | | Merge "Cleanup flags"Jenkins2012-03-142-7/+4
|\ \ \ | |/ / |/| |
| * | Cleanup flagsJoe Gordon2012-03-132-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | sql_max_retries: removed (unused) instance_usage_audit_period: fixed help default_schedule_zone: fixed help Change-Id: I952b38497987780d30622fef526edd2d53860f99
* | | Merge "Make fixed_ip_disassociate_all_by_timeout work."Jenkins2012-03-141-2/+3
|\ \ \
| * | | Make fixed_ip_disassociate_all_by_timeout work.Dan Prince2012-03-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix an issue in the SQL api where fixed_ip_disassociate_all_by_timeout was getting an array of tuples instead of IDs from a model_query. This should resolves issues where fixed IPs don't get dissassociated via the network managers periodic task. Fixes LP Bug #953708. Change-Id: Iac485cdcda072ee248237e6c4a31113685f5b980
* | | | Merge "Fixes bug 954833 By adding the execute bit to the xenhost xenapi plugin"Jenkins2012-03-141-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixes bug 954833John Garbutt2012-03-141-0/+0
| | |/ | |/| | | | | | | | | | | | | By adding the execute bit to the xenhost xenapi plugin Change-Id: Id1e12b84ef5c9a286d86a32b3ea1c7f3c83be47c
* / | Update transfer_vhd to handle unicode correctly.Dan Prince2012-03-141-2/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | Python 2.4's shlex implementation doesn't seem to like unicode. This updates the XenServer migration plugin so it converts to ascii before shlex'ing the rsync args. Fixes OSAPI resizes when using XenServer. Fixes LP Bug #955064. Change-Id: I7f2681bfe64ccde449a87c68b9739866a381a213
* | Merge "Fix backing file cp/resize race condition."Jenkins2012-03-131-16/+21
|\ \
| * | Fix backing file cp/resize race condition.Anthony Young2012-03-131-16/+21
| | | | | | | | | | | | | | | | | | * Fixes bug 953831 Change-Id: I39950b16c9b76159b16203f7b8b504cae5475516
* | | fix bug 954488Joe Gordon2012-03-131-1/+1
|/ / | | | | | | | | | | Docstring update Change-Id: Ic0c60818a7097e777927f3801dd674ce72571224
* | Merge "Map image ids to ec2 ids in metadata service"Jenkins2012-03-131-5/+9
|\ \
| * | Map image ids to ec2 ids in metadata serviceBrian Waldon2012-03-131-5/+9
| | | | | | | | | | | | | | | | | | * Fixes bug 953319 Change-Id: I96c1a7f260833adc40b0b07d38bccba4a233e091
* | | Merge "Remove date_dhcp_on_disassociate comment and docs."Jenkins2012-03-132-4/+0
|\ \ \
| * | | Remove date_dhcp_on_disassociate comment and docs.Dan Prince2012-03-132-4/+0
| |/ / | | | | | | | | | | | | | | | | | | Remove date_dhcp_on_disassociate comments/docs. This option no longer exists. Change-Id: Ia1462abf6166a4a7c53fba7fe231dc13a542480d
* | | Merge "Use a FixedIp subquery to find networks by host"Jenkins2012-03-131-2/+6
|\ \ \
| * | | Use a FixedIp subquery to find networks by hostJason Kölker2012-03-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes LP954341 * The FK removals missed this FK reference. Updated function to use a subquery in the filter Change-Id: Ia61d6536deb78e1aa16c5a94956bf919aa3356ba
* | | | Merge "add convert_unicode to sqlalchemy connection arguments"Jenkins2012-03-131-0/+1
|\ \ \ \
| * | | | add convert_unicode to sqlalchemy connection argumentsPeng Yong2012-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie886e8ecadb51cb01a4e0964791dc311e90bbebb
* | | | | Merge "refactoring code, check connection in Listener. refer to Bug #943031"Jenkins2012-03-132-21/+29
|\ \ \ \ \
| * | | | | refactoring code, check connection in Listener. refer to Bug #943031Peng Yong2012-03-122-21/+29
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic04d1a918fedd5fd71f58af8e27b58deef070ee2
* | | | | | Changes remove_fixed_ip to pass the instance hostVishvananda Ishaya2012-03-135-15/+19
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | * fixes bug 953379 Change-Id: I9c507b68af04d51d5d248b0c52f34646a46bd882
* | | | | Merge "Hack to fixup absolute pybasedir in nova.conf.sample"Jenkins2012-03-132-111/+169
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Hack to fixup absolute pybasedir in nova.conf.sampleMark McLoughlin2012-03-092-111/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to avoid e.g. /home/markmc or /Users/vishvananda in this file. /usr/lib/python/site-packages is pretty dumb too, but it's suffices as an example. Change-Id: I851841a30ca01790c7b5a9b6bdbd160f4a84467c
* | | | | Refactor glance id<->internal id conversion for s3Maru Newby2012-03-133-48/+46
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moves nova.image.s3.S3ImageService functions for converting between glance ('image_uuid') and internal (db) ids to ec2utils: get_image_id => ec2utils.glance_id_to_id get_image_uuid => ec2utils.id_to_glance_id * Refactors ec2utils.glance_id_to_id to create a new S3Image object associating a glance id to an internal id if such a mapping does not already exist. Previously, only calls to nova.api.ec2.cloud.CloudController.describe_images would add new mappings, but now any attempt to convert a glance id to an internal id will succeed, resolving bug 948286. * Adds 2 convenience methods to ec2utils, as per bcwaldon: ec2_id_to_glance_id glance_id_to_ec2_id * Since this is a strict refactor and only streamlines existing well-tested functionality, this change includes no new tests. Change-Id: I810afe05223228df1bcc20a0ac688d8c62c472b4
* | | | Merge "Sort results from describe_instances in EC2 API."Jenkins2012-03-136-23/+107
|\ \ \ \
| * | | | Sort results from describe_instances in EC2 API.Russell Bryant2012-03-136-23/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug 827619. This bug pointed out that EC2 sorts the results of of describe_instances by the launch time. Make our implementation of the EC2 API behave the same way. Previously, instances coming out of the db API were sorted by the key we wanted, but in the opposite order. You can now specify both a sort key and order. The behavior is the same by default, but the EC2 API sets the parameter to do an ascending sort. Change-Id: Ifd0bc79ad4c4c8c45809dbb1ac2dadf8abcfd4c3
* | | | | Merge "Removes default use of obsolete ec2 authorizor."Jenkins2012-03-131-3/+3
|\ \ \ \ \
| * | | | | Removes default use of obsolete ec2 authorizor.Anthony Young2012-03-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removes old ec2 authorizor from pipeline * Fixes bug 948728 Change-Id: Ibf510b0fae8f5272c88badee8f9e5aeca19495bd
* | | | | | virt/firewall: NoopFirewallDriver::instance_filter_exists must return TrueIsaku Yamahata2012-03-132-30/+5
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, virt.libvirt.connection.ensure_filtering_rules_for_instance() results in infinite loop. And eliminate NullFirewallDriver as it's same to NoopFirewallDriver. This patch fixes bug 953781. Change-Id: I7936b3c69e9269041defd1ef7e5dda2de1f96dab
* | | | | Merge "fix nova-manage floating delete"Jenkins2012-03-131-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix nova-manage floating deleteJesse Andrews2012-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use address_to_hosts bug 953716 Change-Id: I041b12204028d43a30cc412a8ea6c17f1fc6f6ff
* | | | | Merge "Improve vnc proxy docs."Jenkins2012-03-131-7/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve vnc proxy docs.Anthony Young2012-03-081-7/+36
| | | | | | | | | | | | | | | | | | | | Change-Id: I306be059a3215b6c51b6cd8d546a208479dfe5e3
* | | | | fixed list warn when ip allocated to missing inst.Dan Prince2012-03-121-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update 'nova-manage fixed list' so it prints a warning if an IP is allocated to a deleted/missing instance. Fixes LP Bug #953685. Change-Id: I72b7ad2cb01e31cf9bb6cab904ab10d8769a3526
* | | | | Merge "Fixes bug 943188"Jenkins2012-03-123-6/+8
|\ \ \ \ \
| * | | | | Fixes bug 943188John Garbutt2012-02-293-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enusre when an aggregate is re-created, it is in the created state, not just the state it was when last created. Change-Id: Ie8d63e3d334a872d52d81a9bd66730f08323d5c9
* | | | | | Merge "Additional extensions no longer break unit-tests"Jenkins2012-03-121-11/+5
|\ \ \ \ \ \
| * | | | | | Additional extensions no longer break unit-testsRick Harris2012-03-121-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 953492 Change-Id: Iecdf22bcd8356db2a6f0d77b7ea0dc37ca88e83e
* | | | | | | Merge "Checks image virtual size before qemu-img resize."Jenkins2012-03-121-2/+14
|\ \ \ \ \ \ \
| * | | | | | | Checks image virtual size before qemu-img resize.MotoKen2012-03-081-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks virtual size instead of file size. Fixes bug 905350. Change-Id: I1772b0996b7c9a2e07d3e298b156f777df67ef5f
* | | | | | | | Merge "Use cPickle and not just pickle."Jenkins2012-03-125-8/+5
|\ \ \ \ \ \ \ \