Unused params in VNFFGNoop sfc driver functions

Bug #1761086 reported by Trinh Nguyen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Won't Fix
Undecided
Unassigned

Bug Description

Currently, VNFFGNoop SFC driver is not used except for test.:

/opt/stack/tacker/tacker/nfvo/drivers/vnffg/sfc_drivers/noop.py

And the main functions have some unused parameters such as:

    def create_chain(self, name, fc_id, vnfs, auth_attr=None):
        instance_id = uuidutils.generate_uuid()
        self._instances.add(instance_id)
        return instance_id

Where name, fc_id, vnfs, and auth_attr are never used.

Should we consider removing this?

summary: - Unuse params in VNFFGNoop sfc driver functions
+ Unused params in VNFFGNoop sfc driver functions
Yasufumi Ogawa (yasufum)
Changed in tacker:
status: New → Won't Fix
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.