]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
ts-openstack-deploy: Apply a Tempest patch
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 6 Jun 2017 14:38:04 +0000 (15:38 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 26 Jul 2017 10:10:22 +0000 (11:10 +0100)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-openstack-deploy

index f677513d8d2cd70d38f65205584a48c41662b6c4..befe3d3dfa2361517ce81ebfd35e24a3bc1fb6c0 100755 (executable)
@@ -136,6 +136,15 @@ END
     target_putfilecontents_root_stash($ho, 100,
         <<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
 }