Skip to content

Commit 3eac154

Browse files
authored
Merge pull request #533 from tonytan4ever/fixing-xenial-gate
Fixing aria/flask dependency break
2 parents c590fff + 29f039d commit 3eac154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/aio-create.sh

+2
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ pushd /opt/openstack-ansible
198198

199199
elif [ "${RE_JOB_SCENARIO}" == "pike" ]; then
200200
git checkout "stable/pike" # Branch checkout of Pike (Current Stable)
201+
# Pin flask so it stops breaking xenial and other versions
202+
echo "Flask==0.12.2" >> /opt/openstack-ansible/global-requirement-pins.txt
201203
enable_ironic
202204

203205
else

0 commit comments

Comments
 (0)