summaryrefslogtreecommitdiff
path: root/ironic/conf/glance.py
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2020-01-03 16:13:53 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2020-01-03 16:20:43 +0800
commite171bc258f36d308bfd37596af0baaf73775dab4 (patch)
tree615c6fc690c25dead1a498a000d65aaca03bf122 /ironic/conf/glance.py
parent2a43e371f17e78ea749bb0d17c98df24652aeb0c (diff)
downloadironic-e171bc258f36d308bfd37596af0baaf73775dab4.tar.gz
Remove the deprecated [glance]glance_num_retries
The configuration option was deprecated and removed. Change-Id: I0287eae5e4d533f89e232e327c164a018ef86c84
Diffstat (limited to 'ironic/conf/glance.py')
-rw-r--r--ironic/conf/glance.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ironic/conf/glance.py b/ironic/conf/glance.py
index a96f38a63..c83fa92e1 100644
--- a/ironic/conf/glance.py
+++ b/ironic/conf/glance.py
@@ -108,8 +108,6 @@ opts = [
'multiple containers to store images, and this value '
'will determine how many containers are created.')),
cfg.IntOpt('num_retries',
- # TODO(dtantsur): remove in U
- deprecated_name='glance_num_retries',
default=0,
help=_('Number of retries when downloading an image from '
'glance.')),