Revert "Remove argparse workaround (ostf)"

This reverts commit c3e8d3e86a.

Change-Id: I7c2f9caa8b3d50023a1da8dcbe37bce94ed39e77
Related-Bug: #1528450
This commit is contained in:
Alex Schultz 2015-12-22 22:19:43 +00:00
parent c3e8d3e86a
commit 299cadd534
1 changed files with 2 additions and 0 deletions

View File

@ -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 \