horizon start scripts need update for cmd & args

Change-Id: I3a750bdc496942c318111ca3c2384b624f977cef
Closes-Bug:#1472491
This commit is contained in:
Swapnil Kulkarni 2015-07-08 06:30:24 +00:00
parent fcda6a06d8
commit c7cb78c114
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