Support hypervisor supplied macs in nova-network
When hypervisors supply a set of MAC addresses for instances, have nova-network use the supplied values when creating VIFs. This function is required for the PowerVM driver to be properly supported. Change-Id: I922797af6b2b829561f61095bef2098c2d31cde5
This commit is contained in:
@@ -855,7 +855,8 @@ class XenAPIVMTestCase(stubs.XenAPITestBase):
|
||||
host=CONF.host,
|
||||
vpn=None,
|
||||
rxtx_factor=3,
|
||||
project_id=self.project_id)
|
||||
project_id=self.project_id,
|
||||
macs=None)
|
||||
self._test_spawn(IMAGE_MACHINE,
|
||||
IMAGE_KERNEL,
|
||||
IMAGE_RAMDISK,
|
||||
|
||||
Reference in New Issue
Block a user