File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CloudStack Permissions for CAPC
2
2
3
- The account that CAPC runs under must minimally be a Domain Admin type account with a role offering the following permissions
3
+ The account that CAPC runs under must minimally be a User type account with a role offering the following permissions
4
4
5
5
* assignToLoadBalancerRule
6
6
* associateIpAddress
@@ -19,7 +19,6 @@ The account that CAPC runs under must minimally be a Domain Admin type account w
19
19
* listAccounts
20
20
* listAffinityGroups
21
21
* listDiskOfferings
22
- * listDomains
23
22
* listLoadBalancerRuleInstances
24
23
* listLoadBalancerRules
25
24
* listNetworkOfferings
@@ -39,4 +38,6 @@ The account that CAPC runs under must minimally be a Domain Admin type account w
39
38
* stopVirtualMachine
40
39
* updateVMAffinityGroup
41
40
41
+ > Note: If the user doesn't have permissions to expunge the VM, it will be left in a destroyed state. The user will need to manually expunge the VM.
42
+
42
43
This permission set has been verified to successfully run the CAPC E2E test suite (Oct 11, 2022).
You can’t perform that action at this time.
0 commit comments