Remove argparse workaround (ostf)

Change-Id: Ia0b7972abacbd33bcc1a123862adc8c1fddf6042
Closes-Bug: #1524714
This commit is contained in:
Dmitry Teselkin 2015-12-15 14:50:15 +03:00
parent 7702258023
commit c3e8d3e86a
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ 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 \