From 660b181c0617e50b6ffd6256c3b1b5c6da40583e Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Sat, 6 Jan 2018 02:38:17 +0200 Subject: [PATCH] Remove workaround for bug 1668939 Since 1668939 is resolved, no need anymore to change ownership on .cache directory for building images. Change-Id: I5b058331457ad1c23c67a9d0a426432a147676e7 Related-Bug: #1668939 --- roles/undercloud-deploy/templates/undercloud-install.sh.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/undercloud-deploy/templates/undercloud-install.sh.j2 b/roles/undercloud-deploy/templates/undercloud-install.sh.j2 index e635a01c2..160d3978e 100644 --- a/roles/undercloud-deploy/templates/undercloud-install.sh.j2 +++ b/roles/undercloud-deploy/templates/undercloud-install.sh.j2 @@ -13,9 +13,4 @@ export {{ var }} openstack undercloud install -## * Workaround for bug https://bugs.launchpad.net/tripleo/+bug/1668939 -## :: - -sudo chown -R $USER: ~/.cache || true - ### --stop_docs