Moved execution of utils.read_ssh_key to a thread.
authorPete Vander Giessen <petevg@gmail.com>
Fri, 27 Jan 2017 23:00:35 +0000 (18:00 -0500)
committerPete Vander Giessen <petevg@gmail.com>
Fri, 27 Jan 2017 23:12:47 +0000 (18:12 -0500)
commitcdaa13be828af9cae8ec42818fc2f4353c4f20c2
tree98c7cd1dddbf1edfb9969db6c858f8c7fb0cc56f
parentc71e189ef6650a0a335c9539c0ceacbce917bd25
Moved execution of utils.read_ssh_key to a thread.

It's a blocking operation, so into a thread it goes!
juju/controller.py