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?
Well on current unmodified devstack you can put to $NEUTRON_ IP:9696/ v2.0/security_ group_rules/ $RULE_ID
http://
You get security_ group_rule'
AttributeError: 'Ml2Plugin' object has no attribute 'update_
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?