cliff 1.4.5 workaround

cliff 1.4.5 doesn't work with stable/grizzly python toolchain, to
short circuit this, force installing a compatible cliff before we
kick off the whole process, that will at least let us limp along
until we can get a better resolution.

Change-Id: If3a2602031943a0710882f5e1e37ef9e0bc4392e
This commit is contained in:
Sean Dague 2013-09-24 08:12:19 -04:00
parent 86d0d0a80f
commit 5dab0847a4

View File

@ -63,3 +63,7 @@ if [[ -r $GRENADE_DIR/devstack.localrc ]]; then
echo "#vvvvvvvvvv devstack.localrc vvvvvvvvvv" >>$BASE_DEVSTACK_DIR/localrc
cat $GRENADE_DIR/devstack.localrc >>$BASE_DEVSTACK_DIR/localrc
fi
# NOTE(sdague): remove as soon as we can get cliff to work with older python
# toolchains for setuputils
pip_install 'cliff>=1.4.3,<1.4.5'