From: Alfredo Deza Date: Mon, 26 Mar 2018 14:27:31 +0000 (-0400) Subject: ceph-volume-nightly: look for the ssh config file to avoid using the root dir X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F992%2Fhead;p=ceph-build.git ceph-volume-nightly: look for the ssh config file to avoid using the root dir Signed-off-by: Alfredo Deza --- diff --git a/ceph-volume-nightly/build/teardown b/ceph-volume-nightly/build/teardown index 1e9180a6..6ba0b950 100644 --- a/ceph-volume-nightly/build/teardown +++ b/ceph-volume-nightly/build/teardown @@ -5,7 +5,7 @@ cd $WORKSPACE/src/ceph-volume/ceph_volume/tests/functional -scenarios=$(find . | grep Vagrantfile | xargs dirname) +scenarios=$(find . | grep vagrant_ssh_config | xargs dirname) for scenario in $scenarios; do cd $scenario