summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-serialproxy.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-09 15:21:37 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-04-09 15:52:46 +0000
commitfaee4f535316b06fc0d052173155e693d2e9d439 (patch)
tree56793d4520ece7b23ba3d83407e1466dcdce6478 /openstack/usr/lib/systemd/system/openstack-nova-serialproxy.service
parent2513d77c636a3fd72799529c9bccdc0d35bf67cd (diff)
downloaddefinitions-faee4f535316b06fc0d052173155e693d2e9d439.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-serialproxy.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-nova-serialproxy.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-nova-serialproxy.service b/openstack/usr/lib/systemd/system/openstack-nova-serialproxy.service
index 2557dc2b..a8a86804 100644
--- a/openstack/usr/lib/systemd/system/openstack-nova-serialproxy.service
+++ b/openstack/usr/lib/systemd/system/openstack-nova-serialproxy.service
@@ -1,6 +1,6 @@
[Unit]
Description=OpenStack Nova Serial Proxy
-After=syslog.target network.target
+After=syslog.target network-online.target
[Service]
Type=simple