-
Notifications
You must be signed in to change notification settings - Fork 123
Add Openstack support #261
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
Conversation
tarunKoyalwar
left a comment
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 tidyb5fe8ba 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!
|
|
@tarunKoyalwar I justed added missing documentation for |
|
@S0obi , no worries |
tarunKoyalwar
left a comment
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
openstackprovider.This first implementation supports username/password authentication with a tenant name. It will display all floating ips defined for all Openstack Instances.
See #258