python-mistralclient/mistralclient
Sagi Shnaidman 0cd6b28292 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
2019-03-14 14:08:11 +01:00
..
api Fix typo for self.list 2019-03-14 14:08:11 +01:00
auth fix mistral client failure 2018-08-14 22:11:28 +08:00
commands Fix execution report printing 2019-02-28 13:33:15 +07:00
osc Fixing region filter for getting workflow endpoint 2018-07-02 17:40:34 +02:00
tests Add 'execution-get-report' command 2019-02-08 15:02:16 +07:00
__init__.py Correct the name that the client is installed as 2014-06-12 21:57:42 +10:00
exceptions.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 15:26:15 +02:00
i18n.py Update and optimize documentation links 2017-07-21 09:57:38 +08:00
shell.py Add 'execution-get-report' command 2019-02-08 15:02:16 +07:00
utils.py Move json.loads() method to utils.py, and use "with" to deal with file objects 2016-11-30 12:04:31 +08:00