Browse code

VMware: remove invalid configuration variable

The configuration variable vmware_cluster_name is not used by the cinder plugin.

Change-Id: I8c0ed58d1dcd66b6f8ea3325007bf5135216933c

Gary Kotton authored on 2013/09/10 21:20:07
Showing 1 changed files
... ...
@@ -293,7 +293,6 @@ function configure_cinder() {
293 293
         iniset $CINDER_CONF DEFAULT vmware_host_ip "$VMWAREAPI_IP"
294 294
         iniset $CINDER_CONF DEFAULT vmware_host_username "$VMWAREAPI_USER"
295 295
         iniset $CINDER_CONF DEFAULT vmware_host_password "$VMWAREAPI_PASSWORD"
296
-        iniset $CINDER_CONF DEFAULT vmware_cluster_name "$VMWAREAPI_CLUSTER"
297 296
         iniset $CINDER_CONF DEFAULT volume_driver "cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver"
298 297
     fi
299 298