This repository was archived by the owner on Nov 3, 2020. It is now read-only.
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
cluster.append does not copy username and keypair to the added instance #113
When adding a new
dask_ec2.Instanceto an existingdask_ec2.Clusterthe username and keypair parameters are not copied to the instance, which consequently causes thessh_clientof theInstanceto fail.