From 76875c53da0f3db9e4f704ed457ebb6f3bd2a188 Mon Sep 17 00:00:00 2001 From: rthallisey Date: Wed, 12 Aug 2015 15:35:00 -0400 Subject: [PATCH] Cinder-backup is not being configured because config-external spelling error In config-external 'OURCE' needs to be 'SOURCE' or the config file will never be copied. Change-Id: Idad2ff152a8662e5fbafbee6e0328ad7f610320d Closes-Bug: #1484253 --- docker/common/cinder/cinder-backup/config-external.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/common/cinder/cinder-backup/config-external.sh b/docker/common/cinder/cinder-backup/config-external.sh index b3d2582517..28062efc55 100644 --- a/docker/common/cinder/cinder-backup/config-external.sh +++ b/docker/common/cinder/cinder-backup/config-external.sh @@ -1,4 +1,4 @@ -OURCE="/opt/kolla/cinder/cinder.conf" +SOURCE="/opt/kolla/cinder/cinder.conf" TARGET="/etc/cinder/cinder.conf" OWNER="cinder"