Fix gate issue with DIB

This patch adds a diskimage-builder(DIB) pre-install script that works
around an issue with pip and pydistutils.cfg files[1].

This is a temporary fix until DIB can merge and release the full fix.

[1] https://review.opendev.org/#/c/695823/

Change-Id: I25ed1a60c115e24763176af5f96633ba6d140d95
This commit is contained in:
Michael Johnson 2019-11-25 09:10:26 -08:00
parent cf1703beb8
commit 3d28fd56e8
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Temporary fix until https://review.opendev.org/#/c/695823/ merges and
# is released.
echo "" > /root/.pydistutils.cfg