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:
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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user