From 1c9168176c3b62c1fed7d86e09b1906beb3e7e07 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 20 Jul 2017 03:54:33 +0000 Subject: [PATCH] Update the documentation link for doc migration Change-Id: Ic57e6ddbc8407fb2ceb7a7b8995486bf06390258 --- doc/source/admin/system-design.rst | 2 +- .../api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py | 2 +- neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py | 3 ++- neutron_dynamic_routing/db/migration/README | 2 +- neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py | 2 +- releasenotes/source/README.rst | 2 +- setup.cfg | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/source/admin/system-design.rst b/doc/source/admin/system-design.rst index d5ceb71b..16c23f23 100644 --- a/doc/source/admin/system-design.rst +++ b/doc/source/admin/system-design.rst @@ -42,7 +42,7 @@ It advertises three classes of routes: For details refer to `Route Advertisement <../functionality/route-advertisement.html>`_. -Neutron dynamic routing consists of `service plug-in `_ +Neutron dynamic routing consists of `service plug-in `_ and agent. The service plug-in implements the Networking service extension and the agent manages dynamic routing protocol peering sessions. The plug-in communicates with the agent through RPC. diff --git a/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py b/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py index ab9b7fa1..ff154adf 100644 --- a/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py +++ b/neutron_dynamic_routing/api/rpc/agentnotifiers/bgp_dr_rpc_agent_api.py @@ -26,7 +26,7 @@ class BgpDrAgentNotifyApi(object): This class implements the client side of an rpc interface. The server side is neutron_dynamic_routing.services.bgp.agent.bgp_dragent.BgpDrAgent. For more information about rpc interfaces, please see - http://docs.openstack.org/developer/neutron/devref/rpc_api.html. + https://docs.openstack.org/neutron/latest/contributor/internals/rpc_api.html. """ def __init__(self, topic=bgp_consts.BGP_DRAGENT): diff --git a/neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py b/neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py index 76f9c316..2f148102 100644 --- a/neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py +++ b/neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py @@ -26,7 +26,8 @@ class BgpSpeakerRpcCallback(object): The client side of this interface can be found in neutron_dynamic_routing.services.bgp.agent.bgp_dragent.BgpDrPluginApi. For more information about changing RPC interfaces, - see http://docs.openstack.org/developer/neutron/devref/rpc_api.html. + see https://docs.openstack.org/neutron/latest/ + contributor/internals/rpc_api.html. """ # API version history: diff --git a/neutron_dynamic_routing/db/migration/README b/neutron_dynamic_routing/db/migration/README index d381de62..a56f219b 100644 --- a/neutron_dynamic_routing/db/migration/README +++ b/neutron_dynamic_routing/db/migration/README @@ -1,2 +1,2 @@ For details refer to: -http://docs.openstack.org/developer/neutron/devref/alembic_migrations.html#independent-sub-project-tables +https://docs.openstack.org/neutron/latest/contributor/alembic_migrations.html#independent-sub-project-tables diff --git a/neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py b/neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py index ed8995b8..9a6f0d52 100644 --- a/neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py +++ b/neutron_dynamic_routing/services/bgp/agent/bgp_dragent.py @@ -46,7 +46,7 @@ class BgpDrAgent(manager.Manager): api.rpc.agentnotifiers.bgp_dr_rpc_agent_api.BgpDrAgentNotifyApi as the client side to execute the methods here. For more information about changing rpc interfaces, see - http://docs.openstack.org/developer/neutron/devref/rpc_api.html. + https://docs.openstack.org/neutron/latest/contributor/internals/rpc_api.html. API version history: 1.0 initial Version diff --git a/releasenotes/source/README.rst b/releasenotes/source/README.rst index f81074a1..dbc50ef6 100644 --- a/releasenotes/source/README.rst +++ b/releasenotes/source/README.rst @@ -7,4 +7,4 @@ OpenStack projects. Background on the process, tooling, and methodology is documented in a `mailing list post by Doug Hellman `_. For information on how to create release notes, please consult the -`Release Notes documentation `_. +`Release Notes documentation `_. diff --git a/setup.cfg b/setup.cfg index 8c3e3739..52832b2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/neutron-dynamic-routing +home-page = https://docs.openstack.org/neutron-dynamic-routing/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology