Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove warning about deprecated import #160

Closed

Conversation

AlvaroVega
Copy link
Member

Avoid this kind of warnings:

020-09-23 11:02:21.111 38 WARNING keystone.common.manager [-] Deprecated: Direct import of driver 'keystone_spassword.contrib.spassword.backends.sql.SPassword' is deprecated as of Liberty in favor of its entrypoint from 'keystone.contrib.spassword' and may be removed in N.: NoMatches: No 'keystone.contrib.spassword' driver found, looking for 'keystone_spassword.contrib.spassword.backends.sql.SPassword'
2020-09-23 11:02:21.122 38 WARNING stevedore.named [-] Could not load keystone_spassword.contrib.spassword.SPassword
2020-09-23 11:02:21.123 38 WARNING keystone.auth.core [-] Deprecated: Direct import of driver 'keystone_spassword.contrib.spassword.SPassword' is deprecated as of Liberty in favor of its entrypoint from 'keystone.auth.password' and may be removed in N.: NoMatches: No 'keystone.auth.password' driver found, looking for 'keystone_spassword.contrib.spassword.SPassword'
2020-09-23 12:51:13.043 33 WARNING keystone.access_rules_config.backends.json [-] No config file found for access rules, application credential access rules will be unavailable.: IOError: [Errno 2] No such file or directory: '/etc/keystone/access_rules.json'
2020-09-23 12:51:13.276 33 WARNING stevedore.named [-] Could not load keystone_spassword.contrib.spassword.backends.sql.Identity
2020-09-23 12:51:13.380 33 WARNING keystone.common.manager [-] Deprecated: Direct import of driver 'keystone_spassword.contrib.spassword.backends.sql.Identity' is deprecated as of Liberty in favor of its entrypoint from 'keystone.identity' and may be removed in N.: NoMatches: No 'keystone.identity' driver found, looking for 'keystone_spassword.contrib.spassword.backends.sql.Identity'
2020-09-23 12:51:13.534 33 WARNING stevedore.named [-] Could not load keystone_spassword.contrib.spassword.backends.sql.SPassword
2020-09-23 12:51:13.535 33 WARNING keystone.common.manager [-] Deprecated: Direct import of driver 'keystone_spassword.contrib.spassword.backends.sql.SPassword' is deprecated as of Liberty in favor of its entrypoint from 'keystone.contrib.spassword' and may be removed in N.: NoMatches: No 'keystone.contrib.spassword' driver found, looking for 'keystone_spassword.contrib.spassword.backends.sql.SPassword'

@AlvaroVega AlvaroVega closed this Sep 23, 2020
@fgalan fgalan deleted the task/disable_warnings_about_deprecated_import branch September 23, 2020 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant