aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/host/sriov.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-17 00:07:15 +0000
committerGerrit Code Review <review@openstack.org>2017-01-17 00:07:15 +0000
commit430e1b89ba95bcc7cdff2964025da2205f05606d (patch)
tree3817f6a008661b006394e5fe8a4a387e1b17508c /manifests/host/sriov.pp
parent3f700ce7c0b939db28f0149008f4090896d48e7c (diff)
parent9a79bdab86224e678414fd98ba2e888836083e79 (diff)
Merge "Call VF configuration from udev rules"
Diffstat (limited to 'manifests/host/sriov.pp')
-rw-r--r--manifests/host/sriov.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/host/sriov.pp b/manifests/host/sriov.pp
index a30db42..b94c472 100644
--- a/manifests/host/sriov.pp
+++ b/manifests/host/sriov.pp
@@ -21,7 +21,8 @@ class tripleo::host::sriov (
# the numvfs configuration needs to be persisted for every boot
tripleo::host::sriov::numvfs_persistence {'persistent_numvfs':
vf_defs => $number_of_vfs,
- content_string => "#!/bin/bash\n"
+ content_string => "#!/bin/bash\n",
+ udev_rules => ''
}
}
}