From dc901c3b9998835acb1f284f0c5e34458ad3c562 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 27 Mar 2015 11:26:17 +0000 Subject: 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. --- openstack-keystone.configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openstack-keystone.configure') 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 ########################################################################## -- cgit v1.2.1