From 91cb9c5d330bea8c4cb3755d22810391d71e4b65 Mon Sep 17 00:00:00 2001 From: Karthik S Date: Fri, 7 Dec 2018 03:47:41 -0500 Subject: [PATCH] NIC-Partitioning: DPDK devices comes up properly after reboot ovs-vswitchd service shall be started after sriov_config service. Change-Id: Ibdf67c9fa085c5549a31cb1788912b28b0782d67 Closes-Bug: 1807350 --- os_net_config/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_net_config/utils.py b/os_net_config/utils.py index 8603f30e..9b175dc2 100644 --- a/os_net_config/utils.py +++ b/os_net_config/utils.py @@ -43,7 +43,7 @@ _SRIOV_CONFIG_SERVICE_FILE = "/etc/systemd/system/sriov_config.service" _SRIOV_CONFIG_DEVICE_CONTENT = """[Unit] Description=SR-IOV numvfs configuration After=systemd-udev-settle.service -Before=openvswitch.service +Before=ovs-vswitchd.service [Service] Type=oneshot