Fix comment of auth_config_hook

Change-Id: I86ded6871026f32e395e9fa15bf55e0367e7ced6
This commit is contained in:
suheoon 2023-08-19 17:48:05 +09:00
parent 2f5167f475
commit d889faa0cd
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class OSC_Config(config.OpenStackConfig):
def auth_config_hook(self, config): def auth_config_hook(self, config):
"""Allow examination of config values before loading auth plugin """Allow examination of config values before loading auth plugin
OpenStackClient will override this to perform additional chacks OpenStackClient will override this to perform additional checks
on auth_type. on auth_type.
""" """