Update default xml file from cinder_emc_config.xml to

cinder_dell_emc_config.xml

Change-Id: Ieaaf4d94f2bc53b7e40af478b981a17f032e7994
This commit is contained in:
Unana Okpoyo 2017-07-04 11:53:33 +01:00
parent 3c8ba07289
commit 15a51c03fd
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.*.sw?
.prereqs
.tox
.idea/

View File

@ -98,9 +98,9 @@ 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_emc_config.xml" ]; then
if [ ! -f "$CINDER_CONF_DIR/cinder_dell_emc_config.xml" ]; then
ln -s ${CINDER_CONF_DIR}/cinder_dell_emc_config_${be_name}.xml \
${CINDER_CONF_DIR}/cinder_emc_config.xml
${CINDER_CONF_DIR}/cinder_dell_emc_config.xml
fi
}