Fully Populated Load Balancer creation with OVN provider leaves pools as PENDING_CREATE
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Fernando Royo |
Bug Description
Creating a Fully Populated Load Balancer with OVN as provider successfully creates the LB but the pool stays in PENDING_CREATE state forever.
How reproducible:
Send the fully populated request to the API in JSON format following https:/
Steps to Reproduce:
1.
#!/bin/sh
set -e
subnet_
TOKEN=$(openstack token issue -f value -c id)
OCTAVIA_
cat <<EOF > tree.json
{
"loadbalancer": {
"name": "lb1",
"provider": "ovn",
{
}
}
]
}
}
EOF
curl -X POST \
-H "Content-Type: application/json" \
-H "X-Auth-Token: $TOKEN" \
-d @tree.json \
${OCTAVIA_
2. openstack loadbalancer pool list
LB created but listeners, pool and members stays in PENDING_CREATE status
Changed in neutron: | |
assignee: | nobody → Fernando Royo (froyoredhat) |
Changed in neutron: | |
importance: | Undecided → Medium |
Fix proposed to branch: master /review. opendev. org/c/openstack /ovn-octavia- provider/ +/826257
Review: https:/