yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55565
[Bug 1617009] [NEW] LBaaS V2 should not allow to config healthmonitor timeout be greater than the delay.
Public bug reported:
Create a healthmonitor, set timeout greater than delay value. It should
not succeed, because timeout value must be less than the delay value.
neutron lbaas-healthmonitor-create --delay 5 --max-retries 4 --timeout 6 --type HTTP --pool 8e94a810-1e5c-48ec-b943-6ea134fdaa1d
Created a new healthmonitor:
+------------------+------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------+
| admin_state_up | True |
| delay | 5 |
| expected_codes | 200 |
| http_method | GET |
| id | bae67511-3dc4-4095-bf4c-023cfbc6cf72 |
| max_retries | 4 |
| max_retries_down | 3 |
| name | |
| pools | {"id": "8e94a810-1e5c-48ec-b943-6ea134fdaa1d"} |
| tenant_id | 5c0465416476498fb855272f994e5a6b |
| timeout | 6 |
| type | HTTP |
| url_path | / |
+------------------+------------------------------------------------+
** Affects: neutron
Importance: Undecided
Assignee: Banashankar (bkalebe)
Status: In Progress
** Summary changed:
- LBaaS V2 should not allow to config healthmonitor timeout value be greater than the delay value.
+ LBaaS V2 should not allow to config healthmonitor timeout be greater than the delay.
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1617009
Title:
LBaaS V2 should not allow to config healthmonitor timeout be greater
than the delay.
Status in neutron:
In Progress
Bug description:
Create a healthmonitor, set timeout greater than delay value. It
should not succeed, because timeout value must be less than the delay
value.
neutron lbaas-healthmonitor-create --delay 5 --max-retries 4 --timeout 6 --type HTTP --pool 8e94a810-1e5c-48ec-b943-6ea134fdaa1d
Created a new healthmonitor:
+------------------+------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------+
| admin_state_up | True |
| delay | 5 |
| expected_codes | 200 |
| http_method | GET |
| id | bae67511-3dc4-4095-bf4c-023cfbc6cf72 |
| max_retries | 4 |
| max_retries_down | 3 |
| name | |
| pools | {"id": "8e94a810-1e5c-48ec-b943-6ea134fdaa1d"} |
| tenant_id | 5c0465416476498fb855272f994e5a6b |
| timeout | 6 |
| type | HTTP |
| url_path | / |
+------------------+------------------------------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1617009/+subscriptions
Follow ups