mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 23:01:39 +00:00
Fix some black
This commit is contained in:
parent
60281f7618
commit
937e1dba64
1 changed files with 4 additions and 17 deletions
|
@ -2348,11 +2348,7 @@ def query_instance(vm_=None, call=None):
|
|||
|
||||
|
||||
def wait_for_instance(
|
||||
vm_=None,
|
||||
data=None,
|
||||
ip_address=None,
|
||||
display_ssh_output=True,
|
||||
call=None,
|
||||
vm_=None, data=None, ip_address=None, display_ssh_output=True, call=None,
|
||||
):
|
||||
"""
|
||||
Wait for an instance upon creation from the EC2 API, to become available
|
||||
|
@ -3724,9 +3720,7 @@ 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(get_location()),
|
||||
__opts__["query.selection"],
|
||||
call,
|
||||
list_nodes_full(get_location()), __opts__["query.selection"], call,
|
||||
)
|
||||
|
||||
|
||||
|
@ -4837,11 +4831,7 @@ def describe_snapshots(kwargs=None, call=None):
|
|||
|
||||
|
||||
def get_console_output(
|
||||
name=None,
|
||||
location=None,
|
||||
instance_id=None,
|
||||
call=None,
|
||||
kwargs=None,
|
||||
name=None, location=None, instance_id=None, call=None, kwargs=None,
|
||||
):
|
||||
"""
|
||||
Show the console output from the instance.
|
||||
|
@ -4890,10 +4880,7 @@ def get_console_output(
|
|||
|
||||
|
||||
def get_password_data(
|
||||
name=None,
|
||||
kwargs=None,
|
||||
instance_id=None,
|
||||
call=None,
|
||||
name=None, kwargs=None, instance_id=None, call=None,
|
||||
):
|
||||
"""
|
||||
Return password data for a Windows instance.
|
||||
|
|
Loading…
Add table
Reference in a new issue