Fix LCM migrate issue 64/116064/1
authorMarcin Wilk <m.wilk@samsung.com>
Thu, 3 Dec 2020 10:32:26 +0000 (11:32 +0100)
committerMarcin Wilk <m.wilk@samsung.com>
Thu, 3 Dec 2020 10:32:26 +0000 (11:32 +0100)
The code was missing reset() call on RequestContext prior
calling the waitForStateChange, which relies on the reset attempt
value. As a result, the code didn't wait for the VM status change.

Issue-ID: APPC-1912
Signed-off-by: Marcin Wilk <m.wilk@samsung.com>
Change-Id: I5e47a789ae8529ce461326fe25003362a4e42ec5

appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/java/org/onap/appc/adapter/iaas/provider/operation/impl/MigrateServer.java