Typoo
This commit is contained in:
parent
c4a9bb8523
commit
751414d2a3
|
@ -155,7 +155,7 @@ class VXNetworkInstance():
|
||||||
'',
|
'',
|
||||||
'o'
|
'o'
|
||||||
)
|
)
|
||||||
dhcp_configuration = DHCPServerConfiguration(
|
dhcp_configuration = DHCPServer.DHCPServerConfiguration(
|
||||||
zk_conn=self.zk_conn,
|
zk_conn=self.zk_conn,
|
||||||
ipaddr=self.ip_gateway,
|
ipaddr=self.ip_gateway,
|
||||||
iface=self.bridge_nic,
|
iface=self.bridge_nic,
|
||||||
|
|
Loading…
Reference in New Issue