mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
Merge pull request #3510 from echohead/quantum-typo
Correct typo in error message.
This commit is contained in:
@@ -20,7 +20,7 @@ try:
|
||||
from quantumclient.quantum import client
|
||||
from keystoneclient.v2_0 import client as ksclient
|
||||
except ImportError:
|
||||
print("failed=True msg='quantunclient and keystone client are required'")
|
||||
print("failed=True msg='quantumclient and keystone client are required'")
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user