diff --git a/library/cloud/nova_keypair b/library/cloud/nova_keypair index 19d3fa49b95..18674a1220a 100644 --- a/library/cloud/nova_keypair +++ b/library/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: