Searched refs:l3_constants (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openstack/neutron/files/agent/l3/
H A Dsolaris_agent.py42 from neutron.common import constants as l3_constants namespace
124 fip_statuses[fip['id']] = l3_constants.FLOATINGIP_STATUS_ERROR
165 fip_statuses[fip['id']] = l3_constants.FLOATINGIP_STATUS_ACTIVE
180 l3_constants.FLOATINGIP_STATUS_ERROR)
226 self.router[l3_constants.INTERFACE_KEY] = []
227 self.router[l3_constants.FLOATINGIP_KEY] = []
432 internal_ports = self.router.get(l3_constants.INTERFACE_KEY, [])

Completed in 13 milliseconds