From b89fc12d46fcc878dc66927422807d989a166783 Mon Sep 17 00:00:00 2001 From: alop Date: Thu, 6 Jun 2013 09:34:17 -0700 Subject: [PATCH] Removed unused netapp driver attribute This is a left over attribute from when we were backporting netapp patches to our folsom installation. Since we've removed the patches, we don't need this attribute anymore. Change-Id: Ib34cdfb7f36d379ec3f0c8b9c08a6b6271ece9f3 --- attributes/default.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 997d046..1606d97 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -90,7 +90,6 @@ default["openstack"]["block-storage"]["netapp"]["dfm_password"] = nil default["openstack"]["block-storage"]["netapp"]["dfm_port"] = "8088" default["openstack"]["block-storage"]["netapp"]["dfm_web_port"] = "8080" default["openstack"]["block-storage"]["netapp"]["storage_service"] = "storage_service" -default["openstack"]["block-storage"]["netapp"]["driver"] = "/usr/share/pyshared/cinder/volume/netapp.py" # logging attribute default["openstack"]["block-storage"]["syslog"]["use"] = false