Comment 1 for bug 1832509

Revision history for this message
John Fulton (jfulton-org) wrote :

Anton,

The Swift URLs which are generated by the workflow expire and that's why you got 401 unauthorized.

As per the tail of the URL temp_url_expires=1560282811, which when converted from epoch time to human time in GMT at that moment is Tuesday, June 11, 2019 19:53:31. We can see your failed task occurred at Tuesday 11 June 2019 22:44:07 +0100.

New URLs are generated when `openstack overcloud external-upgrade run` is executed and more details are in:

 https://github.com/openstack/tripleo-common/commit/d1619ed9eac7ebbf8d8efae1476e1981d0a980e4

The URLs should be good for 1 hour:

 https://github.com/openstack/tripleo-common/blob/master/workbooks/deployment.yaml#L633

So it must have taken >1 hour to get to this state. We should probably increase the timeout.