Correct typo of 'quantun' in error message.
This commit is contained in:
parent
2bb25cac74
commit
63c105beb1
1 changed files with 1 additions and 1 deletions
|
@ -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 = '''
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue