summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-compute.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-09 15:21:37 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-10 10:55:35 +0000
commiteda7502d5180fb61b9289036389c661249bad38d (patch)
tree392886eabab00be2cea86cc16707e89e9c9a477f /openstack/usr/lib/systemd/system/openstack-nova-compute.service
parent427449f8bb1e449016c38437dcaf8a67aac3dab5 (diff)
downloaddefinitions-eda7502d5180fb61b9289036389c661249bad38d.tar.gz
openstack: order services after network-online.target instead of network.target
We always meant the latter, and it just happened that we previously depended on something that also meant that. Change-Id: I7371e0974a0e02f3a92a6ebc174b6d372b8068f1
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-nova-compute.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-nova-compute.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-nova-compute.service b/openstack/usr/lib/systemd/system/openstack-nova-compute.service
index aa332251..a0452c31 100644
--- a/openstack/usr/lib/systemd/system/openstack-nova-compute.service
+++ b/openstack/usr/lib/systemd/system/openstack-nova-compute.service
@@ -1,6 +1,6 @@
[Unit]
Description=OpenStack Compute Service (code-named Nova) compute server
-After=syslog.target network.target libvirtd.service
+After=syslog.target network-online.target libvirtd.service
Requires=libvirtd.service
[Service]