-
Notifications
You must be signed in to change notification settings - Fork 169
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
add OpenStack to compute_resource #1641
Conversation
a50a607
to
a767474
Compare
From a first glance, this looks good (ignore the Python 2.7 error, it's not your code). I'd be OK with merging this without additional tests added, as long as the old ones pass (they do). Is there anything more left on your side? (You marked the PR as draft) |
This PR is still a draft because even if it works at first pass, the 2nd pass fail.
Maybe the provider param should not be sent in the api call. |
can you post the output of |
That's an case issue,
|
huh, yeah... let's try with |
From foreman api :
Curently testing with Openstack in compute_resource module ... |
Ansible... would use |
a767474
to
ecda273
Compare
Thanks a ton! |
Resolves #1640