Fix 1533 (nscharms): read juju from descriptor 32/10932/1
authorDavid Garcia <david.garcia@canonical.com>
Fri, 28 May 2021 10:08:18 +0000 (12:08 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Tue, 1 Jun 2021 11:00:04 +0000 (13:00 +0200)
commit25da7f12f56886d44053935561e64b24a910dd96
tree11e79590340d2953b62e450a9032345eca57f68b
parent226a85f39a3b622b40a796340fa702c6950e080e
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