mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct typo of 'quantun' in error message.
This commit is contained in:
parent
1c4fa2c45e
commit
84f6192c34
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ try:
|
||||||
from quantumclient.quantum import client
|
from quantumclient.quantum import client
|
||||||
from keystoneclient.v2_0 import client as ksclient
|
from keystoneclient.v2_0 import client as ksclient
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("failed=True msg='quantunclient and keystone client are required'")
|
print("failed=True msg='quantumclient and keystone client are required'")
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue