summaryrefslogtreecommitdiff
path: root/designate/common/policies/tsigkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/common/policies/tsigkey.py')
-rw-r--r--designate/common/policies/tsigkey.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/designate/common/policies/tsigkey.py b/designate/common/policies/tsigkey.py
index b3562315..2df26f3e 100644
--- a/designate/common/policies/tsigkey.py
+++ b/designate/common/policies/tsigkey.py
@@ -89,9 +89,6 @@ rules = [
operations=[
{
'path': '/v2/tsigkeys/{tsigkey_id}',
- 'method': 'PATCH'
- }, {
- 'path': '/v2/tsigkeys/{tsigkey_id}',
'method': 'GET'
}
],