python-barbicanclient/barbicanclient
Masayoshi Mizuma 99eee7a983 Fix the import warning of secrets
openstack command gets the following warning:

  /usr/lib/python3.6/site-packages/barbicanclient/__init__.py:61: UserWarning:
  The secrets module is moved to barbicanclient/v1 directory, direct import of
  barbicanclient.secrets will be deprecated. Please import barbicanclient.v1.secrets
  instead.

To fix that, import secrets from barbicanclient.v1 as the warning indicates.

Change-Id: Ib6548cfe30ce407f349cdeebec9a67e22a31bc74
(cherry picked from commit 03c59e832f)
2022-11-29 00:41:16 +00:00
..
barbican_cli Fix the import warning of secrets 2022-11-29 00:41:16 +00:00
tests Fix unit test failue with cliff>=3.5.0 2022-05-18 20:00:55 +00:00
v1 Update hacking for Python3 2020-06-09 15:34:39 +02:00
__init__.py Workaround for importing objects from old path 2017-07-29 09:53:02 +08:00
_i18n.py Update the documentation link for doc migration 2017-07-21 16:22:19 +08:00
barbican.py Update hacking for Python3 2020-06-09 15:34:39 +02:00
base.py Allow fetching by UUID, and respect interface 2018-09-11 17:08:36 -06:00
client.py Update hacking for Python3 2020-06-09 15:34:39 +02:00
exceptions.py Refactor barbicanclient 2017-06-20 10:59:08 +08:00
formatter.py Add to_dict method to EntityFormatter. 2015-10-09 11:29:03 -04:00
osc_plugin.py Pass OSC interface through to barbican plugin 2018-01-16 17:18:42 +01:00
version.py Set client module __version__ 2017-03-25 06:11:52 +00:00