Skip to content

Commit

Permalink
remiving device owner
Browse files Browse the repository at this point in the history
  • Loading branch information
John McDowall committed Feb 28, 2016
1 parent 44981c0 commit e6934ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neutron/db/db_base_plugin_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def _make_sfi_dict(self, sfi, fields=None,
'out_port_id': sfi['out_port_id'],
'firewall_id': sfi['firewall_id'],
'application_id': sfi['application_id'],
'device_owner': sfi['device_owner'] }

return self._fields(res, fields)

Expand Down

0 comments on commit e6934ed

Please sign in to comment.