From db26a3c96b98d13d7da7cc5575c81308e0b7a09b Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 26 Nov 2019 19:07:15 +0000 Subject: [PATCH] Revert "Fix gate issue with DIB" Merge this once diskimage-builder is released. This reverts commit 3d28fd56e8857efe47f39490dad8419c4ac0e5ea. Change-Id: Ie61e3ff22c98c9e2b50606fb96a52c52d37a1741 --- elements/haproxy-octavia/pre-install.d/05-rm-pydistutils | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 elements/haproxy-octavia/pre-install.d/05-rm-pydistutils diff --git a/elements/haproxy-octavia/pre-install.d/05-rm-pydistutils b/elements/haproxy-octavia/pre-install.d/05-rm-pydistutils deleted file mode 100755 index 6ce8d4634a..0000000000 --- a/elements/haproxy-octavia/pre-install.d/05-rm-pydistutils +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# Temporary fix until https://review.opendev.org/#/c/695823/ merges and -# is released. -echo "" > /root/.pydistutils.cfg