← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1617009] Re: LBaaS V2 should not allow to config healthmonitor timeout be greater than the delay.

 

Closing this old launchpad, either it was fixed since last update, or if
still valid please fill a story for neutron-lbaas at
https://storyboard.openstack.org/#!/project/openstack/neutron-lbaas

** Changed in: neutron
       Status: In Progress => Won't Fix

** Changed in: neutron
       Status: Won't Fix => Invalid

-- 
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:
  Invalid

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


References