Public bug reported: there are many method which hava unuse parameter, for exaple: def _validate_uuid_or_none(data, valid_values=None): if data is not None: return _validate_uuid(data)
** Affects: neutron Importance: Undecided Assignee: shihanzhang (shihanzhang) Status: New ** Changed in: neutron Assignee: (unassigned) => shihanzhang (shihanzhang) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1291336 Title: Unused parameter in attributes.py Status in OpenStack Neutron (virtual network service): New Bug description: there are many method which hava unuse parameter, for exaple: def _validate_uuid_or_none(data, valid_values=None): if data is not None: return _validate_uuid(data) To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1291336/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp