commit | a1f354441822d0e2dc1f8b119b7abea7c06dacae | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Fri May 31 17:22:35 2019 -0500 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Wed Jun 12 13:28:46 2019 -0500 |
tree | 934efbb5d86dfa9a092c2685a452f09a9910f07f | |
parent | 05ed2f3c660678844fc56201f76c584e956a5568 [diff] |
[CVP] Fix problem with TARGET_NODE and try-catch block TARGET_NODE variable was defined in wrong section of the code. Also try-catch block did not take into account that this variable may not be initialized yet. Solution: define TARGET_NODE in the correct place and use try-catch only for stages that deal with Tempest container. Related-PROD: PROD-30785 Change-Id: Icbf38f3f6687ccabd1bc93fe49c384dc1bcc3468