Reviewed: https://review.openstack.org/263141 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=84e28eeea00fed166dbd3f97611471795f90070e Submitter: Jenkins Branch: master
commit 84e28eeea00fed166dbd3f97611471795f90070e Author: fishcried <[email protected]> Date: Mon Jan 4 06:28:01 2016 +0000 Remove invalid fields of healthmonitor when its type is TCP/PING The attributes http_method,url_path,except_codes are invalid to the TCP/PING healthmonitor. Change-Id: If4d6e1287a16e1906322411c76494d0268b441b6 Closes-Bug: #1530762 ** Changed in: neutron Status: In Progress => 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/1530762 Title: Lbaas: shouldn't return the fields "http_method/url_path/expected_codes" when healthmonitor type is TCP or ICMP Status in neutron: Fix Released Bug description: The attributes http_method,url_path,expected_codes are invalid to a TCP/PING type healthmonitor. :~# neutron lbaas-healthmonitor-show e308f4e3-7c4e-4dce-abe5-f7a9177f6e18 +----------------+------------------------------------------------+ | Field | Value | +----------------+------------------------------------------------+ | admin_state_up | True | | delay | 1 | | expected_codes | 200 | | http_method | GET | | id | e308f4e3-7c4e-4dce-abe5-f7a9177f6e18 | | max_retries | 1 | | pools | {"id": "663a41ff-ffdb-41a8-860a-655cc3fdeca5"} | | tenant_id | bdab536c9b344a6d927b5235dd2b7056 | | timeout | 1 | | type | TCP | | url_path | / | +----------------+------------------------------------------------+ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1530762/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

