Merge "horizon start scripts need update for cmd & args"

This commit is contained in:
Jenkins 2015-07-09 19:09:50 +00:00 committed by Gerrit Code Review
commit 7693df4d3a
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash
SOURCE="/etc/openstack-dashboard/local_settings"
TARGET="/etc/openstack-dashboard/local_settings"
OWNER="horizon"
if [[ -f "$SOURCE" ]]; then

View File

@ -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