Addition descriptions missing from Networking 2.0 API WADL

Bug #1357563 reported by Anne Gentle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
High
Anne Gentle

Bug Description

Add this info to the Networking 2.0 API WADL for security groups

Create Security Group Rule Request Attributes
Attribute Required Description
direction

Required

Ingress or egress: The direction in which the security group rule is applied. For a compute instance, an ‘ingress’ security group rule matches traffic that is incoming (ingress) for that instance. An ‘egress’ rule is applied to traffic leaving the instance.

security_group_id

Required

The security group ID to associate with this security group rule.

port_range_min

Optional

The minimum port number in the range that is matched by the security group rule. If the protocol is TCP or UDP, this value must be less than or equal to the value of the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type.

port_range_max

Optional

The maximum port number in the range that is matched by the security group rule. The port_range_min attribute constrains the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type.

protocol

Optional

The protocol that is matched by the security group rule. Valid values are null, tcp, udp, and icmp.

remote_group_id

Optional

The remote group ID to be associated with this security group rule. You can specify either remote_group_id or remote_ip_prefix in the request body.

remote_ip_prefix

Optional

The remote IP prefix to be associated with this security group rule. You can specify either remote_group_id or remote_ip_prefix in the request body. This attribute matches the specified IP prefix as the source IP address of the IP packet.

Revision history for this message
Zack Shoylev (zack-shoylev) wrote :

The ethertype should also be described.

Anne Gentle (annegentle)
Changed in openstack-api-site:
assignee: nobody → Anne Gentle (annegentle)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/114675

Changed in openstack-api-site:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/114675
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=bafaab653a49a89587971574e1f58c4c67fad3e8
Submitter: Jenkins
Branch: master

commit bafaab653a49a89587971574e1f58c4c67fad3e8
Author: Anne Gentle <email address hidden>
Date: Fri Aug 15 17:05:25 2014 -0500

    Adds ethertype to parameters for Networking API v2.0 security groups

    Change-Id: I51bbe9bfcd45d06f1c9962fffc2aa8161dc32d9f
    Closes-bug: 1357563

Changed in openstack-api-site:
status: In Progress → Fix Released
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.