-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
support both octavia and old lbaasv2 api in openstack #6438
Conversation
34b857f
to
77401d3
Compare
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
/hold There is one bug that we should always wait that LB is in active state before we can add listener/pools to it. LB resources in openstack is immutable when those are in PENDING_* state. Currently it will return lots of errors because of this. I will fix this before this is merged. |
/hold cancel now its ready and looks like following:
(some errors there but those are fixed in another PRs). So it will print message when its waiting that LB is ready. It takes sometimes (about 2 minutes for me in devstack) edit: btw and why it is waiting for loadbalancer? It is waiting for loadbalancer because after loadbalancer is created it will create listener, pool and poolmembers for it. Those cannot be added before the loadbalance is in state where it is not immutable ( |
/test pull-kops-e2e-kubernetes-aws |
/lgtm |
/assign @mikesplain |
Thanks @zetaab! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikesplain, zetaab The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-kops-e2e-kubernetes-aws |
fixes #6437
/sig openstack