summaryrefslogtreecommitdiff
path: root/openstack-keystone.configure
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-27 11:26:17 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:29 +0100
commit367614e9f1dcc5c136df6df758d6ac5e85258f5f (patch)
treed5babc97d8ed3dbf8b18a22d136e31fade7c0699 /openstack-keystone.configure
parente688fc66d9b310195d27736028c18af11dd16efc (diff)
downloaddefinitions-367614e9f1dcc5c136df6df758d6ac5e85258f5f.tar.gz
horizon: Move setup scripts to Ansible.
Now horizon-setup also configures Apache, given that they will be in the same host. This can be split in different setup scripts.
Diffstat (limited to 'openstack-keystone.configure')
-rw-r--r--openstack-keystone.configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/openstack-keystone.configure b/openstack-keystone.configure
index fb37b3ac..8fd3fabd 100644
--- a/openstack-keystone.configure
+++ b/openstack-keystone.configure
@@ -24,6 +24,9 @@ ROOT="$1"
ln -s "/etc/systemd/system/openstack-keystone-setup.service" \
"$ROOT/etc/systemd/system/multi-user.target.wants/openstack-keystone-setup.service"
+ln -s "/etc/systemd/system/openstack-horizon-setup.service" \
+ "$ROOT/etc/systemd/system/multi-user.target.wants/openstack-horizon-setup.service"
+
##########################################################################
# Check variables
##########################################################################