mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 16:44:22 -07:00
Fix typo in nova_keypair import of exceptions from novaclient
Fixes #7640
This commit is contained in:
parent
4c5a765986
commit
26aaa7bcdd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from novaclient.v1_1 import client as nova_client
|
from novaclient.v1_1 import client as nova_client
|
||||||
from novaclient import exceptions
|
from novaclient import exceptions as exc
|
||||||
import time
|
import time
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("failed=True msg='novaclient is required for this module to work'")
|
print("failed=True msg='novaclient is required for this module to work'")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue