Health monitors are not created

Bug #1491693 reported by Michael Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
octavia
Fix Released
Critical
Brandon Logan

Bug Description

Health monitors are not being created via the neutron cli.

stack@devstack:/backups$ neutron lbaas-healthmonitor-create --type HTTP --pool pool1 --delay 10 --timeout 10 --max-retries 10
Created a new healthmonitor:
+----------------+------------------------------------------------+
| Field | Value |
+----------------+------------------------------------------------+
| admin_state_up | True |
| delay | 10 |
| expected_codes | 200 |
| http_method | GET |
| id | 60f0971d-dc00-4e4e-9a7f-6a1c1ef46ff2 |
| max_retries | 10 |
| pools | {"id": "33cefcea-dcb8-4d17-b654-c6e2cf6527d3"} |
| tenant_id | 8c331df29f704dab9a9818213ebc3b04 |
| timeout | 10 |
| type | HTTP |
| url_path | / |
+----------------+------------------------------------------------+
stack@devstack:/backups$ neutron lbaas-healthmonitor-show 60f0971d-dc00-4e4e-9a7f-6a1c1ef46ff2
+----------------+------------------------------------------------+
| Field | Value |
+----------------+------------------------------------------------+
| admin_state_up | True |
| delay | 10 |
| expected_codes | 200 |
| http_method | GET |
| id | 60f0971d-dc00-4e4e-9a7f-6a1c1ef46ff2 |
| max_retries | 10 |
| pools | {"id": "33cefcea-dcb8-4d17-b654-c6e2cf6527d3"} |
| tenant_id | 8c331df29f704dab9a9818213ebc3b04 |
| timeout | 10 |
| type | HTTP |
| url_path | / |
+----------------+------------------------------------------------+

mysql> select * from health_monitor;
Empty set (0.00 sec)

Revision history for this message
Michael Johnson (johnsom) wrote :

o-api.log:
127.0.0.1 - - [02/Sep/2015 21:17:41] "POST /v1/loadbalancers/4c6fbc12-521b-4fc9-8012-108934b93c78/listeners/93192bd3-9e70-41c7-93db-5470282ce13e/pools/33cefcea-dcb8-4d17-b654-c6e2cf6527d3/healthmonitor HTTP/1.1" 400 150
127.0.0.1 - - [02/Sep/2015 21:17:41] "GET /v1/loadbalancers/4c6fbc12-521b-4fc9-8012-108934b93c78 HTTP/1.1" 200 301

Revision history for this message
Brandon Logan (brandon-logan) wrote :
Changed in octavia:
status: New → Confirmed
assignee: nobody → Brandon Logan (brandon-logan)
Revision history for this message
Michael Johnson (johnsom) wrote :

Confirmed, this is now fixed.

Changed in octavia:
status: Confirmed → Fix Committed
Changed in octavia:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.