From 95e2b53a7bf9fd162960389fec7dfc97b1729c50 Mon Sep 17 00:00:00 2001 From: Hirofumi Ichihara Date: Thu, 23 Jul 2015 00:47:38 +0900 Subject: [PATCH] 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 --- doc/source/devref/security_group_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.45.2