Merge "Cinder reads non-Kolla generated config files"
This commit is contained in:
commit
b8da1faf4f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user