Merge "Cinder reads non-Kolla generated config files"

This commit is contained in:
Jenkins
2015-08-24 12:32:33 +00:00
committed by Gerrit Code Review
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
set -o errexit
CMD="/usr/bin/cinder-api"
ARGS=""
ARGS="--config-file /etc/cinder/cinder.conf"
# Loading common functions.
source /opt/kolla/kolla-common.sh

View File

@@ -3,7 +3,7 @@
set -o errexit
CMD="/usr/bin/cinder-backup"
ARGS=""
ARGS="--config-file /etc/cinder/cinder.conf"
# Loading common functions.
source /opt/kolla/kolla-common.sh

View File

@@ -3,7 +3,7 @@
set -o errexit
CMD="/usr/bin/cinder-scheduler"
ARGS=""
ARGS="--config-file /etc/cinder/cinder.conf"
# Loading common functions.
source /opt/kolla/kolla-common.sh

View File

@@ -3,7 +3,7 @@
set -o errexit
CMD="/usr/bin/cinder-volume"
ARGS=""
ARGS="--config-file /etc/cinder/cinder.conf"
# Loading common functions.
source /opt/kolla/kolla-common.sh