summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-05-27 10:49:47 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-05-27 10:49:47 +0200
commit82f1e0c928ded50c343d26aa463bf0145e948a4c (patch)
tree078d27449832dd3ac4233345c00a4e62f9a092c1 /devstack
parentfa3c2240225d3122baabd1fe6a01298e2f727b8e (diff)
downloadironic-82f1e0c928ded50c343d26aa463bf0145e948a4c.tar.gz
CI: use the default devstack cirros version
Now that I6ccd646f1c22a99bed0bebf6e363d2190241b667 is merged, devstack defaults to 0.5.1, and we no longer need our special logic. Change-Id: I13d3a4ab7dc330b22d886d85eae94b296e6cac4a
Diffstat (limited to 'devstack')
-rw-r--r--devstack/common_settings8
1 files changed, 1 insertions, 7 deletions
diff --git a/devstack/common_settings b/devstack/common_settings
index 6fc49a52c..59d12eb52 100644
--- a/devstack/common_settings
+++ b/devstack/common_settings
@@ -7,13 +7,7 @@ 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}
-
-# 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
+CIRROS_VERSION=${CIRROS_VERSION:-"0.5.1"}
IRONIC_DEFAULT_IMAGE_NAME=cirros-${CIRROS_VERSION}-x86_64-uec