From afa79f5440d887cb5751a9b4b7fe8e86bc50c3c4 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Tue, 4 Mar 2014 18:46:42 -0500 Subject: [PATCH] bug 5959: https://github.com/ansible/ansible/issues/5959 --- cloud/nova_keypair | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/nova_keypair b/cloud/nova_keypair index 19d3fa49b95..18674a1220a 100644 --- a/cloud/nova_keypair +++ b/cloud/nova_keypair @@ -18,7 +18,7 @@ # along with this software. If not, see . try: - from novaclient.v1_1 import client + from novaclient.v1_1 import client as nova_client from novaclient import exceptions import time except ImportError: