From df5a5b65785fa297ddc9ccb3bec06ece782220f0 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date: Tue, 4 Jun 2019 08:56:57 +0200
Subject: [PATCH] runonce: do not set hw_firmware_type=uefi

We made it default in Queens.

Change-Id: I52de6e041bbc4c316d332cbedeca924a7f3c7346
---
 tools/init-runonce | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/tools/init-runonce b/tools/init-runonce
index 40ca32d6e5..edbb490b5e 100755
--- a/tools/init-runonce
+++ b/tools/init-runonce
@@ -59,14 +59,9 @@ else
     echo Using cached cirros image from the nodepool node.
 fi
 
-EXTRA_PROPERTIES=
-if [ ${ARCH} == aarch64 ]; then
-    EXTRA_PROPERTIES="--property hw_firmware_type=uefi"
-fi
-
 echo Creating glance image.
 openstack image create --disk-format qcow2 --container-format bare --public \
-    --property os_type=${IMAGE_TYPE} ${EXTRA_PROPERTIES} --file ${IMAGE_PATH}/${IMAGE} ${IMAGE_NAME}
+    --property os_type=${IMAGE_TYPE} --file ${IMAGE_PATH}/${IMAGE} ${IMAGE_NAME}
 
 echo Configuring neutron.
 openstack network create --external --provider-physical-network physnet1 \