nova/nova/conductor/tasks
Balazs Gibizer 4a10f8eaa7 Reject migration with QoS port from conductor if RPC pinned
The MigrationTask in the conductor already checks the service version as
old computes cannot support migration with QoS port. However it is still
possible that every compute is new but the compute RPC API is pinned to
< 5.2. In this case the migration still cannot be supported.

This patch adds an extra RPC version check to the conductor.

Change-Id: Ib4e0b9ab050a59ab5a290e6eecea01b87c3bd4c6
Closes-Bug: #1844993
2019-09-24 10:12:05 +02:00
..
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
base.py Create class hierarchy for tasks in conductor 2015-07-30 17:35:56 +03:00
cross_cell_migrate.py Execute TargetDBSetupTask 2019-08-13 16:13:33 +00:00
live_migrate.py Deprecate CONF.workarounds.enable_numa_live_migration 2019-09-12 17:34:34 -04:00
migrate.py Reject migration with QoS port from conductor if RPC pinned 2019-09-24 10:12:05 +02:00