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-10 10:55:33 +0000
commit973b9172664378406e7c844906277dce894f1467 (patch)
tree5a25979bfe457577f11dfcedf79b99f4e943ae31 /openstack-keystone.configure
parent9ad5d43eb64e1b4d42e27127a58a55ca655373e8 (diff)
downloaddefinitions-973b9172664378406e7c844906277dce894f1467.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
##########################################################################