From 63d00b47914a2d0eb5305a6ca0740f41bb3796ad Mon Sep 17 00:00:00 2001 From: lidong Date: Wed, 5 Apr 2017 23:20:10 -0700 Subject: [PATCH] Fix a typo Change-Id: I70ee8b08fac10f962a9491a59d91a1345c658f29 --- octane/util/nova.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octane/util/nova.py b/octane/util/nova.py index 38b9761a..a6b5ccd3 100644 --- a/octane/util/nova.py +++ b/octane/util/nova.py @@ -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