summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-04-08 18:10:10 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-10 14:38:56 -0400
commitaaf75e37f0cf759e9b5b04c8f3c23346aa053c78 (patch)
tree4cd4adb5d8244c1c36f45e38f8f6bba52c79b91c /meta-openstack/recipes-devtools/python/python-horizon
parent7f2b6ebfc0d2e4d2b8c8e6d3208a2cae435d0eeb (diff)
downloadmeta-cloud-services-aaf75e37f0cf759e9b5b04c8f3c23346aa053c78.tar.gz
python-horizon init scripts
Split out a new package horizon-standalone that just contains the init script for the built in webserver. Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon/horizon.init4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon/horizon.init b/meta-openstack/recipes-devtools/python/python-horizon/horizon.init
index 1c03b78..994fbec 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon/horizon.init
+++ b/meta-openstack/recipes-devtools/python/python-horizon/horizon.init
@@ -66,10 +66,6 @@ status()
66 echo "$DESC is not running" 66 echo "$DESC is not running"
67} 67}
68 68
69if [ -e /etc/apache2/conf.d/openstack-dashboard-apache.conf ]; then
70 chown -R daemon /usr/share/openstack-dashboard/openstack_dashboard/static
71fi
72
73case "$1" in 69case "$1" in
74 start) 70 start)
75 start 71 start