From f492c68a3182a3d0a5602f450166ea5bc32a2360 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 15 Apr 2021 14:46:23 +0000 Subject: [PATCH] Update git submodules * Update python-tripleoclient from branch 'master' to 792101230c1c34829c977b98760f271394aaa62d - Merge "Use a consistent working directory for tripleo deploy" - Use a consistent working directory for tripleo deploy When https://review.opendev.org/c/openstack/python-tripleoclient/+/775302 merged, it changed the function signature of utils.archive_deploy_artifacts, but the tripleo deploy code was not updated to pass the right arguments. This caused the templates directory to be considered the working directory and the artifact tarball was generated in that directory, and then promptly deleted during the cleanup phase. This patch updates tripleo deploy to pass the right arguments to archive_deploy_artifacts, and also use a consistent working directory based on the stack name under ~/tripleo-deploy instead of defaulting to the home dir. This is a cleaner approach than just leaving all the files in the home dir, especially given that tripleo deploy can deploy multiple stacks, and if the same directory was used as the default, there would be file collisions. Closes-Bug: #1921975 Signed-off-by: James Slagle Change-Id: Idded7faba1ff6c811b94503c559029aeeaca6a06 --- python-tripleoclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tripleoclient b/python-tripleoclient index c4dd38f34f..792101230c 160000 --- a/python-tripleoclient +++ b/python-tripleoclient @@ -1 +1 @@ -Subproject commit c4dd38f34f4a38fb76301b684afe273b6c3ebbeb +Subproject commit 792101230c1c34829c977b98760f271394aaa62d