Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_driver requires Provider lookup not just region #10

Open
chrisferry opened this issue Jan 28, 2015 · 1 comment
Open

get_driver requires Provider lookup not just region #10

chrisferry opened this issue Jan 28, 2015 · 1 comment

Comments

@chrisferry
Copy link

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.

@veurits
Copy link
Contributor

veurits commented Dec 8, 2017

The #11 didn't fix my issue , I changed it in #15 , hope this will work for more people.

Rgds,
Veurits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants