Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Migrate horizon element to svc-map
Browse files Browse the repository at this point in the history
This patch migrates the horizon element from map-services to
svc-map by adding the -a option to os-svc-install script calls.

Change-Id: I06678da0c47e58bf0cdaf50295774a1e5b5cc6a6
  • Loading branch information
Ryan Brady committed Nov 26, 2014
1 parent 367d7c5 commit 977b117
Showing 1 changed file with 2 additions and 3 deletions.
@@ -1,5 +1,4 @@
#!/bin/bash

set -e
set -o pipefail

Expand All @@ -22,5 +21,5 @@ else
sed -i 's#^STATIC_ROOT.*#STATIC_ROOT=/usr/share/openstack-dashboard/static#' /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
fi

os-svc-enable -n apache2
os-svc-restart -n apache2
os-svc-enable -an apache2
os-svc-restart -an apache2

0 comments on commit 977b117

Please sign in to comment.