summaryrefslogtreecommitdiff
path: root/designate/backend/impl_pdns4.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/backend/impl_pdns4.py')
-rw-r--r--designate/backend/impl_pdns4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/backend/impl_pdns4.py b/designate/backend/impl_pdns4.py
index 30172233..d320b0ae 100644
--- a/designate/backend/impl_pdns4.py
+++ b/designate/backend/impl_pdns4.py
@@ -125,7 +125,7 @@ class PDNS4Backend(base.Backend):
LOG.error('Could not delete errored zone %s', zone)
raise exceptions.Backend(e)
- def delete_zone(self, context, zone):
+ def delete_zone(self, context, zone, zone_params=None):
"""Delete a DNS zone"""
# First verify that the zone exists -- If it's not present