Compare commits
No commits in common. "90e515c46f30dc53b38ee3a5c7bae42e3f7fabcd" and "60a3ef16049fcd49634ffc980bd4a10c636cd8eb" have entirely different histories.
90e515c46f
...
60a3ef1604
@ -236,7 +236,6 @@ def get_list(
|
|||||||
):
|
):
|
||||||
node_list = []
|
node_list = []
|
||||||
full_node_list = zkhandler.children("base.node")
|
full_node_list = zkhandler.children("base.node")
|
||||||
full_node_list.sort()
|
|
||||||
|
|
||||||
if is_fuzzy and limit:
|
if is_fuzzy and limit:
|
||||||
# Implicitly assume fuzzy limits
|
# Implicitly assume fuzzy limits
|
||||||
|
@ -1193,7 +1193,6 @@ def get_list(zkhandler, node, state, tag, limit, is_fuzzy=True, negate=False):
|
|||||||
return False, 'VM state "{}" is not valid.'.format(state)
|
return False, 'VM state "{}" is not valid.'.format(state)
|
||||||
|
|
||||||
full_vm_list = zkhandler.children("base.domain")
|
full_vm_list = zkhandler.children("base.domain")
|
||||||
full_vm_list.sort()
|
|
||||||
|
|
||||||
# Set our limit to a sensible regex
|
# Set our limit to a sensible regex
|
||||||
if limit:
|
if limit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user