Merge "Update scenario test results file for Colorado release"
[yardstick.git] / yardstick / benchmark / scenarios / networking / sfc_pre_setup.bash
1 #!/bin/bash
2 set -e
3
4 # download and create image
5 #wget https://www.dropbox.com/s/focu44sh52li7fz/sfc_cloud.qcow2
6 glance image-create --name sfc --disk-format qcow2 --container-format bare --file SF.qcow2
7
8
9 #create flavor
10 openstack flavor create custom --ram 1500 --disk 10 --public