fuel-plugin-vmware-dvs/deployment_scripts/add_hyperv_type.sh

7 lines
242 B
Bash
Executable File

#!/bin/bash
. /root/openrc
glance image-update $(glance image-list | awk '/ TestVM / {print $2}') --property hypervisor_type=qemu
glance image-update $(glance image-list | awk '/ TestVM-VMDK / {print $2}') --property hypervisor_type=vmware