Message ID | 20170728135625.30263-12-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ts-openstack-deploy b/ts-openstack-deploy index f677513..befe3d3 100755 --- a/ts-openstack-deploy +++ b/ts-openstack-deploy @@ -137,6 +137,15 @@ END <<END, "/etc/default/rabbitmq-server"); ulimit -n 65536 END + + # Apply https://review.openstack.org/449695/ to tempest to workaround an + # issue. Check comments for more information + target_cmd($ho, <<END, 120); +set -e +cd $builddir/tempest +git fetch origin refs/changes/95/449695/1 +git cherry-pick FETCH_HEAD +END } sub deploy() {