From: John Griffith Date: Tue, 27 Jan 2015 20:14:14 +0000 (+0000) Subject: Revert "Create SolidFire Template account on init" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5812206ea5975ef9a71e7dc5c3bc38bd2c2aebe4;p=openstack-build%2Fcinder-build.git Revert "Create SolidFire Template account on init" This reverts commit a36100bd34a22ddc3b620947809a41d328b1e949. Change-Id: I86f6af5ad18f3236a3f7c5db70acdf2f292ae3b5 --- diff --git a/cinder/volume/drivers/solidfire.py b/cinder/volume/drivers/solidfire.py index bbe248dba..c824f3be7 100644 --- a/cinder/volume/drivers/solidfire.py +++ b/cinder/volume/drivers/solidfire.py @@ -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 = {}