Few bugs in vnffgd code

Bug #1626638 reported by bharaththiruveedula
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Invalid
Undecided
bharaththiruveedula

Bug Description

There are few things I found while deploying VNFFG. For example
1)the argument we passed is vim_auth in https://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L374 but abstract driver has "vim_obj" https://github.com/openstack/tacker/blob/master/tacker/nfvo/drivers/vim/abstract_vim_driver.py#L95

2)Here https://github.com/openstack/tacker/blob/master/tacker/nfvo/drivers/vim/openstack_driver.py#L253 it must be resource_type otherwise it will call "list_tenant_net", the expected call must be "list_networks"

3)while getting the neutron client, I think we have decode the password using fernet keys, as neutron call to list_network throws unauthorized error.

Changed in tacker:
assignee: nobody → bharaththiruveedula (bharath-ves)
Changed in tacker:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.