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
This commit is contained in:
alop
2013-06-06 09:34:17 -07:00
parent 6359028d4d
commit b89fc12d46

View File

@@ -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