← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1198996] Re: LBaaS: failed to delete a healthmonitor in DB

 

** Changed in: neutron
       Status: Fix Committed => 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/1198996

Title:
  LBaaS: failed to delete a healthmonitor in DB

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  stack@Node1:~/devstack$ quantum lb-healthmonitor-create --delay 30 --max-retries 10 --timeout 60 --type HTTP
  Created a new health_monitor:
  +----------------+--------------------------------------+
  | Field          | Value                                |
  +----------------+--------------------------------------+
  | admin_state_up | True                                 |
  | delay          | 30                                   |
  | expected_codes | 200                                  |
  | http_method    | GET                                  |
  | id             | b5901e05-a9ab-4086-83f8-a64937837714 |
  | max_retries    | 10                                   |
  | status         | PENDING_CREATE                       |
  | tenant_id      | a2823e17ef974decae09ae79e14eca44     |
  | timeout        | 60                                   |
  | type           | HTTP                                 |
  | url_path       | /                                    |
  +----------------+--------------------------------------+
  stack@Node1:~/devstack$ quantum lb-healthmonitor-list
  +--------------------------------------+------+----------------+----------------+
  | id                                   | type | admin_state_up | status         |
  +--------------------------------------+------+----------------+----------------+
  | 63f4d0dc-c0f0-43da-bde7-d711e9bb0603 | HTTP | True           | PENDING_CREATE |
  | b5901e05-a9ab-4086-83f8-a64937837714 | HTTP | True           | PENDING_CREATE |
  +--------------------------------------+------+----------------+----------------+
  stack@Node1:~/devstack$ quantum lb-healthmonitor-delete b5901e05-a9ab-4086-83f8-a64937837714
  Deleted health_monitor: b5901e05-a9ab-4086-83f8-a64937837714
  stack@Node1:~/devstack$ quantum lb-healthmonitor-list
  +--------------------------------------+------+----------------+----------------+
  | id                                   | type | admin_state_up | status         |
  +--------------------------------------+------+----------------+----------------+
  | 63f4d0dc-c0f0-43da-bde7-d711e9bb0603 | HTTP | True           | PENDING_CREATE |
  | b5901e05-a9ab-4086-83f8-a64937837714 | HTTP | True           | PENDING_CREATE |
  +--------------------------------------+------+----------------+----------------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1198996/+subscriptions