Comment 2 for bug 1555294

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/291153
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=02a9a2c3e23cc2c5ab19257549d7ac0144a2192e
Submitter: Jenkins
Branch: master

commit 02a9a2c3e23cc2c5ab19257549d7ac0144a2192e
Author: tpsilva <email address hidden>
Date: Thu Mar 10 09:56:07 2016 -0300

    Remove default values for update_access()

    update_access method has None as default values for add_rules and
    delete_rules. These parameters should always be iterables, so this
    should be removed. This patch removes the default values for this
    method on the base class and on all implemented classes.

    Change-Id: I86f4ccc9d496ec6183bd0fa5be9a77c3451378d5
    Closes-bug: #1555294