summaryrefslogtreecommitdiff
path: root/heat/engine/clients/os/manila.py
diff options
context:
space:
mode:
authorTetiana Lashchova <tlashchova@mirantis.com>2015-06-09 18:33:13 +0300
committerTetiana Lashchova <tlashchova@mirantis.com>2015-06-11 18:29:33 +0000
commit13db9ccfee2c52f20171b11711fa1079b81118db (patch)
tree79da306cceaabab1d4ab01450973bdda0bf8476f /heat/engine/clients/os/manila.py
parentb0995e89f2e06c97662647af40740bb079fdeb5a (diff)
downloadheat-13db9ccfee2c52f20171b11711fa1079b81118db.tar.gz
Test manila and zaqar exceptions
Change-Id: Id171030db4ede009885b9f330edd4c61f38529fe Closes-Bug: #1461967
Diffstat (limited to 'heat/engine/clients/os/manila.py')
-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