runonce: do not set hw_firmware_type=uefi
We made it default in Queens. Change-Id: I52de6e041bbc4c316d332cbedeca924a7f3c7346
This commit is contained in:
parent
9d5b405328
commit
df5a5b6578
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user