summaryrefslogtreecommitdiffstats
path: root/integration/storperf/openstack.sh
diff options
context:
space:
mode:
Diffstat (limited to 'integration/storperf/openstack.sh')
-rwxr-xr-xintegration/storperf/openstack.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/storperf/openstack.sh b/integration/storperf/openstack.sh
index 011aadb7..99701871 100755
--- a/integration/storperf/openstack.sh
+++ b/integration/storperf/openstack.sh
@@ -56,3 +56,10 @@ create_storperf_flavor()
fi
openstack flavor show storperf
}
+
+
+nova_vm_mapping()
+{
+ rm ./nova_vm.json
+ openstack server list --name storperf-agent -c ID -c Host --long -f json > nova_vm.json
+} \ No newline at end of file