#!/bin/bash

SCENARIO=openstack_tutorial-4nodes.xml
VERS='013'

# Move to the directory where this script is
#cdir=$( dirname $0 )
#cd $cdir

vnx --pack $SCENARIO \
    --pack-version $VERS \
    --pack-add-files 00-readme.txt bin others \
    $1 $2 $3
