From 5130e21451c5e71359f30808e553a24dfa5d42e3 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 14 Oct 2019 13:28:00 +0000 Subject: [PATCH] Update git submodules * Update tripleo-upgrade from branch 'master' - Merge "Handle upgrade_prepare_extra_params as comma-separated string." - Handle upgrade_prepare_extra_params as comma-separated string. Infrared handles the extra-vars parameters passed as a list as strings. Currently, tripleo-upgrade differentiates if the parameter is a string or a list, but it does not cover the case when the parameter was a list casted into a string. The solution implemented is to accept a comma separated string like -e upgrade_prepare_extra_params="/home/stack/ overcloud-params.yaml,/home/stack/overcloud-repos.yaml" which then will be passed into the overcloud upgrade prepare. Change-Id: Iec0cd44ee79708d48f9c40b58e0a9cbed76d3e9c --- tripleo-upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-upgrade b/tripleo-upgrade index 3a421961de..21463a7536 160000 --- a/tripleo-upgrade +++ b/tripleo-upgrade @@ -1 +1 @@ -Subproject commit 3a421961defc074d93c1396f48e1d6e38afffa63 +Subproject commit 21463a75368778d8f3394ca2c494f22a8a246e59