From aaf75e37f0cf759e9b5b04c8f3c23346aa053c78 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 8 Apr 2014 18:10:10 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-horizon/horizon.init | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-horizon') 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() echo "$DESC is not running" } -if [ -e /etc/apache2/conf.d/openstack-dashboard-apache.conf ]; then - chown -R daemon /usr/share/openstack-dashboard/openstack_dashboard/static -fi - case "$1" in start) start -- cgit v1.2.3-54-g00ecf