Comment 3 for bug 1888168

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/740389
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=662af9fab6eacb46bcaee38d076d33c2c0f82b9b
Submitter: Zuul
Branch: master

commit 662af9fab6eacb46bcaee38d076d33c2c0f82b9b
Author: Keigo Noha <email address hidden>
Date: Fri Jul 10 10:32:02 2020 +0900

    Change default num_retries for glance to 3

    Previously, the default value of num_retries for glance is 0.
    It means that the request to glance is sent only one time.
    On the other hand, neutron and cinder clients set the default
    value to 3.
    To align the default value for retry to other components, we
    should change the default value to 3.

    Closes-Bug: #1888168
    Change-Id: Ibbd4bd26408328b9e1a1128b3794721405631193