Commit 26aaa7bc by James Cammarata

Fix typo in nova_keypair import of exceptions from novaclient

Fixes #7640
parent 4c5a7659
......@@ -19,7 +19,7 @@
try:
from novaclient.v1_1 import client as nova_client
from novaclient import exceptions
from novaclient import exceptions as exc
import time
except ImportError:
print("failed=True msg='novaclient is required for this module to work'")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment