** Changed in: neutron Importance: Undecided => Medium ** Project changed: neutron => python-neutronclient
-- 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 Python client library for Neutron: New 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/python-neutronclient/+bug/1467504/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp