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:
parent
3ec6db4fe9
commit
aadbfdb29a
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user