Revert "Create SolidFire Template account on init"

This reverts commit a36100bd34a22ddc3b620947809a41d328b1e949.

Change-Id: I86f6af5ad18f3236a3f7c5db70acdf2f292ae3b5
This commit is contained in:
John Griffith 2015-01-27 20:14:14 +00:00
parent a36100bd34
commit 5812206ea5

View File

@ -147,9 +147,6 @@ class SolidFireDriver(SanISCSIDriver):
self._update_cluster_status()
except exception.SolidFireAPIException:
pass
if self.configuration.sf_allow_template_caching:
account = self.configuration.sf_template_account_name
self._create_sfaccount(account)
def _build_endpoint_info(self, **kwargs):
endpoint = {}