From 4740a3e0cd0b88acbb1517f1426b63d9c6beb608 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 6 Feb 2019 13:52:25 +0200 Subject: [PATCH] Use tinyipa of Ocata by default in ironic chart the release name is currently hard-coded to 'newton' while the default images are for ocata (and the oldest supported release is also ocata). Change-Id: Iac5112bb978309a07114fcfd0bd899ef3f3d56d0 --- ironic/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/values.yaml b/ironic/values.yaml index 40129b02a2..33bd8ec218 100644 --- a/ironic/values.yaml +++ b/ironic/values.yaml @@ -222,7 +222,7 @@ bootstrap: enabled: true ks_user: ironic script: | - RELEASE="newton" + RELEASE="ocata" IMAGE_URL_BASE="http://tarballs.openstack.org/ironic-python-agent/tinyipa/files" IMAGE_INITRAMFS="ironic-agent.initramfs" IMAGE_INITRAMFS_URL="${IMAGE_URL_BASE}/tinyipa-stable-${RELEASE}.gz"