Commit 80bbd6a0 by Michael DeHaan

Merge pull request #3510 from echohead/quantum-typo

Correct typo in error message.
parents fba1f7ef 84f6192c
......@@ -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 = '''
---
......
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