yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #67444
[Bug 1667259] Re: one more pool is created for a loadbalancer
As noted above, this was fixed in ocata.
Also, this didn't get updated as LBaaS is no longer part of neutron and
bugs are now tracked in the Octavia storyboard.
** Changed in: neutron
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1667259
Title:
one more pool is created for a loadbalancer
Status in OpenStack Heat:
Won't Fix
Status in neutron:
Fix Released
Bug description:
One more pool is created when creating a load balancer with two pools.
That pool doesn't have complete information but related to that
loadblancer, which caused failure when deleting loadbalancer.
heat resource-list lbvd
WARNING (shell) "heat resource-list" is deprecated, please use "openstack stack resource list" instead
+---------------+--------------------------------------+-----------------------------------+-----------------+----------------------+
| resource_name | physical_resource_id | resource_type | resource_status | updated_time |
+---------------+--------------------------------------+-----------------------------------+-----------------+----------------------+
| listener | 12dfe005-80e0-4439-a4f8-1333f688e73b | OS::Neutron::LBaaS::Listener | CREATE_COMPLETE | 2017-02-23T09:38:58Z |
| listener2 | 26ba1151-3d4b-4732-826b-7f318800070d | OS::Neutron::LBaaS::Listener | CREATE_COMPLETE | 2017-02-23T09:38:58Z |
| loadbalancer | 3a5bfa24-220c-4316-9c3d-57dd9c13feb8 | OS::Neutron::LBaaS::LoadBalancer | CREATE_COMPLETE | 2017-02-23T09:38:58Z |
| monitor | 241bc328-4c9b-4f58-a34a-4e25ed7431ea | OS::Neutron::LBaaS::HealthMonitor | CREATE_COMPLETE | 2017-02-23T09:38:58Z |
| monitor2 | 6592b768-f3be-4ff9-bbf4-2c30b94f98e2 | OS::Neutron::LBaaS::HealthMonitor | CREATE_COMPLETE | 2017-02-23T09:38:58Z |
| pool | 41652d9a-d0fe-4743-9e5f-2dfe98b19f3d | OS::Neutron::LBaaS::Pool | CREATE_COMPLETE | 2017-02-23T09:38:58Z |
| pool2 | fae40172-7f16-4b1a-93f0-877d404fe466 | OS::Neutron::LBaaS::Pool | CREATE_COMPLETE | 2017-02-23T09:38:58Z |
+---------------+--------------------------------------+-----------------------------------+-----------------+----------------------+
neutron lbaas-pool-list | grep lbvd
| 095c94b8-8c18-443f-9ce9-3d34e94f0c81 | lbvd-pool-ujtp6ddt4g6o | HTTP | True |
| 41652d9a-d0fe-4743-9e5f-2dfe98b19f3d | lbvd-pool-ujtp6ddt4g6o | HTTP | True |
| fae40172-7f16-4b1a-93f0-877d404fe466 | lbvd-pool2-kn7rlwltbdxh | HTTPS | True |
neutron lbaas-pool-show 095c94b8-8c18-443f-9ce9-3d34e94f0c81
+---------------------+------------------------------------------------+
| Field | Value |
+---------------------+------------------------------------------------+
| admin_state_up | True |
| description | |
| healthmonitor_id | |
| id | 095c94b8-8c18-443f-9ce9-3d34e94f0c81 |
| lb_algorithm | ROUND_ROBIN |
| listeners | |
| loadbalancers | {"id": "3a5bfa24-220c-4316-9c3d-57dd9c13feb8"} |
| members | |
| name | lbvd-pool-ujtp6ddt4g6o |
| protocol | HTTP |
| session_persistence | |
| tenant_id | 3dcf8b12327c460a966c1c1d4a6e2887 |
+---------------------+------------------------------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/heat/+bug/1667259/+subscriptions