nova/nova/conf
Keigo Noha 11e391c314 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
(cherry picked from commit 662af9fab6)
(cherry picked from commit 1f9dd694b9)
(cherry picked from commit ca2fd8098a)
(cherry picked from commit ed7767865f)
2021-01-18 02:06:25 +00:00
..
__init__.py z/VM Driver: Initial change set of z/VM driver 2018-07-16 11:35:10 +08:00
api.py Merge "Remove support for /os-fping REST API" 2018-06-06 21:00:58 +00:00
availability_zone.py Fix default_availability_zone docs 2017-05-31 14:24:07 +01:00
base.py Remove deprecated monkey_patch config options 2018-05-16 11:40:41 -04:00
cache.py conf: Make list->dict conversion more specific 2016-09-14 12:10:29 +00:00
cells.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
cinder.py Fix bug case by none token context 2018-01-24 20:53:50 -05:00
compute.py libvirt: Add workaround to cleanup instance dir when using rbd 2019-01-15 15:53:48 +00:00
conductor.py conf: Remove '[conductor] topic' opt 2018-03-12 13:26:08 +00:00
configdrive.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
console.py conf: remove *_topic config opts 2017-07-17 21:27:02 -07:00
consoleauth.py Convert websocketproxy to use db for token validation 2018-05-03 09:57:56 -04:00
database.py Add useful error log when _determine_version_cap raises DBNotAllowed 2019-08-30 13:41:35 +00:00
devices.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
ephemeral_storage.py Parse algorithm from cipher for ephemeral disk encryption 2017-04-26 11:19:43 -04:00
flavors.py Add deprecated_since parameter 2016-09-21 17:37:12 +01:00
glance.py Change default num_retries for glance to 3 2021-01-18 02:06:25 +00:00
guestfs.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
hyperv.py conf: hyperv: fix a comment typo 2018-01-05 15:30:35 +08:00
ironic.py nova.utils.get_ksa_adapter() 2017-10-09 08:24:40 -05:00
key_manager.py Add secret=true to fixed_key configuration parameter 2018-12-14 09:19:40 +00:00
keystone.py Use ksa adapter for keystone conf & requests 2017-11-30 22:33:01 +00:00
libvirt.py libvirt: Add workaround to cleanup instance dir when using rbd 2019-01-15 15:53:48 +00:00
mks.py Use URIOpt 2017-07-18 00:38:24 +00:00
netconf.py conf: Move additional nova-net opts to 'network' 2017-10-26 14:01:18 +00:00
network.py conf: Deprecate 'network_manager' 2018-06-22 15:04:48 +01:00
neutron.py Add config option for neutron client retries 2020-04-24 15:09:16 +00:00
notifications.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
novnc.py Conf options: updated flags for novnc 2016-08-01 15:00:07 -05:00
opts.py conf: Make list->dict conversion more specific 2016-09-14 12:10:29 +00:00
osapi_v21.py Remove config opts for extension black/white list 2017-04-06 08:47:06 +00:00
paths.py Make nova build reproducible 2018-03-09 13:12:39 +01:00
pci.py conf: Correct documentation for '[pci] passthrough_whitelist' 2018-06-28 16:09:18 +01:00
placement.py make incomplete_consumer_project_id a valid UUID 2018-07-09 19:15:46 +01:00
powervm.py Powervm configuration cleanup 2018-06-13 11:48:30 -05:00
quota.py Restrict CONF.quota.driver to DB and noop quota drivers 2018-06-01 15:44:52 +00:00
rdp.py Use URIOpt 2017-07-18 00:38:24 +00:00
remote_debug.py Use HostAddressOpt for opts that accept IP and hostnames 2017-04-03 16:40:36 +05:30
rpc.py compute: Use long_rpc_timeout in reserve_block_device_name 2019-12-02 20:15:46 +00:00
scheduler.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
serial_console.py Fix nova-serialproxy when registering cli options 2016-12-07 08:51:28 -05:00
service.py conf: Deprecate 'network_manager' 2018-06-22 15:04:48 +01:00
service_token.py Service token is not experimental 2017-11-21 17:36:32 +00:00
servicegroup.py Improve consistency in servicegroup opts 2016-07-28 13:43:51 -05:00
spice.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
upgrade_levels.py Deprecate upgrade_levels options for deprecated/removed services 2018-08-03 15:53:11 +00:00
utils.py Get auth from context for glance endpoint 2017-11-21 10:26:42 -06:00
vendordata.py Use a service account to make vendordata requests. 2017-01-26 13:39:46 +00:00
vmware.py conf: Deprecate 'keymap' options 2018-03-07 10:18:23 +00:00
vnc.py conf: Deprecate 'keymap' options 2018-03-07 10:18:23 +00:00
workarounds.py libvirt: Add workaround to cleanup instance dir when using rbd 2019-01-15 15:53:48 +00:00
wsgi.py conf: Resolve Sphinx errors 2018-07-02 14:00:12 +01:00
xenserver.py Merge "xenapi: drop deprecated vif_driver config option" 2018-06-26 16:14:54 +00:00
xvp.py flake8: Specify 'nova' as name of app 2017-03-16 13:48:51 -07:00
zvm.py z/VM Driver: Spawn and destroy function of z/VM driver 2018-07-16 11:35:11 +08:00