dask-ec2
dask-ec2 copied to clipboard
`cluster.append` does not copy `username` and `keypair` to the added instance
When adding a new dask_ec2.Instance to an existing dask_ec2.Cluster the username and keypair parameters are not copied to the instance, which consequently causes the ssh_client of the Instance to fail.