-
/kind feature
**What happened**:
The Ussuri release of Octavia now supports the availability zone feature where operators can specify some useful capabilities such as the compute availability zone…
-
`vlog` is guarded to be `nil` for only one method invocation in this function:
All other uses are without an `if vlog { ... }` guard. Either it can be `nil` and all occurrences should be guarded, …
-
Fork the official F5-LBaaS-to-Octavia migration tool and add functionality to resolve ESDs at migration time instead of maintaining ESD code in F5 provider driver for an unforseeable time.
Maybe the …
-
/kind bug
**What happened**:
In some rare cases LB removal can return a 409 response code. This leads to an error when further LB remove retries cannot be completed, because all LB components we…
-
Guys, we all know that the openstack_lb_pool_v1 can not dynamic creating member depends on the number of instance, so I try to use template file to build the member.
Here is my code
```
resource "…
-
Creating multiple `openstack_lb_listener_v2` resources referencing the same `openstack_lb_loadbalancer_v2` in parallel fails.
It appears that when creating the first listener, the load balancer is …
-
summarizing from [#sig-release on Slack](https://kubernetes.slack.com/archives/C2C40FMNF/p1571069417053700):
- We should block on at least one real cluster doing something at least mostly covering …
-
Currently status_manager scrapes statistics from a single bigip, but since they can failover or even run in an active-active scenario, the status manager needs to scrape both device pairs and figure o…
-
### Terraform Version
- terraform 0.12.8
- terraform provider openstack 0.25.0
### Affected Resource(s)
Please list the resources as a list, for example:
- openstack_lb_member_v2
- openstack_l…
-
Hi again,
As mentioned on #43, I'm creating some LB's using an API call, and once the API is made I'm trying to use the output on terraform.
Right now, when I use:
```
output "LB-IP" {
valu…