From 7df7f3b427739ff7d69da2ba218da0124822892c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:39:48 +0000 Subject: Remove all .morph files and files from the old format --- .../systemd/system/openstack-neutron-config-setup.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 install-files/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service (limited to 'install-files/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service') diff --git a/install-files/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service b/install-files/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service deleted file mode 100644 index b74f44ab..00000000 --- a/install-files/openstack/usr/lib/systemd/system/openstack-neutron-config-setup.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Run neutron-config-setup Ansible scripts -ConditionPathExists=/etc/openstack/neutron.conf -After=network-online.target openstack-keystone-setup.service -Wants=network-online.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/neutron-config.yml - -[Install] -WantedBy=multi-user.target -- cgit v1.2.1