Skip to content

Commit

Permalink
Merge pull request #140 from tannoa2/centosinstall
Browse files Browse the repository at this point in the history
Fix a timeout issue with the centOS install graph
  • Loading branch information
Brian Parry committed Jul 13, 2016
2 parents 32568be + 897276a commit 1594106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphs/install-centos-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
label: 'rackhd-callback-uri-wait',
taskName: 'Task.Wait.Completion.Uri',
waitOn: {
'install-os': 'succeeded'
'reboot': 'succeeded'
}
},
{
Expand Down

0 comments on commit 1594106

Please sign in to comment.