summaryrefslogtreecommitdiff
path: root/devstack/common_settings
diff options
context:
space:
mode:
authorDerek Higgins <derekh@redhat.com>2018-12-18 11:13:49 +0000
committerDerek Higgins <derekh@redhat.com>2018-12-18 16:52:44 +0000
commit1effd562ed2d6bb95af7bdf8a362f2180ac4579e (patch)
tree5804f7c7941c34f23b12480ee1418c558015e384 /devstack/common_settings
parentfec97d9156c454796f2e3d7117356bc21c9dddfd (diff)
downloadironic-1effd562ed2d6bb95af7bdf8a362f2180ac4579e.tar.gz
Switch to cirros 0.4.0
This supports ext4 partitions with metadata_csum(as created by ubuntu bionic by default). Also Using it with the e1000 virt driver cirros sees the nics. This allows us to remove 2 of the special cases we had inserted when the CI jobs were switched to bionic. Change-Id: I68165110dd57ed314cbc29430f84ff5092065d38 Story: #2004604 Task: #28570 Task: #28499
Diffstat (limited to 'devstack/common_settings')
-rw-r--r--devstack/common_settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/common_settings b/devstack/common_settings
index dc426a89c..86eaed92c 100644
--- a/devstack/common_settings
+++ b/devstack/common_settings
@@ -4,7 +4,7 @@ if [[ -f $TOP_DIR/../../old/devstack/.localrc.auto ]]; then
source <(cat $TOP_DIR/../../old/devstack/.localrc.auto | grep -v 'enable_plugin')
fi
-CIRROS_VERSION=0.3.5
+CIRROS_VERSION=0.4.0
# Whether configure the nodes to boot in Legacy BIOS or UEFI mode. Accepted
# values are: "bios" or "uefi", defaults to "bios".