Fix a typo

Change-Id: I70ee8b08fac10f962a9491a59d91a1345c658f29
This commit is contained in:
lidong 2017-04-05 23:20:10 -07:00
parent ed1b08b6f4
commit 63d00b4791
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def run_nova_cmd(cmd, node, output=True):
def nova_stdout_parser(cmd_stdout):
"""Parse nova cmd stdout
Return list of dicts ther keys are the header of the cmd out table.
Return list of dicts their keys are the header of the cmd out table.
"""
results = []
headers = None