Update install to use newer ipmi retry fix
Updated the url for the ipmi retry patch to represent a newer version of the patch which does contain one fix from the previous version, as well as unit tests.
This commit is contained in:
parent
0f22d3515f
commit
6171e6ff05
@ -48,7 +48,7 @@
|
||||
command: git pull --ff-only chdir=/opt/stack/ironic/
|
||||
# TODO: Remove this once it has landed.
|
||||
- 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
|
||||
shell: git fetch https://review.openstack.org/openstack/ironic refs/changes/20/168120/2 && 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
|
||||
|
Loading…
Reference in New Issue
Block a user