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 --- .../lib/systemd/system/openstack-nova-scheduler.service | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 install-files/openstack/usr/lib/systemd/system/openstack-nova-scheduler.service (limited to 'install-files/openstack/usr/lib/systemd/system/openstack-nova-scheduler.service') diff --git a/install-files/openstack/usr/lib/systemd/system/openstack-nova-scheduler.service b/install-files/openstack/usr/lib/systemd/system/openstack-nova-scheduler.service deleted file mode 100644 index e89f0d3e..00000000 --- a/install-files/openstack/usr/lib/systemd/system/openstack-nova-scheduler.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=OpenStack Nova Scheduler -ConditionPathExists=/etc/nova/nova.conf -After=network-online.target openstack-nova-config-setup.service openstack-nova-db-setup.service -Wants=network-online.target - -[Service] -Type=simple -User=nova -StandardOutput=null -StandardError=null -ExecStart=/usr/bin/nova-scheduler --config-file /etc/nova/nova.conf - -[Install] -WantedBy=multi-user.target -- cgit v1.2.1