Merge pull request #1423 from geosharath/CA-241883

CA-241883: [VMSS] Pool Operator/Pool Admin - VMSS Policy creation raises an assertion error in XC
This commit is contained in:
Mihaela Stoica 2017-02-02 10:32:59 +00:00 committed by GitHub
commit 5996b33579

View File

@ -59,7 +59,7 @@ namespace XenAdmin.Actions
{ {
ApiMethodsToRoleCheck.Add("VMSS.async_create"); ApiMethodsToRoleCheck.Add("VMSS.async_create");
ApiMethodsToRoleCheck.Add("VM.set_snapshot_schedule"); ApiMethodsToRoleCheck.Add("VM.set_snapshot_schedule");
ApiMethodsToRoleCheck.Add("VMSS.protect_now"); ApiMethodsToRoleCheck.Add("VMSS.snapshot_now");
} }
} }