Merge "Fix argparse issue for RHEL 6.5."

This commit is contained in:
Jenkins 2014-07-16 19:20:43 +00:00 committed by Gerrit Code Review
commit c304a06112
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ else
/opt/stack/venvs/os-apply-config/bin/pip install -U 'setuptools>=1.0'
# bug #1293812 : Avoid easy_install triggering on pbr.
/opt/stack/venvs/os-apply-config/bin/pip install -U 'pbr>=0.6,<1.0'
/opt/stack/venvs/os-apply-config/bin/pip install -U 'argparse'
/opt/stack/venvs/os-apply-config/bin/pip install --pre -U os-apply-config
fi

View File

@ -22,6 +22,7 @@ else
/opt/stack/venvs/os-refresh-config/bin/pip install -U 'setuptools>=1.0'
# bug #1293812 : Avoid easy_install triggering on pbr.
/opt/stack/venvs/os-refresh-config/bin/pip install -U 'pbr>=0.5.21,<1.0'
/opt/stack/venvs/os-refresh-config/bin/pip install -U 'argparse'
/opt/stack/venvs/os-refresh-config/bin/pip install --pre -U os-refresh-config
fi