From 70849347e5cef1efe61d11eb7185d3bafd6288e9 Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Sun, 29 Jan 2017 13:22:24 -0500 Subject: Fixing docs. Added bugzilla to doc. --- roles/lib_openshift/library/oadm_manage_node.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'roles/lib_openshift/library') diff --git a/roles/lib_openshift/library/oadm_manage_node.py b/roles/lib_openshift/library/oadm_manage_node.py index 1d2b70885..64288f70d 100644 --- a/roles/lib_openshift/library/oadm_manage_node.py +++ b/roles/lib_openshift/library/oadm_manage_node.py @@ -75,7 +75,7 @@ options: description: - The selector when filtering on node labels required: false - default: str + default: None aliases: [] pod_selector: description: @@ -1248,7 +1248,7 @@ class ManageNode(OpenShiftCLI): def __init__(self, config, verbose=False): - ''' Constructor for OCVolume ''' + ''' Constructor for ManageNode ''' super(ManageNode, self).__init__(None, config.kubeconfig) self.config = config @@ -1315,6 +1315,7 @@ class ManageNode(OpenShiftCLI): # 3.3 specific else: # this is gross but I filed a bug... + # https://bugzilla.redhat.com/show_bug.cgi?id=1381621 # build our own json from the output. all_pods = json.loads(results['results'])['items'] -- cgit v1.2.3