Merge "CI: use the default devstack cirros version"
This commit is contained in:
@@ -7,13 +7,7 @@ fi
|
|||||||
# Whether configure the nodes to boot in Legacy BIOS or UEFI mode. Accepted
|
# Whether configure the nodes to boot in Legacy BIOS or UEFI mode. Accepted
|
||||||
# values are: "bios" or "uefi", defaults to "bios".
|
# values are: "bios" or "uefi", defaults to "bios".
|
||||||
IRONIC_BOOT_MODE=${IRONIC_BOOT_MODE:-bios}
|
IRONIC_BOOT_MODE=${IRONIC_BOOT_MODE:-bios}
|
||||||
|
CIRROS_VERSION=${CIRROS_VERSION:-"0.5.1"}
|
||||||
# TODO(dtantsur): migrate all jobs to 0.5.1
|
|
||||||
if [[ "$IRONIC_BOOT_MODE" == "uefi" ]]; then
|
|
||||||
CIRROS_VERSION=0.5.1
|
|
||||||
else
|
|
||||||
CIRROS_VERSION=0.4.0
|
|
||||||
fi
|
|
||||||
|
|
||||||
IRONIC_DEFAULT_IMAGE_NAME=cirros-${CIRROS_VERSION}-x86_64-uec
|
IRONIC_DEFAULT_IMAGE_NAME=cirros-${CIRROS_VERSION}-x86_64-uec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user