Create ocata branch of devstack plugin for vmax

This commit is contained in:
Unana Okpoyo 2017-06-19 09:50:53 +01:00
parent 48fe2bf30d
commit 866a0e248f
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ function configure_cinder_backend_vmax {
configure_single_pool ${be_name}
echo "</EMC>" >> ${CINDER_CONF_DIR}/cinder_dell_emc_config_${be_name}.xml
if [ ! -f "$CINDER_CONF_DIR/cinder_dell_emc_config.xml" ]; then
if [ ! -f "$CINDER_CONF_DIR/cinder_emc_config.xml" ]; then
ln -s ${CINDER_CONF_DIR}/cinder_dell_emc_config_${be_name}.xml \
${CINDER_CONF_DIR}/cinder_dell_emc_config.xml
${CINDER_CONF_DIR}/cinder_emc_config.xml
fi
}