# DO NOT MODIFY THIS FILE.  Copy it to: /etc/salt/cloud
#####          VM Defaults           #####
##########################################
# Set the default cloud provider, this can still be overridden on a per vm
# basis
#provider: rackspace
#
# Set the size of minion keys to generate, defaults to 2048
#keysize: 2048
#
# Set the default os being deployed, this sets which deployment script to
# apply, this must be set here or in all vm configurations
#os: RHEL6

#####    Cloud Provider Settings     #####
##########################################
# Rackspace creds take the following options:
#RACKSPACE.user: foobar
#RACKSPACE.apikey: 8975234N8U92G25908
#
# Amazon AWS Accepts these options:
#AWS.id: LSKDJGHSDLGKJLSDFKGJ
#AWS.key: 'sildghsldkghsroegijenovdfnzlkgh'
#AWS.keyname: default
#AWS.securitygroup: default
#AWS.private_key: /root/test.pem
#
# Linode takes the single api_key
#LINODE.apikey: <Linode api key>
#LINODE.password: F00BarBaz
#
# GoGrid uses a generated apikey and shared secret
#GOGRID.apikey: wef98rfweirugh
#GOGRID.sharedsecret: saltybacon
#
# Joyent config
#JOYENT.user: foobar
#JOYENT.password: zaphod77
#JOYENT.private_key: /root/joyent.pem
#
