From e0d290555ee7a50c74058ce87a54f0dacf62234f Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Mon, 18 Mar 2019 10:37:54 -0500 Subject: [PATCH] Update git submodules * Update keystoneauth from branch 'master' - Factor Adapter conf-processing logic into a helper Subclasses of keystoneauth1.adapter.Adapter, such as openstacksdk's openstack.proxy.Proxy [1], would like to be able to obtain configuration from oslo_config conf options. This commit splits the conf processing logic out of keystoneauth1.loading.adapter.Adapter.load_from_conf_options (aka keystoneauth1.loading.load_adapter_from_conf_options) into a helper method, keystoneauth1.loading.adapter.process_conf_options. This is a straight refactor, so no test changes are necessary. [1] https://github.com/openstack/openstacksdk/blob/16f2dbe3b08d6feb1438a59f6b0a82e46ea00fe3/openstack/proxy.py#L113 Change-Id: I250c431ccf3883901f7dce151bc5011ac305f829 --- keystoneauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystoneauth b/keystoneauth index bde07bc95b..f83f3fb750 160000 --- a/keystoneauth +++ b/keystoneauth @@ -1 +1 @@ -Subproject commit bde07bc95b5b5d16b829f72be7aaa62fab9d716a +Subproject commit f83f3fb750839158c0f27224d5b7db970e7b6e24