yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11447
[Bug 1291336] Re: Unused parameter in attributes.py
** Changed in: neutron
Status: In Progress => Invalid
--
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):
Invalid
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
References