From aadbfdb29af224bd8c6310158748ae6551d742e4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 4 Apr 2014 08:58:39 -0400 Subject: [PATCH] Remove aliases for 'nodes' for now The aliases can be added when/if the time comes to distinguish types of nodes from one another --- confluent/pluginapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent/pluginapi.py b/confluent/pluginapi.py index 8175e741..4ff70cc6 100644 --- a/confluent/pluginapi.py +++ b/confluent/pluginapi.py @@ -229,7 +229,7 @@ def handle_path(path, operation, configmanager, inputdata=None): nodes=None, element=pathcomponents, configmanager=configmanager, inputdata=inputdata) - elif pathcomponents[0] in ('nodes', 'system', 'vm'): + elif pathcomponents[0] == 'nodes': #single node request of some sort try: node = pathcomponents[1]