]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Revert "Create SolidFire Template account on init"
authorJohn Griffith <john.griffith8@gmail.com>
Tue, 27 Jan 2015 20:14:14 +0000 (20:14 +0000)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 27 Jan 2015 20:14:14 +0000 (20:14 +0000)
This reverts commit a36100bd34a22ddc3b620947809a41d328b1e949.

Change-Id: I86f6af5ad18f3236a3f7c5db70acdf2f292ae3b5

cinder/volume/drivers/solidfire.py

index bbe248dbaa5d1e7c2269a37d97d6c339b10eb874..c824f3be73d331103a9f9c2223059418b594223a 100644 (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 = {}