]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorAlistair Coles <alistairncoles@gmail.com>
Tue, 16 Dec 2025 14:22:10 +0000 (08:22 -0600)
committerGerrit Code Review <review@openstack.org>
Tue, 16 Dec 2025 14:22:10 +0000 (14:22 +0000)
commit5a2cfed7cefd90aa235174c80f2ddacd1616a8d1
tree271ac7eef0e4ed979e02e2998e29d989a67d3687
parent81501f568fb9aca2e25a866fa8b1c75bec3db6e2
Update git submodules

* Update swift from branch 'master'
  to 1698fc32489572787af45cab2bb9b8774ab1fb90
  - OldestAsyncPendingTracker accepts Timestamp.internal

    The OldestAsyncPendingTracker.add_update() method is passed a
    timestamp string which is derived from the name of the async_pending
    file. This string may take the internal form of a Timestamp which
    cannot be directly cast to a float; the string should be cast to a
    Timestamp instance and then cast to a float.

    Change-Id: Ibe48a9193cd0a062cbf629f2ff0d950881380f48
Signed-off-by: Alistair Coles <alistairncoles@gmail.com>
swift