Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed Feb 19, 2020
2 parents fe27a5f + 3d64497 commit 11b7433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adaptation_layer/driver/osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ def _ns_im_converter(self, osm_ns: Dict) -> Dict:
for osm_vnf in osm_vnfs:
vnf_instance = {
"id": osm_vnf["id"],
"vnfdId": osm_vnf["vnfd-id"],
"vnfProductName": osm_vnf["vnfd-ref"],
"vnfdId": osm_vnf["vnfd-ref"],
"vnfProductName": "",
"vimId": osm_vnf["vim-account-id"],
# same as the NS
"instantiationState": osm_ns['_admin']['nsState'],
Expand Down

0 comments on commit 11b7433

Please sign in to comment.