diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..296e31c --- /dev/null +++ b/start.sh @@ -0,0 +1,6 @@ +#!/bin/sh +if [ ! -e openrc.sh ]; then +echo "'openrc.sh' is missing. Cannot operate without OpenStack environment file." +fi +source openrc.sh +./setup_tunnel.py \ No newline at end of file