Update patch

This commit is contained in:
James Slagle 2014-09-24 14:11:45 -04:00
parent 287c1e3ab3
commit 132bfcb88a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ instack-undercloud via source
git clone https://github.com/agroup/instack-undercloud
git clone https://git.openstack.org/openstack/tripleo-incubator
# Pull down a needed patch for x86_64 support since discovered nodes are registered as x86_64 in Ironic.
pushd tripleo-incubator && git fetch https://review.openstack.org/openstack/tripleo-incubator refs/changes/03/123803/1 && git cherry-pick FETCH_HEAD && popd
pushd tripleo-incubator && git fetch https://review.openstack.org/openstack/tripleo-incubator refs/changes/03/123803/2 && git cherry-pick FETCH_HEAD && popd
1. Complete the initial setup.

View File

@ -128,7 +128,7 @@ if [ ! -d $INSTACK_ROOT/tripleo-incubator ]; then
## create-nodes x86_64 support
#
# https://review.openstack.org/#/c/123803/
git fetch https://review.openstack.org/openstack/tripleo-incubator refs/changes/03/123803/1 && git cherry-pick FETCH_HEAD
git fetch https://review.openstack.org/openstack/tripleo-incubator refs/changes/03/123803/2 && git cherry-pick FETCH_HEAD
popd