From 890ec463c230861c8db161e3f47623558c97a803 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 27 Apr 2015 13:11:52 +0000 Subject: openstack: remove setup units from Wants section This way it is possible to avoid running the setup script in subsequent boots, either by disabling the setup service using systemctl, or removing the respective configuration file from /etc/openstack/. Change-Id: I9945e40eaebbc160bb21ca46f10a8b6121f66267 --- openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service') diff --git a/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service b/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service index c7b3b5e0..7a1d812b 100644 --- a/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service +++ b/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service @@ -2,7 +2,6 @@ Description=Run neutron-config-setup Ansible scripts ConditionPathExists=/etc/openstack/neutron.conf After=openstack-keystone-setup.service -Wants=openstack-keystone-setup.service [Service] Type=oneshot -- cgit v1.2.1