yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36453
[Bug 1467504] Re: Health monitor Admin state up False inactive
** Changed in: python-neutronclient
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/1467504
Title:
Health monitor Admin state up False inactive
Status in neutron:
Fix Released
Status in python-neutronclient:
Fix Released
Bug description:
We have LbaasV2 running.
I configured health monitor.
When executing tcpdump on VM I see it receives the http traffic.
I executed the following
[root@puma09 neutron(keystone_redhat)]# neutron lbaas-healthmonitor-create --delay 1 --max-retries 3 --timeout 3 --type PING --pool 1ac828d0-0064-446e-a7cc-5f4eacaf37de
Created a new healthmonitor:
+----------------+------------------------------------------------+
| Field | Value |
+----------------+------------------------------------------------+
| admin_state_up | True |
| delay | 1 |
| expected_codes | 200 |
| http_method | GET |
| id | 46fd07b4-94b1-4494-8ee2-0a6c9803cf2c |
| max_retries | 3 |
| pools | {"id": "1ac828d0-0064-446e-a7cc-5f4eacaf37de"} |
| tenant_id | bee13f9e436e4d78b9be72b8ec78d81c |
| timeout | 3 |
| type | PING |
| url_path | / |
+----------------+------------------------------------------------+
[root@puma09 neutron(keystone_redhat)]# neutron lbaas-healthmonitor-update
usage: neutron lbaas-healthmonitor-update [-h] [--request-format {json,xml}]
HEALTHMONITOR
neutron lbaas-healthmonitor-update: error: too few arguments
[root@puma09 neutron(keystone_redhat)]# neutron lbaas-healthmonitor-update 46fd07b4-94b1-4494-8ee2-0a6c9803cf2c --admin_state_down True
Unrecognized attribute(s) 'admin_state_down'
[root@puma09 neutron(keystone_redhat)]# neutron lbaas-healthmonitor-update 46fd07b4-94b1-4494-8ee2-0a6c9803cf2c --admin_state_up False
Updated healthmonitor: 46fd07b4-94b1-4494-8ee2-0a6c9803cf2c
[root@puma09 neutron(keystone_redhat)]#
A executed tcpdump again on the VM and I could see the
HealthMonitoring traffic continues.
After deleting the healthmonitor not traffic captured on VM.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1467504/+subscriptions
References