aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/glance/nfs_mount.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/glance/nfs_mount.pp')
-rw-r--r--manifests/glance/nfs_mount.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/glance/nfs_mount.pp b/manifests/glance/nfs_mount.pp
index 035191d..674bdd0 100644
--- a/manifests/glance/nfs_mount.pp
+++ b/manifests/glance/nfs_mount.pp
@@ -43,7 +43,7 @@ class tripleo::glance::nfs_mount (
$options = 'intr,context=system_u:object_r:glance_var_lib_t:s0',
$edit_fstab = true,
$fstab_fstype = 'nfs4',
- $fstab_prepend_options = 'bg'
+ $fstab_prepend_options = '_netdev,bg'
) {
$images_dir = '/var/lib/glance/images'