Skip to content

Commit

Permalink
Remove EC2 params from config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpetrov committed Mar 6, 2018
1 parent 30f031e commit ec741d8
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions dvc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,10 @@ class Config(object):
StoragePath = dvc/tutorial
# Default settings for AWS instances:
Type = t2.nano
Image = ami-2d39803a
SpotPrice =
SpotTimeout = 300
KeyPairName = dvc-key
KeyPairDir = ~/.ssh
SecurityGroup = dvc-sg
Region = us-east-1
Zone = us-east-1a
SubnetId =
Volume = my-100gb-drive-io
Monitoring = false
EbsOptimized = false
AllDisksAsRAID0 = false
[GCP]
StoragePath =
ProjectName =
'''

def __init__(self, dvc_dir):
Expand Down

0 comments on commit ec741d8

Please sign in to comment.