summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Fix to include error message in instance faultsDavanum Srinivas2012-11-062-1/+35
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port the patch in 1013350 from Bill Darbie (bill-darbie) into latest code base. incorporate one little comment from Russell about not specifying the default value twice added a test case Fixes bug 1013350 Change-Id: Id61f10bf2502fa57d2d26199ba9608e4566e8624
* | | | | | | | | | | | | | Merge "Fix warnings found with pyflakes."Jenkins2012-11-061-13/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix warnings found with pyflakes.David Ripton2012-11-061-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused import. Remove unused local variables. Change-Id: I9972bfc7e54219e1e1942a7ca88684bf549ac499
* | | | | | | | | | | | | | | Merge "Switch from FLAGS to CONF in nova.scheduler"Jenkins2012-11-0617-68/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Switch from FLAGS to CONF in nova.schedulerMark McLoughlin2012-11-0417-68/+80
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the global CONF variable instead of FLAGS. This is purely a cleanup since FLAGS is already just another reference to CONF. We leave the nova.flags imports until a later cleanup commit since removing them may cause unpredictable problems due to config options not being registered. Change-Id: Ia3f66aec300fd88e91cef926da735f9e95aa2cc2
* | | | | | | | | | | | | | | Merge "Switch from FLAGS to CONF in nova.api"Jenkins2012-11-0636-123/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-0436-123/+98
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the global CONF variable instead of FLAGS. This is purely a cleanup since FLAGS is already just another reference to CONF. We leave the nova.flags imports until a later cleanup commit since removing them may cause unpredictable problems due to config options not being registered. Change-Id: I11fda86471fbf02eec342b95ec314792388307e3
* | | | | | | | | | | | | | | Merge "make utils.mkfs() more general"Jenkins2012-11-061-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | make utils.mkfs() more generalPádraig Brady2012-11-061-2/+6
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While types other than 'vfat' don't seem to be used at present, it seems better to allow labels on all file system types, for future maintenance, and to at least alleviate confusion. Change-Id: I80110eff577e56e9e48354813efbc3e5488d6257
* | | | | | | | | | | | | | | Merge "Switch from FLAGS to CONF in bin"Jenkins2012-11-0614-65/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Switch from FLAGS to CONF in binMark McLoughlin2012-11-0414-65/+69
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the global CONF variable instead of FLAGS. This is purely a cleanup since FLAGS is already just another reference to CONF. We leave the nova.flags imports until a later cleanup commit since removing them may cause unpredictable problems due to config options not being registered. Change-Id: Id0c59b2dc8002ec89ccbc5e5d7986fb68d3a693d
* | | | | | | | | | | | | | | Merge "Don't verify image hashes if checksumming is disabled."Jenkins2012-11-062-1/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Don't verify image hashes if checksumming is disabled.Michael Still2012-11-062-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a bug where we were checking base image checksums, even if checksumming was disabled, if there was already a cached checksum for the image. This resolves bug 1075017. DocImpact Change-Id: I38f5914cd9d6326fdf5e5d7f0f57885ff8b5ff32
* | | | | | | | | | | | | | | | Merge "Increased MAC address range to reduce conflicts"Jenkins2012-11-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Increased MAC address range to reduce conflictsUnmesh Gurjar2012-10-311-1/+1
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increased the 4th octet range from 7f to ff, making it consistent with Quantum. This also reduces the probability of a MAC address conflict. Fixes LP: #1050924 Change-Id: I801a852110c0a35e5a6a31f359df75475a21fd4a
* | | | | | | | | | | | | | | | Merge "De-duplicate option: console_public_hostname"Jenkins2012-11-061-10/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | De-duplicate option: console_public_hostnameJoe Gordon2012-11-051-10/+2
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console_public_hostname was defined in both console.manager and vmrc_manager. Change-Id: I377ca893a84ff60f2d289cde3eba05993e2a09b1
* | | | | | | | | | | | | | | | Merge "Imported Translations from Transifex"OpenStack Jenkins2012-11-061-231/+231
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Imported Translations from TransifexOpenStack Jenkins2012-11-061-231/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5368c108d0637a2fd53c47823054c93c5ac781f
* | | | | | | | | | | | | | | | Merge "Remove flags.DECLARE"Jenkins2012-11-0622-86/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | / / / / / / / / / | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove flags.DECLAREMark McLoughlin2012-11-0422-86/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cfg.ConfigOpts class has an equivalent method, so lets use that. Change-Id: I5860230336d00d7531a0ffd255c766ff77661625
* | | | | | | | | | | | | | | Merge "xenapi: Make agent optional"Jenkins2012-11-062-49/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | xenapi: Make agent optionalMate Lakat2012-11-012-49/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to blueprint xenapi-config-drive As config drive and agent are doing similar operations, this change makes it possible to disable agent, thus config drive could perform these operations. Change-Id: I3fa536cb0fb3b60ff5bc035be9d86afe35905240
* | | | | | | | | | | | | | | | Merge "improve sessions around floating_ip_get_by_address"Jenkins2012-11-061-40/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | improve sessions around floating_ip_get_by_addressDevananda van der Veen2012-11-011-40/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improve session handling around calls to floating_ip_get_by_address. Removed 'session' parameter from public method calls, and replaced private calls with new method _floating_ip_get_by_address. Some existing calls to floating_ip_get_by_address were easily rewritten into a simple model_query().update() call and thus removed. Others can be cleaned up later. blueprint db-cleanup Change-Id: I4db11e6d7fda43420bca800c44c34efdefb8038a
* | | | | | | | | | | | | | | | | Merge "add doc to standardize session usage"Jenkins2012-11-061-1/+143
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | add doc to standardize session usageDevananda van der Veen2012-11-011-1/+143
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add doc to nova/db/sqlalchemy/session.py to outline some best practices when using sessions within Nova, and also shows some things to avoid. This will form the basis of much of the db-cleanup work. Change-Id: Ib91a7fa3263e415fb6b8f88e79325c730550e576
* | | | | | | | | | | | | | | | | Merge "refactor: extract _attach_mapped_block_devices"Jenkins2012-11-061-7/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | refactor: extract _attach_mapped_block_devicesMate Lakat2012-11-011-7/+4
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract method to remove code duplication. Change-Id: I032883984ec33051034a30caf3c56520edf58f12
* | | | | | | | | | | | | | | | | Merge "Ability to specify a host restricted to admin."Jenkins2012-11-063-1/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Ability to specify a host restricted to admin.David McNally2012-11-013-1/+20
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 1070880 There is functionality in place, which uses the format "az:host" on the --availability_zone parameter to a create request to force scheduling of an instance onto a specific host. However, this is limited to users with Admin context. This fix alters this behaviour to use a specific policy action allowing fine-grained control over which users have access to this functionality. Change-Id: Ibb0e43492dfa2699ab26318736ca55a60b7b4468
* | | | | | | | | | | | | | | | | Merge "Fixes volume attach issue on Hyper-V"Jenkins2012-11-061-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fixes volume attach issue on Hyper-VAlessandro Pilotti2012-11-051-1/+8
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Bug: #1074717 During volume attach on Windows a process is spawned. The process currently fails with the following exception, due to eventlet monkey patching of the os module. NotImplementedError: set_nonblocking() on a file object with no setblocking() method (Windows pipes don't support non-blocking I/O) The fix consists in avoiding monkey patching the os module in nova-compute on Hyper-V Change-Id: Ib513bc218da83b751439bad114baac24b08e3d02
* | | | | | | | | | | | | | | | Merge "make QuantumV2 support requested nic ordering"Jenkins2012-11-062-9/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | make QuantumV2 support requested nic orderingMark McClain2012-10-312-9/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes bug 1064524 The QuantumV2 did not honor nic ordering, so nics were attached in Quantum's db natural order. This patch sorts the networks honor requested nic ordering when Nova calls the V2Quantum API. Unit tests have been updated to confirm ordering is honored. Change-Id: I44a6a4736c78e86e83b6e682e63f93a5b47652da
* | | | | | | | | | | | | | | | | Merge "move python-cinderclient to pip-requires"Jenkins2012-11-062-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | move python-cinderclient to pip-requiresSean Dague2012-11-022-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-cinderclient is now actually a requirement, move this from test-requires to pip-requires to reflect that. Fixes bug #1074085 Change-Id: Iea6c58faab2462d137049d690d58d951bd4e2c9e
* | | | | | | | | | | | | | | | | Merge "Use chance scheduler in EC2 tests"Jenkins2012-11-062-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Use chance scheduler in EC2 testsChris Behrens2012-11-052-4/+2
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default scheduler switched to the filter scheduler, and apparently the EC2 tests are meant to use the chance scheduler for testing. Also, compute_scheduler_driver is not recognized when these tests are run individually. Fixes bug 1075293 Change-Id: I4a7cae4b3dbd18b8779c44e4c30718a872a82b0a
* | | | | | | | | | | | | | | | | Merge "Move parse_args to nova.config"Jenkins2012-11-0623-30/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Move parse_args to nova.configMark McLoughlin2012-11-0423-30/+73
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flags module will eventually be removed and this is a first step towards that. Change-Id: I729b08900e53e2ae6db10633dcff3be59720fa6f
* | | | | | | | | | | | | | | | Merge "Shorten self.compute.resource_tracker in test_compute.py"Jenkins2012-11-061-37/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Shorten self.compute.resource_tracker in test_compute.pyArata Notsu2012-11-051-37/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "self.compute.resource_tracker" with "self.rt" to make long lines short. This is only a clean-up. This is not intended a functional change, though it implies that self.compute.resource_tracker is not re-assigned during each test. This is a preparation for a later patch that implements multiple resource_trackers in a compute manager. It will use "self.compute._get_resource_tracker(None)" or something instead of "self.compute.resource_tracker". Change-Id: If2cfe9e2541b435893017b0f56960d715761548b
* | | | | | | | | | | | | | | | | Merge "Look up stuck-in-rebooting instances in manager"Jenkins2012-11-067-10/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Look up stuck-in-rebooting instances in managerDan Smith2012-11-057-10/+19
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The poll_rebooting_instances() method for a virt driver can be called periodically from the manager to handle instances that may be stuck in a rebooting state. The only information passed to the virt driver is the configured timeout, which means any driver implementing this will have to do the same database query: db.instance_get_all_hung_un_rebooting (..., timeout). This patch makes the manager do this before calling the virt driver, passing the appropriate set of instances, which avoids the need for the driver to make that call. Related to bp/no-db-compute Change-Id: I152cb8cd9a107f2d2b1df39401ab7bbe7ff366f1
* | | | | | | | | | | | | | | | Merge "Send all aggregate data to add_aggregate_host."Jenkins2012-11-067-19/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Send all aggregate data to add_aggregate_host.Russell Bryant2012-11-057-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the add_aggregate_host method of the compute rpc api to take in all aggregate data instead of just the aggregate id. This avoids a db lookup in the nova-compute service. Part of blueprint no-db-compute. Change-Id: Iaccfa28ac23452a4e78581c6b5a6687417283838
* | | | | | | | | | | | | | | | | Merge "Fix migrations when not using multi-host network"Jenkins2012-11-064-9/+129
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix migrations when not using multi-host networkChris Behrens2012-11-054-9/+129
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit d96102b6251d caused rpc.calls to network manager to occur for non-multi-host configs, but they get sent to the network.<destination_compute> topic when they should just go to 'network'. Fixes bug 1075245 Change-Id: If2bb8b3897efb59b8dc41ea136b08146e4e56270
* | | | | | | | | | | | | | | | | Merge "Send all migration data to finish_revert_resize."Jenkins2012-11-064-17/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | / / / / / / / | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |