Change-Id: I64df20298a6fef141e90a0c2dd0cd2f1debb3d15 Signed-off-by: sathishkumar_murugesan <sathishcold@gmail.com>
7 lines
216 B
Bash
Executable File
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'
|
|
|