Files
keystoneauth/keystoneauth1/loading/_utils.py
Jamie Lennox 2962d9d871 Lazy import oslo_config as required
Openstackclient is taking the hit for importing oslo.config (which is
significant) just because we are doing an opportunistic load at import
time.

Change the opportunistic load to also happen at runtime to remove this
import. This has no user facing effect.

Change-Id: I3983a19fbe82cb1d360b5b5aec75b2697efa232d
2016-04-26 08:43:29 +10:00

1.4 KiB