Allow update of description of security_group_rule
Bug #1926959 reported by
Jesper Schmitz Mouridsen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
New
|
Wishlist
|
Unassigned |
Bug Description
Allow putting/editing description on an existing security_
curl -X PUT -H "X-Auth-Token: $TOKEN" -H "Content-Type: application/json" -d '{"security_
I do not know implications of the attached patch with reagards to the firewall agent. Comments are welcome.
Changed in neutron: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Based on api-def (see [1]) and api-ref (see [2]) no PUT is not allowed on security-group rules
[1] https:/ /opendev. org/openstack/ neutron/ src/branch/ master/ neutron/ extensions/ securitygroup. py#L239 /docs.openstack .org/api- ref/network/ v2/index. html#security- group-rules- security- group-rules
[2] https:/