Compare commits
2 Commits
60a3ef1604
...
90e515c46f
Author | SHA1 | Date | |
---|---|---|---|
90e515c46f | |||
a6a5f71226 |
@ -236,6 +236,7 @@ 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,6 +1193,7 @@ 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