Able to update the http-method-type for ICMP type healthmonoitor

Bug #1832574 reported by Bharath bhushan Patel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Invalid
Undecided
Unassigned

Bug Description

root@vioshim-xq8tkdtlk7-vioshim-848fb94d98-blrm5 /]# neutron --insecure lbaas-healthmonitor-create --type PING --pool pool-1 --name hm-1 --delay 10 --timeout 10 --max-retries 10
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:851: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:851: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
Created a new healthmonitor:
+------------------+------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------+
| admin_state_up | True |
| delay | 10 |
| id | 126634b2-b475-4361-a284-3b998040eb54 |
| max_retries | 10 |
| max_retries_down | 3 |
| name | hm-1 |
| pools | {"id": "8179c1fb-4010-44e4-9345-fc0e65fe0a9c"} |
| tenant_id | 3d37a5df145b442e98ef7c11b3164f08 |
| timeout | 10 |
| type | PING |
+------------------+------------------------------------------------+
[root@vioshim-xq8tkdtlk7-vioshim-848fb94d98-blrm5 /]# neutron --insecure lbaas-healthmonitor-update --http-method POST hm-1
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:851: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:851: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
Updated healthmonitor: hm-1

which should not be allowed since ICMP type doesnt require HTTP_METHOD_TYPE

Revision history for this message
Brian Haley (brian-haley) wrote :

Lbaas uses storyboard for bug tracking, can you move this there?

https://storyboard.openstack.org/

Revision history for this message
Miguel Lavalle (minsel) wrote :

Marking it as "Won't fix" since it is not a Neutron bug

Changed in neutron:
status: New → Won't Fix
Changed in neutron:
status: Won't Fix → Invalid
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.