X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fceph-volume%2Fceph_volume%2Ftests%2Ffunctional%2Fscripts%2Fgenerate_ssh_config.sh;fp=src%2Fceph%2Fsrc%2Fceph-volume%2Fceph_volume%2Ftests%2Ffunctional%2Fscripts%2Fgenerate_ssh_config.sh;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=43e64a65477f93af9002715aeeb21d9f502905dc;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/ceph-volume/ceph_volume/tests/functional/scripts/generate_ssh_config.sh b/src/ceph/src/ceph-volume/ceph_volume/tests/functional/scripts/generate_ssh_config.sh deleted file mode 100644 index 43e64a6..0000000 --- a/src/ceph/src/ceph-volume/ceph_volume/tests/functional/scripts/generate_ssh_config.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# Generate a custom ssh config from Vagrant so that it can then be used by -# ansible.cfg - -path=$1 - -if [ $# -eq 0 ] - then - echo "A path to the scenario is required as an argument and it wasn't provided" - exit 1 -fi - -cd "$path" -vagrant ssh-config > vagrant_ssh_config