Skip to content

Commit

Permalink
core: allow update disk also for HE VM
Browse files Browse the repository at this point in the history
In order to make HE maintenance more easy, allow extending HE VM
disk. This can be leveraged by REST API and subsequently by SDKs,
Ansible and other automation tools.

Change-Id: Ica502bf423a34b45fd673a66e16cb59637617c85
Signed-off-by: Vojtech Juranek <vjuranek@redhat.com>
  • Loading branch information
vjuranek authored and tnisan committed Nov 18, 2018
1 parent a8c5faf commit 931bc40
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -28,6 +28,7 @@ public class VmActionByVmOriginTypeValidator {
COMMANDS_ALLOWED_ON_HOSTED_ENGINE.add(ActionType.SetVmTicket);
COMMANDS_ALLOWED_ON_HOSTED_ENGINE.add(ActionType.VmLogon);
COMMANDS_ALLOWED_ON_HOSTED_ENGINE.add(ActionType.UpdateVm);
COMMANDS_ALLOWED_ON_HOSTED_ENGINE.add(ActionType.UpdateVmDisk);
COMMANDS_ALLOWED_ON_HOSTED_ENGINE.add(ActionType.RemoveVm);
/**
* Needed specifically to move the HE VM out of a cluster in order to increase its cluster
Expand Down

0 comments on commit 931bc40

Please sign in to comment.