-
Notifications
You must be signed in to change notification settings - Fork 106
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 support #261
Add Openstack support #261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@S0obi , resolve merge conflicts and
go mod tidy
b5fe8ba
to
95378cb
Compare
Hey @tarunKoyalwar, I rebased on dev and executed go mod tidy |
Thanks @S0obi , I will approve this once tests are successful |
95378cb
to
4cce536
Compare
4cce536
to
6384975
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@tarunKoyalwar I justed added missing documentation for |
@S0obi , no worries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Description
Add support for Openstack API by creating a new
openstack
provider.This first implementation supports username/password authentication with a tenant name. It will display all floating ips defined for all Openstack Instances.
See #258