python-barbicanclient/barbicanclient
Colleen Murphy 4afb43ab01 Pass OSC interface through to barbican plugin
python-openstackclient uses OS_INTERFACE or --os-interface to select a
catalog endpoint to work with. The barbican CLI uses BARBICAN_INTERFACE
or --interface, which OSC won't pass through. This is a problem because
the it prevents the user from selecting a non-public endpoint when using
barbican via openstackclient rather than as a standalone CLI. This patch
updates the osc plugin to pass through the interface set by OSC to the
barbican client class.

Change-Id: I1e9890c9e87fb77b272f939bf33914df739aa5be
2018-01-16 17:18:42 +01:00
..
barbican_cli Add secret_type filter to CLI 2017-07-25 15:15:59 +08:00
tests Refactor barbicanclient 2017-06-20 10:59:08 +08:00
v1 Correct docs usage of keystoneauth1 session 2017-09-12 16:06:15 -05: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 Use generic auth plugin instead of specific version 2017-05-18 10:32:07 +08:00
base.py Enable F and H flake8 rules 2017-03-29 13:31:39 -04:00
client.py Correct docs usage of keystoneauth1 session 2017-09-12 16:06:15 -05: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