Merge "Revert "Create SolidFire Template account on init""

This commit is contained in:
Jenkins 2015-01-28 15:44:47 +00:00 committed by Gerrit Code Review
commit 034fa5a0c1

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 = {}