summaryrefslogtreecommitdiff
path: root/designate/api/v2/controllers/tsigkeys.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/api/v2/controllers/tsigkeys.py')
-rw-r--r--designate/api/v2/controllers/tsigkeys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/api/v2/controllers/tsigkeys.py b/designate/api/v2/controllers/tsigkeys.py
index 516bd166..90451a93 100644
--- a/designate/api/v2/controllers/tsigkeys.py
+++ b/designate/api/v2/controllers/tsigkeys.py
@@ -100,7 +100,7 @@ class TsigKeysController(rest.RestController):
response = pecan.response
if request.content_type == 'application/json-patch+json':
- raise NotImplemented('json-patch not implemented')
+ raise NotImplementedError('json-patch not implemented')
# Fetch the existing tsigkey entry
tsigkey = self.central_api.get_tsigkey(context, tsigkey_id)