Remove keystoneclient deprecation

Change-Id: Iba059713a345b528c947ab19f21352c9e7a27c3d
This commit is contained in:
Mehdi Abaakouk 2017-06-04 22:47:38 +02:00
parent 132de83ed3
commit 804d5808d3

View File

@ -18,7 +18,7 @@ import os
from keystoneauth1 import exceptions as ka_exception
from keystoneauth1.identity.generic import password
from keystoneauth1 import loading as ka_loading
from keystoneclient import session
from keystoneauth1 import session
from keystoneclient.v3 import client as ks_client_v3
from oslo_config import cfg