Remove temp fix for new oslo.versionedobjects

As new oslo.versionedobjects 1.0.0 release, we not need
this work-around now. So remove it.

Closes-Bug: #1518147
Change-Id: I7cba6de5ebbb655647a4c833d04c4930c9cd1fbc
This commit is contained in:
Kai Qiang Wu 2015-11-25 23:25:17 -06:00
parent cb5c74e285
commit 5453e22702
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ if is_service_enabled m-api m-cond; then
if [[ "$1" == "stack" && "$2" == "pre-install" ]]; then
echo_summary "Before Installing magnum"
mkdir -p $SCREEN_LOGDIR
# TODO: Temp fix for jenkins failure, remove it if newer oslo.versionedobjects release is ok
if [[ -n `grep 'oslo.versionedobjects' ${REQUIREMENTS_DIR}/upper-constraints.txt` ]]; then
sed -i 's/oslo.versionedobjects===.*/oslo.versionedobjects===0.12.0/g' ${REQUIREMENTS_DIR}/upper-constraints.txt
fi
elif [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing magnum"
install_magnum