Fixed --newhost option in cinder update_host

Change-Id: I8a317044bda31851fa1ea55e821b9d1a407450de
This commit is contained in:
Dmitry Nikishov 2016-11-22 15:24:47 +03:00
parent 08fa42d4ad
commit 4a0c36a3ef
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ fi
CINDER_BACKEND=`bash ${DIR}/fetch_puppet_resource_param.sh cinder_config RBD-backend/volume_backend_name value`
echo "export NEW_HOST=\"${CINDER_HOST}#${CINDER_BACKEND}\"" > ${STORE_PATH}
echo "export NEW_HOST=\"${CINDER_HOST}@${CINDER_BACKEND}#${CINDER_BACKEND}\"" > ${STORE_PATH}