Browse code

Fix the warning message of CINDER_MULTI_LVM_BACKEND

CINDER_MULTI_LVM_BACKEND is marked as deprecated and we recommend
to use CINDER_ENABLED_BACKENDS instead now. However current warning
message shows that CINDER_ENABLED_BACKENDS will be removed.
This patch fixes the message.

Change-Id: I3ca25e4273c3abebce1cfefe1ae4af622b71e993

Ken'ichi Ohmichi authored on 2014/09/10 20:47:22
Showing 1 changed files
... ...
@@ -1456,7 +1456,7 @@ if is_service_enabled cinder; then
1456 1456
         echo_summary "WARNING: CINDER_MULTI_LVM_BACKEND is used"
1457 1457
         echo "You are using CINDER_MULTI_LVM_BACKEND to configure Cinder's multiple LVM backends"
1458 1458
         echo "Please convert that configuration in local.conf to use CINDER_ENABLED_BACKENDS."
1459
-        echo "CINDER_ENABLED_BACKENDS will be removed early in the 'K' development cycle"
1459
+        echo "CINDER_MULTI_LVM_BACKEND will be removed early in the 'K' development cycle"
1460 1460
         echo "
1461 1461
 [[local|localrc]]
1462 1462
 CINDER_ENABLED_BACKENDS=lvm:lvmdriver-1,lvm:lvmdriver-2