summaryrefslogtreecommitdiff
path: root/heat/engine/clients
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/clients')
-rw-r--r--heat/engine/clients/os/manila.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/engine/clients/os/manila.py b/heat/engine/clients/os/manila.py
index 8076a8b82..83b44f99e 100644
--- a/heat/engine/clients/os/manila.py
+++ b/heat/engine/clients/os/manila.py
@@ -20,6 +20,8 @@ MANILACLIENT_VERSION = "1"
class ManilaClientPlugin(client_plugin.ClientPlugin):
+ exceptions_module = exceptions
+
@staticmethod
def is_available():
return manila_client is not None