tests: Fix keystoneclient import
Related-Change: I86bcd7a2373cf1e7213cb716888307306b7bb50d Change-Id: I0056bfc78f9c89b1c458943ee446499d21667fac
This commit is contained in:
@@ -20,7 +20,7 @@ import uuid
|
||||
from random import shuffle
|
||||
|
||||
try:
|
||||
from keystoneclient.v3 import ksc
|
||||
from keystoneclient.v3 import client as ksc
|
||||
except ImportError:
|
||||
ksc = None
|
||||
from swiftclient import get_auth, http_connection
|
||||
|
||||
Reference in New Issue
Block a user