Drop conflicting custom cirros version variable

The CIRROS_VERSION is handled by devstack directly.
In case we need a different version the proper way to configure it is to
set the CIRROS_VERSION value in the job as devstack variable.

Change-Id: I4c7432fafca068fc2b75dc8359320c0a883d4419
This commit is contained in:
Riccardo Pittau 2021-04-14 16:23:02 +02:00
parent d6bb66dea7
commit b216ba4910
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ fi
# Whether configure the nodes to boot in Legacy BIOS or UEFI mode. Accepted
# values are: "bios" or "uefi", defaults to "bios".
IRONIC_BOOT_MODE=${IRONIC_BOOT_MODE:-bios}
CIRROS_VERSION=${CIRROS_VERSION:-"0.5.1"}
IRONIC_DEFAULT_IMAGE_NAME=cirros-${CIRROS_VERSION}-x86_64-uec