Add the list_nodes_select function to linode driver

This commit is contained in:
rallytime 2015-12-30 13:40:52 -07:00
parent 654cab0314
commit 4731d9442e

View file

@ -1076,6 +1076,15 @@ def list_nodes_min(call=None):
return ret
def list_nodes_select(call=None):
'''
Return a list of the VMs that are on the provider, with select fields.
'''
return salt.utils.cloud.list_nodes_select(
list_nodes_full(), __opts__['query.selection'], call,
)
def reboot(name, call=None):
'''
Reboot a linode.