mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint Fix
This commit is contained in:
parent
9d8e5c8b4d
commit
e290ea4a3f
1 changed files with 3 additions and 0 deletions
|
@ -857,6 +857,7 @@ def avail_sizes(call=None):
|
|||
}
|
||||
return sizes
|
||||
|
||||
|
||||
def avail_images(kwargs=None, call=None):
|
||||
'''
|
||||
Return a dict of all available VM images on the cloud provider.
|
||||
|
@ -3824,6 +3825,7 @@ def create_keypair(kwargs=None, call=None):
|
|||
sigver='4')
|
||||
return data
|
||||
|
||||
|
||||
def import_keypair(kwargs=None, call=None):
|
||||
'''
|
||||
Import an SSH public key
|
||||
|
@ -3865,6 +3867,7 @@ def import_keypair(kwargs=None, call=None):
|
|||
sigver='4')
|
||||
return data
|
||||
|
||||
|
||||
def show_keypair(kwargs=None, call=None):
|
||||
'''
|
||||
Show the details of an SSH keypair
|
||||
|
|
Loading…
Add table
Reference in a new issue