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
Passing only region to get_driver in module.py:85
self.cons.append(get_driver(region)(self.api_key, self.secret))
fails with latest libcloud(0.16.0)
[1422474614] ERROR: [Shinken] The instance aws-import raised an exception Provider ec2_us_east does not exist, I remove it!
Need to look up region as an attribute on Provider.
The text was updated successfully, but these errors were encountered:
Passing only region to get_driver in module.py:85
self.cons.append(get_driver(region)(self.api_key, self.secret))
fails with latest libcloud(0.16.0)
[1422474614] ERROR: [Shinken] The instance aws-import raised an exception Provider ec2_us_east does not exist, I remove it!
Need to look up region as an attribute on Provider.
The text was updated successfully, but these errors were encountered: