Comment 2 for bug 1820045

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

Reviewed: https://review.openstack.org/643304
Committed: https://git.openstack.org/cgit/openstack/python-mistralclient/commit/?id=0cd6b282920214d2995d1203aa0ad7d33c825b10
Submitter: Zuul
Branch: master

commit 0cd6b282920214d2995d1203aa0ad7d33c825b10
Author: Sagi Shnaidman <email address hidden>
Date: Thu Mar 14 13:52:53 2019 +0200

    Fix typo for self.list

    Mistake was introduced in https://review.openstack.org/#/c/554950
    Added an abstract method list to the base ResourceManager that
    raises a notImplementedError if called (instead of using
    abc.abstractmethod that would force the implementation of a list
    method that might not be required for all resources)

    Closes-Bug: #1820045

    Change-Id: I0c69e1beeb452a95cc5988a462f733806afbfafc