summaryrefslogtreecommitdiff
path: root/barbicanclient/tests
diff options
context:
space:
mode:
authorDouglas Mendizábal <douglas@redrobot.io>2016-05-20 15:27:00 -0500
committerClenimar Filemon <clenimar@lsd.ufcg.edu.br>2016-10-18 18:48:13 +0000
commit274b91a72306aefce4c0001db676de86dc48b52b (patch)
tree4dbbf807e07f4aedac62789ec9a565f98290f9b7 /barbicanclient/tests
parent56e892533c45bc877034a63a38d087258eae972d (diff)
downloadpython-barbicanclient-274b91a72306aefce4c0001db676de86dc48b52b.tar.gz
Use keystoneauth
Keystoneauth was extracted from keystoneclient. This CR replaces usage of keystoneclient in favor of keystoneauth. Co-Authored-By: Clenimar Filemon <clenimar@lsd.ufcg.edu.br> Change-Id: I4262bed1e595d58f31fe80c85e3692e4ca2840fa
Diffstat (limited to 'barbicanclient/tests')
-rw-r--r--barbicanclient/tests/test_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/barbicanclient/tests/test_client.py b/barbicanclient/tests/test_client.py
index bb3b44c..18d3db0 100644
--- a/barbicanclient/tests/test_client.py
+++ b/barbicanclient/tests/test_client.py
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from keystoneclient import session
+from keystoneauth1 import session
import mock
from requests_mock.contrib import fixture
import testtools