Merge "Bump further the stop/start timeout for pcmk/systemd services"
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_controller.pp
index f1c24f0..34be39f 100644 (file)
@@ -381,7 +381,7 @@ if hiera('step') >= 3 {
     package {'nfs-utils': } ->
     cinder::backend::nfs { $cinder_nfs_backend :
       nfs_servers       => hiera('cinder_nfs_servers'),
-      nfs_mount_options => hiera('cinder_nfs_mount_options'),
+      nfs_mount_options => hiera('cinder_nfs_mount_options',''),
       nfs_shares_config => '/etc/cinder/shares-nfs.conf',
     }
   }