481cb5ce04
When associating a floating IP to instance A but it was already associated with instance B, we try to refresh the info cache on instance B. The problem is the context is targeted to the cell for instance A and instance B might be in another cell, so we'll get an InstanceNotFound error trying to lookup instance B. This change tries to find the instance in another cell using its instance mapping, and makes the code a bit more graceful if instance B is deleted. Change-Id: I71790afd0784d98050ccd7cc0e046321da249cbe Closes-Bug: #1826472
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
# --blacklist-file contents for the nova-multi-cell job defined in .zuul.yaml
|
|
# See: https://stestr.readthedocs.io/en/latest/MANUAL.html#test-selection
|
|
|
|
# Exclude tempest.scenario.test_network tests since they are slow and
|
|
# only test advanced neutron features, unrelated to multi-cell testing.
|
|
^tempest.scenario.test_network
|