From: Hirofumi Ichihara Date: Wed, 22 Jul 2015 15:47:38 +0000 (+0900) Subject: Remove line number of link and useless link X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=95e2b53a7bf9fd162960389fec7dfc97b1729c50;p=openstack-build%2Fneutron-build.git Remove line number of link and useless link Some line numbers are wrong. This patch removes the number since the source which link points can be changed very frequently. The patch also removes useless links. Change-Id: Ie18f8567893975d4946888d114f0ae2666b56a65 --- diff --git a/doc/source/devref/security_group_api.rst b/doc/source/devref/security_group_api.rst index 750c744f3..c888424f7 100644 --- a/doc/source/devref/security_group_api.rst +++ b/doc/source/devref/security_group_api.rst @@ -29,7 +29,7 @@ running on the compute nodes, and modifying the IPTables rules on each hyperviso * `Plugin RPC classes `_ - * `SecurityGroupServerRpcMixin `_ - defines the RPC API that the plugin uses to communicate with the agents running on the compute nodes + * `SecurityGroupServerRpcMixin `_ - defines the RPC API that the plugin uses to communicate with the agents running on the compute nodes * SecurityGroupServerRpcMixin - Defines the API methods used to fetch data from the database, in order to return responses to agents via the RPC API * `Agent RPC classes `_ @@ -43,8 +43,8 @@ IPTables Driver * ``prepare_port_filter`` takes a ``port`` argument, which is a ``dictionary`` object that contains information about the port - including the ``security_group_rules`` -* ``prepare_port_filter`` `appends the port to an internal dictionary `_, ``filtered_ports`` which is used to track the internal state. +* ``prepare_port_filter`` appends the port to an internal dictionary, ``filtered_ports`` which is used to track the internal state. * Each security group has a `chain `_ in Iptables. -* The ``IptablesFirewallDriver`` has a method to `convert security group rules into iptables statements `_ +* The ``IptablesFirewallDriver`` has a method to convert security group rules into iptables statements.