Fup for I63c1109dcdb9132cdbc41010654c5fdb31a4fe31

Nits fixed in the NeutronFixture

Change-Id: I217a62864c1a46631d1290efffb19d90c072ac9e
This commit is contained in:
Balazs Gibizer 2019-12-06 16:16:42 +01:00
parent b2734b5a9a
commit 83a683f5f2
2 changed files with 4 additions and 2 deletions

View File

@ -1642,8 +1642,8 @@ class NeutronFixture(fixtures.Fixture):
super(NeutronFixture, self).setUp()
# NOTE(gibi): This is the simplest way to unblock nova during live
# migration. A nicest way would be to actually send vif-plug events
# to the nova-api from NeutronFixture when the port is bound but
# migration. A nicer way would be to actually send network-vif-plugged
# events to the nova-api from NeutronFixture when the port is bound but
# calling nova API from this fixture needs a big surgery and sending
# event right at the binding request means that such event will arrive
# to nova earlier than the compute manager starts waiting for it.

View File

@ -705,6 +705,8 @@ class ProviderUsageBaseTestCase(test.TestCase, InstanceHelperMixin):
:param flavor: the flavor the instance will be booted with
:param source_hostname: the name of the host the instance will be
booted on
:param networks: list of network dicts passed to the server create API
or "none" or "auto"
:return: the API representation of the booted instance
"""
server_req = self._build_minimal_create_server_request(