Merge "Spelling Fix"

This commit is contained in:
Zuul 2020-09-14 13:36:33 +00:00 committed by Gerrit Code Review
commit 569061cf30
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from oslo_config import cfg
from keystone.conf import utils
debug_middlware = cfg.BoolOpt(
debug_middleware = cfg.BoolOpt(
'debug_middleware',
default=False,
help=utils.fmt("""
@ -38,7 +38,7 @@ SENSITIVE/PRIVILEGED DATA.
GROUP_NAME = __name__.split('.')[-1]
ALL_OPTS = [
debug_middlware,
debug_middleware,
]