From 3c990d15c35592d9a1ff8b24587f7fbd93e3dd3d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 14 Nov 2016 14:45:07 -0500 Subject: [PATCH] testing: disable vagrant sync folder add on centos 7 mon osd mds rgw scenario Signed-off-by: Alfredo Deza --- .../functional/centos/7/mon-osd-mds-rgw/vagrant_variables.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/centos/7/mon-osd-mds-rgw/vagrant_variables.yml b/tests/functional/centos/7/mon-osd-mds-rgw/vagrant_variables.yml index 3af15775f..27249da2c 100644 --- a/tests/functional/centos/7/mon-osd-mds-rgw/vagrant_variables.yml +++ b/tests/functional/centos/7/mon-osd-mds-rgw/vagrant_variables.yml @@ -58,6 +58,9 @@ vagrant_box: centos/7 # Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant #vagrant_sync_dir: /home/vagrant/sync #vagrant_sync_dir: / +# Disables synced folder creation. Not needed for testing, will skip mounting +# the vagrant directory on the remote box regardless of the provider. +vagrant_disable_synced_folder: true # VAGRANT URL # This is a URL to download an image from an alternate location. vagrant_box # above should be set to the filename of the image. -- 2.39.5