Update the documentation link for doc migration

Change-Id: Ic57e6ddbc8407fb2ceb7a7b8995486bf06390258
This commit is contained in:
Akihiro Motoki 2017-07-20 03:54:33 +00:00
parent 928b053c00
commit 1c9168176c
7 changed files with 8 additions and 7 deletions

View File

@ -42,7 +42,7 @@ It advertises three classes of routes:
For details refer to `Route Advertisement <../functionality/route-advertisement.html>`_. For details refer to `Route Advertisement <../functionality/route-advertisement.html>`_.
Neutron dynamic routing consists of `service plug-in <http://docs.openstack.org/developer/neutron/devref/plugin-api.html>`_ Neutron dynamic routing consists of `service plug-in <https://docs.openstack.org/neutron/latest/contributor/internals/plugin-api.html>`_
and agent. The service plug-in implements the Networking service extension and and agent. The service plug-in implements the Networking service extension and
the agent manages dynamic routing protocol peering sessions. The plug-in communicates the agent manages dynamic routing protocol peering sessions. The plug-in communicates
with the agent through RPC. with the agent through RPC.

View File

@ -26,7 +26,7 @@ class BgpDrAgentNotifyApi(object):
This class implements the client side of an rpc interface. The server side This class implements the client side of an rpc interface. The server side
is neutron_dynamic_routing.services.bgp.agent.bgp_dragent.BgpDrAgent. For is neutron_dynamic_routing.services.bgp.agent.bgp_dragent.BgpDrAgent. For
more information about rpc interfaces, please see 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): def __init__(self, topic=bgp_consts.BGP_DRAGENT):

View File

@ -26,7 +26,8 @@ class BgpSpeakerRpcCallback(object):
The client side of this interface can be found in The client side of this interface can be found in
neutron_dynamic_routing.services.bgp.agent.bgp_dragent.BgpDrPluginApi. neutron_dynamic_routing.services.bgp.agent.bgp_dragent.BgpDrPluginApi.
For more information about changing RPC interfaces, 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: # API version history:

View File

@ -1,2 +1,2 @@
For details refer to: 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

View File

@ -46,7 +46,7 @@ class BgpDrAgent(manager.Manager):
api.rpc.agentnotifiers.bgp_dr_rpc_agent_api.BgpDrAgentNotifyApi as the api.rpc.agentnotifiers.bgp_dr_rpc_agent_api.BgpDrAgentNotifyApi as the
client side to execute the methods here. For more information about client side to execute the methods here. For more information about
changing rpc interfaces, see 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: API version history:
1.0 initial Version 1.0 initial Version

View File

@ -7,4 +7,4 @@ OpenStack projects. Background on the process, tooling, and
methodology is documented in a `mailing list post by Doug Hellman <http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html>`_. methodology is documented in a `mailing list post by Doug Hellman <http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html>`_.
For information on how to create release notes, please consult the For information on how to create release notes, please consult the
`Release Notes documentation <http://docs.openstack.org/developer/reno/>`_. `Release Notes documentation <https://docs.openstack.org/reno/latest/>`_.

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org 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 = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology