From 9bfc2e4b369b0e426b376e49badc309e66ac960b Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 16 Oct 2013 13:19:22 +0100 Subject: [PATCH] [trivial] install dkms package for NVP plugin --- hooks/quantum_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks/quantum_utils.py b/hooks/quantum_utils.py index 03b71772..9d3bd7e1 100644 --- a/hooks/quantum_utils.py +++ b/hooks/quantum_utils.py @@ -94,7 +94,8 @@ GATEWAY_PKGS = { } EARLY_PACKAGES = { - OVS: ['openvswitch-datapath-dkms'] + OVS: ['openvswitch-datapath-dkms'], + NVP: ['openvswitch-datapath-dkms'] }