Fix 1533 (nscharms): read juju from descriptor 09/10909/1
authorDavid Garcia <david.garcia@canonical.com>
Fri, 28 May 2021 10:08:18 +0000 (12:08 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Fri, 28 May 2021 10:08:18 +0000 (12:08 +0200)
commit9ad54a4e89136b65a6ae8aad7c5f4ae494256f68
tree7ec7f7caab24f28d622e85cf0182fbd91d07bb94
parent5f75f10f2308aa6a8cf36cfdeeb20dc95316c5ce
Fix 1533 (nscharms): read juju from descriptor

In the VNFD, the juju section has been removed and included inside the
execution environment list. Since then basic_12 (nscharms) has not been
properly working because we are only looking for the
execution-environment-liist key inside the descriptor, but that does not
apply to the NSD.

Additionally, I fixed the deletion of the nscharm, that was failing due
to the member-vnf-index key not existing in the deployed VCA.

Change-Id: Icb3220f28e373cf8ac3f978c9a3a83b179540512
Signed-off-by: David Garcia <david.garcia@canonical.com>
osm_lcm/ns.py