VMware: Handle exception for no snapshot while cloning (#47924)

Handle exception when there is no snapshot available in virtual machine or template while cloning using vmware_guest.

Fixes: #47920

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-11-02 13:40:06 +05:30
committed by GitHub
parent 89f03314ce
commit 487f2f25ce
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Handle exception when there is no snapshot available in virtual machine or template while cloning using vmware_guest.