Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workaround: Manually add those two service types in SDC→Category Management under demo login

Issue 9: Exception  in VF-C when get vim type from A&AI

Code Block
languagepy
titleException
collapsetrue
 2018-05-14 08:45:35,267:[lcm.pub.msapi.extsys]:[extsys.py]-[51] [DEBUG]:vim_id=NokiaCbam_RegionOne, vim_info=

{'userName': XXXXX', 'status': u'active', 'domain': '', 'vendor': '', 'name': u'NokiaCbam_RegionOne', 'vimId': u'NokiaCbam_RegionOne', 'url': u'xXXXXXXXX', 'tenantId': '', 'version': '', 'sslCacert': '', 'sslInsecure': 'True', 'password': u'XXXXX', 'type': '', 'createTime': '', 'tenant': u'XXXXXX', 'description': 'vim'}
2018-05-14 08:45:35,269:[lcm.ns.vnfs.views]:[views.py]-[302] [ERROR]:

{'type': [u'This field may not be blank.']}
2018-05-14 08:45:35,269:[lcm.ns.vnfs.views]:[views.py]-[303] [ERROR]:Traceback (most recent call last):
File "rvicefc/nfvo/lcm/lcm/nsnfsiews.py", line 296, in get
raise Exception(resp_serializer.errors)
Exception:

{'type': [u'This field may not be blank.']}

Workaround: the bug is fixed in master branch, get a copy of /servicefc/nfvo/lcm/lcm/pub/msapi/extsys.py and update it in vfc_nslcm container.