TVD: Fix FWaaS typo

TVD plugin for FWaaS overides all the 'list' actions.
by mistake get_firewall was also overriden

Change-Id: I0904a845cdcfbfa248de501bf368b4a134fe2026
This commit is contained in:
Adit Sarfaty 2018-02-01 14:43:10 +02:00
parent aa013353df
commit 9667f4f6d1

@ -24,6 +24,6 @@ class FwaasTVPluginV1(fwaas_plugin.FirewallPlugin):
This plugin adds separation between T/V instances
"""
methods_to_separate = ['get_firewall',
methods_to_separate = ['get_firewalls',
'get_firewall_policies',
'get_firewall_rules']