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
This commit is contained in:
rthallisey 2015-08-12 15:35:00 -04:00
parent 8ae3b0d67e
commit 76875c53da

View File

@ -1,4 +1,4 @@
OURCE="/opt/kolla/cinder/cinder.conf"
SOURCE="/opt/kolla/cinder/cinder.conf"
TARGET="/etc/cinder/cinder.conf"
OWNER="cinder"