~rakhmerov/python-mistralclient/master

Viewing all changes in revision 482.

  • Committer: apetrich
  • Author(s): Sagi Shnaidman
  • Date: 2019-03-14 13:08:11 UTC
  • Revision ID: git-v1:0cd6b282920214d2995d1203aa0ad7d33c825b10
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

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: