Work around cfn API bug in HEAT w/ specific boto
See https://bugs.launchpad.net/heat/+bug/1122472 for information on the specific problem in heat. This can be removed when that bug is resolved. Change-Id: I76a7a42dea9472c54f03593c8c67856aa23f2c73
This commit is contained in:
parent
1ee3a01447
commit
80b9b45e31
@ -18,3 +18,7 @@ git checkout master
|
||||
|
||||
mkdir -p $CFN_TOOLS_ROOT
|
||||
ln -sf $JEOS_ROOT/heat_jeos/cfntools/* $CFN_TOOLS_ROOT
|
||||
|
||||
# Boto in Ubuntu 12.10 is too old. Newer boto's aren't
|
||||
# supported by heat-api-cfn. Bug ref: http://pad.lv/1122472
|
||||
pip install 'boto==2.5.2'
|
||||
|
Loading…
Reference in New Issue
Block a user