Files
fuel-plugin-onos/deployment_scripts/puppet/modules/onos/files/upload_vm.sh
sathishkumar_murugesan 52764e13b0 merging changes to master branch from mitaka brnach
Change-Id: I64df20298a6fef141e90a0c2dd0cd2f1debb3d15
Signed-off-by: sathishkumar_murugesan <sathishcold@gmail.com>
2017-02-20 16:19:42 +05:30

7 lines
216 B
Bash
Executable File

#!/bin/bash
set -ux
source /root/openrc
/usr/bin/glance image-create --name 'TestSfcVm' --visibility 'public' --container-format='bare' --disk-format='qcow2' --min-ram='64' --file '/root/firewall_block_image.img'