python-novaclient/novaclient
Radomir Dopieralski 5ee44275f6 When creating a client, pass the default logger
When a client is created without a logger, novaclient creates a
default logger, but it's then not used, because it's not passed
to the factory function. Because of that, all novaclient calls
are getting logged as 'keystoneauth.session' instead of
'novaclient.v2.client' as they should.

Closes-bug: 1921388
Change-Id: I53caceb08667eb12e27016731868e8015dd10e34
(cherry picked from commit d4399d3d36)
2021-08-14 18:23:49 +00:00
..
tests Add support for microversion v2.88 2021-03-02 12:14:12 +00:00
v2 When creating a client, pass the default logger 2021-08-14 18:23:49 +00:00
__init__.py Add support for microversion v2.88 2021-03-02 12:14:12 +00:00
api_versions.py Update hacking version 2019-01-04 14:46:07 +08:00
base.py Remove six 2020-02-21 09:48:38 +00:00
client.py use stevedore to load extensions 2020-07-08 08:53:07 -04:00
crypto.py Remove six 2020-02-21 09:48:38 +00:00
exceptions.py Remove deprecated methods and properties 2019-07-04 04:06:42 +00:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Fix undesirable raw Python error 2021-01-04 13:49:20 +09:00
utils.py Remove six 2020-02-21 09:48:38 +00:00