Remove deprecated name quota_rbac_entry

This deprecated name for quota_rbac_policy was
introduced before 2016, and as there is no usage
according to codesearch it can be safely removed.

TrivialFix

Change-Id: I5cc3392985ee595999a5030e6b9c80a4c3009187
This commit is contained in:
Brian Haley 2024-01-10 16:16:16 -05:00
parent 1348b92ae5
commit 712d000a7e
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ l3_quota_opts = [
# rbac_quota_opts from neutron/extensions/rbac.py
rbac_quota_opts = [
cfg.IntOpt('quota_rbac_policy', default=DEFAULT_QUOTA_RBAC,
deprecated_name='quota_rbac_entry',
help=_('Default number of RBAC entries allowed per tenant. '
'A negative value means unlimited.'))
]