Merge "Fix the warning message of CINDER_MULTI_LVM_BACKEND"

This commit is contained in:
Jenkins 2014-09-15 16:41:37 +00:00 committed by Gerrit Code Review
commit 8800f1c88f
1 changed files with 1 additions and 1 deletions

View File

@ -1454,7 +1454,7 @@ if is_service_enabled cinder; then
echo_summary "WARNING: CINDER_MULTI_LVM_BACKEND is used"
echo "You are using CINDER_MULTI_LVM_BACKEND to configure Cinder's multiple LVM backends"
echo "Please convert that configuration in local.conf to use CINDER_ENABLED_BACKENDS."
echo "CINDER_ENABLED_BACKENDS will be removed early in the 'K' development cycle"
echo "CINDER_MULTI_LVM_BACKEND will be removed early in the 'K' development cycle"
echo "
[[local|localrc]]
CINDER_ENABLED_BACKENDS=lvm:lvmdriver-1,lvm:lvmdriver-2