Spelling Fix

This Patch fixes the 'middleware' spelling.

Change-Id: I6659ca49db86e5c20ecf80e4c4fff93328616eb6
This commit is contained in:
Vishakha Agarwal 2020-08-06 19:49:34 +05:30
parent 4ef7a2379a
commit f6df4e3243
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,
]