mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
use tracebacks as a way to bypass unconfigured connections
This commit is contained in:
parent
abe7b2e410
commit
daddd6bbad
@ -15,6 +15,7 @@ import salt.client
|
||||
# Import third party libs
|
||||
import yaml
|
||||
|
||||
|
||||
class Cloud(object):
|
||||
'''
|
||||
An object for the creation of new inages
|
||||
|
@ -17,6 +17,7 @@ import saltcloud.utils
|
||||
# Import paramiko
|
||||
import paramiko
|
||||
|
||||
|
||||
def get_conn():
|
||||
'''
|
||||
Return a conn object for the passed vm data
|
||||
|
@ -16,14 +16,6 @@ def cloud_config(path):
|
||||
opts = {# Provider defaults
|
||||
'provider': '',
|
||||
'location': '',
|
||||
# User/Passwords/keys
|
||||
'RACKSPACE.key': '',
|
||||
'RACKSPACE.user': '',
|
||||
'LINODE.apikey': '',
|
||||
'EC2.id': '',
|
||||
'EC2.key': '',
|
||||
'EC2.keyname': '',
|
||||
'EC2.securitygroup': '',
|
||||
# Global defaults
|
||||
'ssh_auth': '',
|
||||
'keysize': 4096,
|
||||
|
Loading…
Reference in New Issue
Block a user