Fix LCM evacuate issue 28/116128/1
authorMarcin Wilk <m.wilk@samsung.com>
Fri, 4 Dec 2020 12:24:43 +0000 (13:24 +0100)
committerMarcin Wilk <m.wilk@samsung.com>
Fri, 4 Dec 2020 12:24:43 +0000 (13:24 +0100)
commit443c060154392b18cd3bd358cafd6a643636eba6
tree453ac13e4a0e3fceb8e0c095fd5f066b9d3e4d6e
parenta906a5b102d20c4591b89acd43f604d505f80f79
Fix LCM evacuate issue

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-1913
Signed-off-by: Marcin Wilk <m.wilk@samsung.com>
Change-Id: Ib80bb154e6380dd6a90077179db41117ec74e31b
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/java/org/onap/appc/adapter/iaas/provider/operation/impl/EvacuateServer.java