From d324530532d5361e85e784c3df2f0d40a128b149 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 23 Jun 2016 15:39:48 -0500 Subject: osc-lib: api.auth Move auth plugin checking to osc-lib. Change-Id: I673d9c2d6e8bbf724c3000459a729e831d747814 --- examples/object_api.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/object_api.py') diff --git a/examples/object_api.py b/examples/object_api.py index 11b62da7..577fc052 100755 --- a/examples/object_api.py +++ b/examples/object_api.py @@ -25,13 +25,11 @@ import logging import sys import common - +from os_client_config import config as cloud_config from openstackclient.api import object_store_v1 as object_store from openstackclient.identity import client as identity_client -from os_client_config import config as cloud_config - LOG = logging.getLogger('') -- cgit v1.2.1