summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-cinder-api.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-cinder-api.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-cinder-api.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-cinder-api.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-cinder-api.service b/openstack/usr/lib/systemd/system/openstack-cinder-api.service
index a4a100f8..3590e0a9 100644
--- a/openstack/usr/lib/systemd/system/openstack-cinder-api.service
+++ b/openstack/usr/lib/systemd/system/openstack-cinder-api.service
@@ -1,6 +1,6 @@
[Unit]
Description=OpenStack Volume Service (code-named Cinder) API server
-After=syslog.target network.target
+After=syslog.target network-online.target
[Service]
Type=simple