Add patches for vxlan support

This commit is contained in:
James Slagle 2014-08-05 17:57:54 -04:00
parent 0d444aef1d
commit 2b02cad400

@ -30,6 +30,9 @@ if [ ! -d $INSTACK_ROOT/tripleo-image-elements/elements ]; then
# https://review.openstack.org/#/c/106562/
git fetch https://review.openstack.org/openstack/tripleo-image-elements refs/changes/62/106562/1 && git cherry-pick FETCH_HEAD
## ml2_conf.ini
git fetch https://slagle@review.openstack.org/openstack/tripleo-image-elements refs/changes/13/92913/4 && git cherry-pick FETCH_HEAD
popd
fi
@ -96,8 +99,12 @@ if [ ! -d $INSTACK_ROOT/tripleo-heat-templates ]; then
if [ "$LKG" = "1" ]; then
git fetch origin $DIB_REPOREF_tripleo_heat_templates
git reset --hard FETCH_HEAD
fi
## vxlan
git fetch https://slagle@review.openstack.org/openstack/tripleo-heat-templates refs/changes/68/111868/2 && git cherry-pick FETCH_HEAD
popd
fi