From f38fdd29dc0eaf408e1f730648814ec60723efe8 Mon Sep 17 00:00:00 2001 From: Jay Lau Date: Mon, 22 Dec 2014 22:19:15 -0500 Subject: [PATCH] Update parmater name for _show_pod Change-Id: I6306f3950977214e9978add6c94cf6738d296419 --- magnumclient/api/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magnumclient/api/shell.py b/magnumclient/api/shell.py index c84884e5..73e43d30 100644 --- a/magnumclient/api/shell.py +++ b/magnumclient/api/shell.py @@ -42,8 +42,8 @@ def _show_node(node): utils.print_dict(node._info) -def _show_pod(node): - utils.print_dict(node._info) +def _show_pod(pod): + utils.print_dict(pod._info) def do_bay_list(cs, args):