From 6ab3dfc4bb0a0cd1ad08c8b4334cd9feeb7de5d7 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 21 Feb 2020 11:35:05 +0100 Subject: [PATCH] Use ramdisk images from master We're using master branch on all other images, we should use master here as well for consistency. --- get-resource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-resource.sh b/get-resource.sh index ae66aced..8ac83170 100755 --- a/get-resource.sh +++ b/get-resource.sh @@ -7,7 +7,7 @@ export https_proxy=${https_proxy:-$HTTPS_PROXY} # Which image should we use SNAP=${1:-current-tripleo} -IPA_BASEURI=${IPA_BASEURI:-https://images.rdoproject.org/train/rdo_trunk/$SNAP/} +IPA_BASEURI=${IPA_BASEURI:-https://images.rdoproject.org/master/rdo_trunk/$SNAP/} FILENAME=ironic-python-agent FILENAME_EXT=.tar