Fix the error package name in comment

Change-Id: I123dd422f44e9bd4f7a75f78e1f0e985b47caabd
This commit is contained in:
wanghui 2018-10-30 18:58:00 +08:00
parent 5490d4cbce
commit 1370c54b66
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ _ADAPTER_VERSION_OPTS = ('version', 'min_version', 'max_version')
def get_ksa_adapter_opts(default_service_type, deprecated_opts=None):
"""Get auth, Session, and Adapter conf options from keystonauth1.loading.
"""Get auth, Session, and Adapter conf options from keystoneauth1.loading.
:param default_service_type: Default for the service_type conf option on
the Adapter.