Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/marvin/marvin/cloudstackException.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class CloudstackAclException():

NO_PERMISSION_TO_OPERATE_DOMAIN = "does not have permission to operate within domain"
UNABLE_TO_USE_NETWORK = "Unable to use network"
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"
UNABLE_TO_LIST_NETWORK_ACCOUNT = "Can't create/list resources for account"
NO_PERMISSION_TO_ACCESS_ACCOUNT = "does not have permission to access resource Acct"
NOT_AVAILABLE_IN_DOMAIN = "not available in domain"
Expand Down