Merge "Cinder reads non-Kolla generated config files"
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
CMD="/usr/bin/cinder-api"
|
CMD="/usr/bin/cinder-api"
|
||||||
ARGS=""
|
ARGS="--config-file /etc/cinder/cinder.conf"
|
||||||
|
|
||||||
# Loading common functions.
|
# Loading common functions.
|
||||||
source /opt/kolla/kolla-common.sh
|
source /opt/kolla/kolla-common.sh
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
CMD="/usr/bin/cinder-backup"
|
CMD="/usr/bin/cinder-backup"
|
||||||
ARGS=""
|
ARGS="--config-file /etc/cinder/cinder.conf"
|
||||||
|
|
||||||
# Loading common functions.
|
# Loading common functions.
|
||||||
source /opt/kolla/kolla-common.sh
|
source /opt/kolla/kolla-common.sh
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
CMD="/usr/bin/cinder-scheduler"
|
CMD="/usr/bin/cinder-scheduler"
|
||||||
ARGS=""
|
ARGS="--config-file /etc/cinder/cinder.conf"
|
||||||
|
|
||||||
# Loading common functions.
|
# Loading common functions.
|
||||||
source /opt/kolla/kolla-common.sh
|
source /opt/kolla/kolla-common.sh
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
CMD="/usr/bin/cinder-volume"
|
CMD="/usr/bin/cinder-volume"
|
||||||
ARGS=""
|
ARGS="--config-file /etc/cinder/cinder.conf"
|
||||||
|
|
||||||
# Loading common functions.
|
# Loading common functions.
|
||||||
source /opt/kolla/kolla-common.sh
|
source /opt/kolla/kolla-common.sh
|
||||||
|
Reference in New Issue
Block a user