From 299cadd5347a550a15524e385154593f969db4c9 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 22 Dec 2015 22:19:43 +0000 Subject: [PATCH] Revert "Remove argparse workaround (ostf)" This reverts commit c3e8d3e86a61d87a3431b6323b1c792216cbc599. Change-Id: I7c2f9caa8b3d50023a1da8dcbe37bce94ed39e77 Related-Bug: #1528450 --- docker/ostf/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/ostf/setup.sh b/docker/ostf/setup.sh index cefa8c4d3..ebc19c53b 100644 --- a/docker/ostf/setup.sh +++ b/docker/ostf/setup.sh @@ -34,6 +34,8 @@ packages="python-fuelclient postgresql-libs python-editor python-unicodecsv " packages+="python-saharaclient python-muranoclient python-cliff" echo $packages | xargs -n1 yum install -y +sed -i 's/^\(argparse.*\)/#\1/' /usr/lib/python2.7/site-packages/*egg-info/requires.txt + systemctl daemon-reload puppet apply --debug --verbose --color false --detailed-exitcodes \