Incorrect error when LB Healthmonitor delete is tried when it is in use

Bug #1376133 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R1.1
Fix Committed
Medium
Rudra Rugge
Trunk
Fix Committed
Medium
Rudra Rugge

Bug Description

R1.10 44

Below , a HM delete is tried which is bound to a LB pool
The error (incorrectly) says that the pool is in use giving the HM UUID

root@nodea9:/var/log# neutron lb-healthmonitor-delete 45ffc276-6e08-4529-987b-12b49840a2e9
409-{u'NeutronError': {u'message': u'Pool 45ffc276-6e08-4529-987b-12b49840a2e9 is still in use', u'type': u'PoolInUse', u'detail': u''} <<<<
root@nodea9:/var/log# neutron lb-healthmonitor-show 45ffc276-6e08-4529-987b-12b49840a2e9
+----------------+--------------------------------------+
| Field | Value |
+----------------+--------------------------------------+
| admin_state_up | True |
| delay | 4 |
| expected_codes | 200 |
| http_method | GET |
| id | 45ffc276-6e08-4529-987b-12b49840a2e9 |
| max_retries | 3 |
| status | ACTIVE |
| tenant_id | f8404a28cd2c46ea85ddf177f287b406 |
| timeout | 1 |
| type | TCP |
| url_path | / |
+----------------+--------------------------------------+
root@nodea9:/var/log#

Revision history for this message
Rudra Rugge (rrugge) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.