Merge pull request #30095 from rallytime/select_query_linode

Add the list_nodes_select function to linode driver
This commit is contained in:
Joseph Hall 2015-12-30 14:06:57 -07:00
commit d7f46b5438

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.