python-mistralclient/mistralclient/api
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
..
releasenotes/notes Do not let keystoneauth mask the errors 2018-04-18 15:39:52 +01:00
v2 Add 'execution-get-report' command 2019-02-08 15:02:16 +07:00
__init__.py Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
base.py Fix typo for self.list 2019-03-14 14:08:11 +01:00
client.py Abstract authentication function 2016-09-22 01:00:37 +00:00
httpclient.py Merge "Use keystoneauth plugins and session instead of keystoneclient" 2017-08-10 14:59:31 +00:00