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 <kn...@redhat.com> 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 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1888168 Title: Change default num_retries for glance to 3 Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) queens series: New Status in OpenStack Compute (nova) rocky series: New Status in OpenStack Compute (nova) stein series: New Status in OpenStack Compute (nova) train series: New Status in OpenStack Compute (nova) ussuri series: New Bug description: Currently, nova has a parameter to set the retry count for glance, num_retries. The default value of the option is 0. It means that the request is sent only once. On the other hand, other component's clients, cinder, neutron change its default value to 3. https://review.opendev.org/#/c/712226/ https://review.opendev.org/#/c/736026/ For glance, we should align the default value to 3. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1888168/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp