We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff378f commit 75b5417Copy full SHA for 75b5417
1 file changed
tools/marvin/marvin/cloudstackException.py
@@ -73,7 +73,7 @@ class CloudstackAclException():
73
74
NO_PERMISSION_TO_OPERATE_DOMAIN = "does not have permission to operate within domain"
75
UNABLE_TO_USE_NETWORK = "Unable to use network"
76
- NO_PERMISSION_TO_OPERATE_ACCOUNT = "does not have permission to operate with resource Acct"
+ NO_PERMISSION_TO_OPERATE_ACCOUNT = "does not have permission to operate with resource"
77
UNABLE_TO_LIST_NETWORK_ACCOUNT = "Can't create/list resources for account"
78
NO_PERMISSION_TO_ACCESS_ACCOUNT = "does not have permission to access resource Acct"
79
NOT_AVAILABLE_IN_DOMAIN = "not available in domain"
0 commit comments