Merge "horizon start scripts need update for cmd & args"
This commit is contained in:
commit
7693df4d3a
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
SOURCE="/etc/openstack-dashboard/local_settings"
|
||||
TARGET="/etc/openstack-dashboard/local_settings"
|
||||
|
||||
OWNER="horizon"
|
||||
|
||||
if [[ -f "$SOURCE" ]]; then
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
set -o errexit
|
||||
|
||||
CMD="/usr/sbin/httpd -DFOREGROUND"
|
||||
ARGS=""
|
||||
CMD="/usr/sbin/httpd"
|
||||
ARGS="-DFOREGROUND"
|
||||
|
||||
# Loading common functions.
|
||||
source /opt/kolla/kolla-common.sh
|
||||
|
Loading…
Reference in New Issue
Block a user