Merge "remove router interface on Arista L3 plugin fails"

This commit is contained in:
Jenkins 2015-05-09 14:58:34 +00:00 committed by Gerrit Code Review
commit 4d7f4275f3
1 changed files with 0 additions and 5 deletions

View File

@ -278,8 +278,3 @@ class AristaL3ServicePlugin(db_base_plugin_v2.NeutronDbPluginV2,
LOG.error(_LE("Error Adding interface %(subnet_id)s "
"to router %(router_id)s on Arista HW"),
{'subnet_id': subnet_id, 'router_id': r})
def _validate_interface_info(self, interface_info):
port_id_specified = interface_info and 'port_id' in interface_info
subnet_id_specified = interface_info and 'subnet_id' in interface_info
return port_id_specified, subnet_id_specified