summaryrefslogtreecommitdiff
path: root/pycadf
diff options
context:
space:
mode:
Diffstat (limited to 'pycadf')
-rw-r--r--pycadf/cadftaxonomy.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/pycadf/cadftaxonomy.py b/pycadf/cadftaxonomy.py
index f663fea..1cebdb3 100644
--- a/pycadf/cadftaxonomy.py
+++ b/pycadf/cadftaxonomy.py
@@ -23,6 +23,9 @@ ACTION_CREATE = 'create'
ACTION_READ = 'read'
ACTION_UPDATE = 'update'
ACTION_DELETE = 'delete'
+# Other CADF actions
+ACTION_AUTHENTICATE = 'authenticate'
+ACTION_EVALUATE = 'evaluate'
# OpenStack specific, Profile or change CADF spec. to add this action
ACTION_LIST = 'read/list'
@@ -45,12 +48,12 @@ ACTION_TAXONOMY = frozenset([
'disable',
'send',
'receive',
- 'authenticate',
+ ACTION_AUTHENTICATE,
'authenticate/login',
'revoke',
'renew',
'restore',
- 'evaluate',
+ ACTION_EVALUATE,
'allow',
'deny',
'notify',