Skip to content

Commit

Permalink
Do not salve known_hosts_file
Browse files Browse the repository at this point in the history
Since `known_hosts_file` is now a property of `Cluster` class, it
doesn't make any sense to save it along with the cluster.
  • Loading branch information
arcimboldo committed May 25, 2015
1 parent fc4539e commit 4a2c326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticluster/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def keys(self):
keys.remove('_setup_provider')
keys.remove('_cloud_provider')
keys.remove('repository')
keys.remove('known_hosts_file')
return keys

def update_config(self, cluster_config, login_config):
Expand Down

0 comments on commit 4a2c326

Please sign in to comment.