Merge "Add a note about egress rules to os-security-group-rules api-ref"

This commit is contained in:
Jenkins 2016-05-17 10:18:14 +00:00 committed by Gerrit Code Review
commit 76fd3d013d
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ Create Security Group Rule
Creates a rule for a security group. Either ``cidr`` or ``group_id`` must be
specified when creating a rule.
.. note::
nova-network only supports ingress rules. If you want to define egress
rules you must use the Neutron networking service.
Normal response codes: 200
Error response codes: badRequest(400), unauthorized(401), forbidden(403)