diff --git a/README-source.md b/README-source.md index bdb3a4cfd..3ad92ca3b 100644 --- a/README-source.md +++ b/README-source.md @@ -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. diff --git a/scripts/instack-install-undercloud-source b/scripts/instack-install-undercloud-source index e9ba6df86..64821e263 100755 --- a/scripts/instack-install-undercloud-source +++ b/scripts/instack-install-undercloud-source @@ -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