From 5c3b861c1963ca6fee9048ed88873c4efea64b8c Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 10 Sep 2013 05:20:07 -0700 Subject: [PATCH] VMware: remove invalid configuration variable The configuration variable vmware_cluster_name is not used by the cinder plugin. Change-Id: I8c0ed58d1dcd66b6f8ea3325007bf5135216933c --- lib/cinder | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cinder b/lib/cinder index 324db9de27..7f1544b444 100644 --- a/lib/cinder +++ b/lib/cinder @@ -293,7 +293,6 @@ function configure_cinder() { iniset $CINDER_CONF DEFAULT vmware_host_ip "$VMWAREAPI_IP" iniset $CINDER_CONF DEFAULT vmware_host_username "$VMWAREAPI_USER" iniset $CINDER_CONF DEFAULT vmware_host_password "$VMWAREAPI_PASSWORD" - iniset $CINDER_CONF DEFAULT vmware_cluster_name "$VMWAREAPI_CLUSTER" iniset $CINDER_CONF DEFAULT volume_driver "cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver" fi