Comment 3 for bug 1926959

Revision history for this message
Jesper Schmitz Mouridsen (jsmdk) wrote :

Well on current unmodified devstack you can put to
http://$NEUTRON_IP:9696/v2.0/security_group_rules/$RULE_ID

You get
AttributeError: 'Ml2Plugin' object has no attribute 'update_security_group_rule'

My patch implements update_security_group_rule and allows editing of description.

It seems that the api-def only disallows puts of security-group-rules within the security-group endpoint?