summaryrefslogtreecommitdiff
path: root/heat/engine/clients/os/manila.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-18 13:44:01 +0000
committerGerrit Code Review <review@openstack.org>2015-06-18 13:44:01 +0000
commit3fd6b53079067c06fca31eb7afb199bebf3af56e (patch)
tree5758038d8193b920cb3af8f51ee8df37eec723b8 /heat/engine/clients/os/manila.py
parent6f49f245641e4eb9fcac3b1d314758c546da727b (diff)
parent5389ab829d7d2e06d5e2fe67319c5d3a0e78a49d (diff)
downloadheat-3fd6b53079067c06fca31eb7afb199bebf3af56e.tar.gz
Merge "Removes is_available() from manila client plugin"
Diffstat (limited to 'heat/engine/clients/os/manila.py')
-rw-r--r--heat/engine/clients/os/manila.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/heat/engine/clients/os/manila.py b/heat/engine/clients/os/manila.py
index 0a15d2422..84d54a10b 100644
--- a/heat/engine/clients/os/manila.py
+++ b/heat/engine/clients/os/manila.py
@@ -23,10 +23,6 @@ class ManilaClientPlugin(client_plugin.ClientPlugin):
exceptions_module = exceptions
service_types = ['share']
- @staticmethod
- def is_available():
- return manila_client is not None
-
def _create(self):
endpoint_type = self._get_client_option('manila', 'endpoint_type')
endpoint = self.url_for(service_type=self.service_types[0],