Searched refs:plug (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/openstack/neutron/files/agent/solaris/ |
H A D | interface.py | 127 def plug(self, tenant_id, network_id, port_id, datalink_name, mac_address, member in class:OVSInterfaceDriver
|
H A D | dhcp.py | 277 self.driver.plug(network.tenant_id, network.id, 284 LOG.exception(_LE('Unable to plug DHCP port for '
|
/solaris-userland/components/openstack/neutron/files/agent/l3/ |
H A D | solaris_agent.py | 236 self.driver.plug(port['tenant_id'], port['network_id'], port['id'], 518 # TODO(gmoodalb): add MTU to plug()? 519 self.driver.plug(ex_gw_port['tenant_id'], ex_gw_port['network_id'],
|
Completed in 23 milliseconds