summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xqvisqvetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/qvisqvetool b/qvisqvetool
index 23af698..8e319de 100755
--- a/qvisqvetool
+++ b/qvisqvetool
@@ -337,7 +337,7 @@ class Error(cliapp.AppException):
def default_scopes():
- types = ['clients', 'users', 'applications']
+ types = ['clients', 'users', 'applications', 'subs']
scopes = []
for resource_type in types:
scopes.append('uapi_{}_post'.format(resource_type))