Pass Digital Ocean ssh_fingerprints as a list

* Fix digital-ocean module to pass ssh_fingerprints
as a list since the module accepts a list
This commit is contained in:
Sean Swehla
2018-02-24 19:22:57 -05:00
committed by Dalton Hubble
parent 04c6613ff3
commit 0da7757ef4
3 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ Notable changes between versions.
#### Digital Ocean
* Add kubelet `--volume-plugin-dir` flag to allow flexvolume plugins ([#142](https://github.com/poseidon/typhoon/pull/142))
* Fix to pass `ssh_fingerprints` as a list to droplets ([#143](https://github.com/poseidon/typhoon/pull/143))
#### Google Cloud