Adam Wattis
1 min readOct 25, 2017

--

You should just need to specify the hosts that your want to connect to. Pass an array of your hosts in the cloud to the create_connection() like: connections.create_connection(hosts=[‘hostname’])

--

--