You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the following plugin to set a public ip address for grid master node. It works on Linux but on windows it fails 80% of the times with unhandled exception.
Platform: Windows-8.1-6.3.9600
---------- SYSTEM INFO ----------
Platform: Windows-8.1-6.3.9600
boto: 2.40.0
paramiko: 2.0.2
Crypto: 2.6.1
from starcluster.clustersetup import ClusterSetup
from starcluster.logger import log
I am trying to use the following plugin to set a public ip address for grid master node. It works on Linux but on windows it fails 80% of the times with unhandled exception.
Platform: Windows-8.1-6.3.9600
---------- SYSTEM INFO ----------
Platform: Windows-8.1-6.3.9600
boto: 2.40.0
paramiko: 2.0.2
Crypto: 2.6.1
from starcluster.clustersetup import ClusterSetup
from starcluster.logger import log
class ElasticIPSetup(ClusterSetup):
The text was updated successfully, but these errors were encountered: