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-02 11:13:34 +0000
commitbe6cd3ec5a184366ef0bd56bd47dc1aa6689e745 (patch)
tree861e037df209df51617936b6132f3587ef6e93ed /openstack-keystone.configure
parent0032114976220a04a8cd44813e878f6b66b4e2bd (diff)
downloaddefinitions-be6cd3ec5a184366ef0bd56bd47dc1aa6689e745.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
##########################################################################