use tracebacks as a way to bypass unconfigured connections

This commit is contained in:
Thomas S Hatch 2012-07-10 13:33:38 -06:00
parent abe7b2e410
commit daddd6bbad
3 changed files with 2 additions and 8 deletions

View File

@ -15,6 +15,7 @@ import salt.client
# Import third party libs
import yaml
class Cloud(object):
'''
An object for the creation of new inages

View File

@ -17,6 +17,7 @@ import saltcloud.utils
# Import paramiko
import paramiko
def get_conn():
'''
Return a conn object for the passed vm data

View File

@ -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,