summaryrefslogtreecommitdiff
path: root/examples/object_api.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2016-06-23 15:39:48 -0500
committerDean Troyer <dtroyer@gmail.com>2016-06-30 08:57:59 -0500
commitd324530532d5361e85e784c3df2f0d40a128b149 (patch)
tree3b1d1f1ddbce67c656daf5077b6f4b1b6b5d2c9d /examples/object_api.py
parentb7909252a586d84042bf2dfec82000b2ded6101e (diff)
downloadpython-openstackclient-d324530532d5361e85e784c3df2f0d40a128b149.tar.gz
osc-lib: api.auth
Move auth plugin checking to osc-lib. Change-Id: I673d9c2d6e8bbf724c3000459a729e831d747814
Diffstat (limited to 'examples/object_api.py')
-rwxr-xr-xexamples/object_api.py4
1 files changed, 1 insertions, 3 deletions
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('')