From 17748973fb5869e0973ac9bb9dddd2abc046ed33 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 23 Apr 2019 12:31:29 +0200 Subject: [PATCH] Update git submodules * Update ironic-python-agent from branch 'master' - Fix download upper constraints We use the url from tox.ini to download the upper constraints and recently that has changed to a redirect and curl doesn't correctly follows redirects by default but stops at the first page. Adding -L option to curl command makes curl follows the redirect until the final location is found and should allow the correct file to be downloaded. Change-Id: I25c724ffe189d414643c910be0ef61c550f802b7 --- ironic-python-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic-python-agent b/ironic-python-agent index 93dae93d52..a88e61959b 160000 --- a/ironic-python-agent +++ b/ironic-python-agent @@ -1 +1 @@ -Subproject commit 93dae93d52c8eec10d4e94f16b460443075ec129 +Subproject commit a88e61959bc41a10de5f58f8a1ffc34ae6f1e822