diff --git a/fuelclient/client.py b/fuelclient/client.py index cc1e176..b32defb 100644 --- a/fuelclient/client.py +++ b/fuelclient/client.py @@ -19,7 +19,7 @@ import requests import yaml -from keystoneclient import client as auth_client +from keystoneclient.v2_0 import client as auth_client from fuelclient.cli.error import exceptions_decorator from fuelclient.logs import NullHandler