Trying to adhere to python naming convention.

This commit is contained in:
Egon Rijpkema
2018-04-23 15:54:54 +02:00
parent 536df0decc
commit 2de343d22d
38 changed files with 0 additions and 0 deletions

14
cinder_controller/run.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Write the config files
/etc/write_conf.sh
# start glance service
cinder-scheduler -d &
sleep 5
apachectl -DFOREGROUND &
# If any process fails, kill the rest.
# This ensures the container stops and systemd will restart it.
wait -n
pkill -P $$