Skip to content

Commit

Permalink
Fixed method delete_vip in ACE plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ederson.brilhante committed Jan 16, 2018
1 parent 752c10e commit 6d35454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/plugins/Cisco/ACE/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class ACE(BasePlugin):

def delete_vip(self, vips):
def delete_vip(self, vips, cleanup=False):
try:
if vips.get('layers'):
for vip_id in vips.get('layers'):
Expand Down

0 comments on commit 6d35454

Please sign in to comment.