2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Remove aliases for 'nodes' for now

The aliases can be added when/if the time comes to distinguish types of nodes from one another
This commit is contained in:
Jarrod Johnson 2014-04-04 08:58:39 -04:00
parent 3ec6db4fe9
commit aadbfdb29a

View File

@ -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]