Change Ironic patch for ipmi retry operations

Changed out the patch that Bifrost retreives for installation as the
patch that was present landed in Ironic today.  The new patch is to
address ipmi retries on busy BMCs where multiple nodes share the same
BMC address.
This commit is contained in:
Julia Kreger 2015-03-26 16:21:43 -04:00
parent 79d03f67cd
commit 21dd36b834
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
- name: "Ironic - resyncing to current master branch"
command: git pull --ff-only chdir=/opt/stack/ironic/
# TODO: Remove this once it has landed.
- name: "Ironic - Temporary - Retrieve 166903"
shell: git fetch https://jkreger@review.openstack.org/openstack/ironic refs/changes/03/166903/4 && git checkout FETCH_HEAD chdir=/opt/stack/ironic
- name: "Ironic - Temporary - Retrieve 168120 - IPMI Retry logic"
shell: git fetch https://jkreger@review.openstack.org/openstack/ironic refs/changes/20/168120/1 && git checkout FETCH_HEAD chdir=/opt/stack/ironic
- name: "Ironic Client - Install from source if configured to do so."
include: shade_source_install.yml
when: skip_install is not defined and ironicclient_source_install is defined and ironicclient_source_install == true