Update the documentation link for doc migration

Change-Id: If0ac02fa98c27e96eb5307f2a6d95f694a872a52
This commit is contained in:
chenxing 2017-07-19 08:19:40 +00:00
parent d93333d39b
commit da36cfe85a
6 changed files with 17 additions and 17 deletions

View File

@ -3,4 +3,4 @@ The Tricircle Style Commandments
================================ ================================
Please read the OpenStack Style Commandments Please read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/ https://docs.openstack.org/hacking/latest/

View File

@ -46,12 +46,12 @@ detailed in the LICENSE file.
* Free software: Apache license * Free software: Apache license
* Design documentation: `Tricircle Design Blueprint <https://docs.google.com/document/d/1zcxwl8xMEpxVCqLTce2-dUOtB-ObmzJTbV1uSQ6qTsY/>`_ * Design documentation: `Tricircle Design Blueprint <https://docs.google.com/document/d/1zcxwl8xMEpxVCqLTce2-dUOtB-ObmzJTbV1uSQ6qTsY/>`_
* Wiki: https://wiki.openstack.org/wiki/tricircle * Wiki: https://wiki.openstack.org/wiki/tricircle
* Installation guide: http://docs.openstack.org/developer/tricircle/installation-guide.html * Installation guide: https://docs.openstack.org/tricircle/latest/installation-guide.html
* Tricircle Admin API documentation: http://docs.openstack.org/developer/tricircle/api_v1.html * Tricircle Admin API documentation: https://docs.openstack.org/tricircle/latest/api_v1.html
* Configuration guide: http://docs.openstack.org/developer/tricircle/configuration.html * Configuration guide: https://docs.openstack.org/tricircle/latest/configuration.html
* Networking guide: http://docs.openstack.org/developer/tricircle/networking-guide.html * Networking guide: https://docs.openstack.org/tricircle/latest/networking-guide.html
* Source: http://git.openstack.org/cgit/openstack/tricircle * Source: http://git.openstack.org/cgit/openstack/tricircle
* Bugs: http://bugs.launchpad.net/tricircle * Bugs: http://bugs.launchpad.net/tricircle
* Blueprints: https://blueprints.launchpad.net/tricircle * Blueprints: https://blueprints.launchpad.net/tricircle
* Release notes: http://docs.openstack.org/releasenotes/tricircle * Release notes: http://docs.openstack.org/releasenotes/tricircle
* Contributing: http://docs.openstack.org/developer/tricircle/contributing.html * Contributing: https://docs.openstack.org/tricircle/latest/contributing.html

View File

@ -78,9 +78,9 @@ too, you should prepare one more network interface in the second node for the
external network. In this guide, the external network is also VLAN type, so the external network. In this guide, the external network is also VLAN type, so the
local.conf sample is based on VLAN type external network setup. For the resource local.conf sample is based on VLAN type external network setup. For the resource
requirements to setup each node, please refer to requirements to setup each node, please refer to
`All-In-One Single Machine <http://docs.openstack.org/developer/devstack/guides/single-machine.html>`_ `All-In-One Single Machine <https://docs.openstack.org/devstack/latest/guides.html#all-in-one-single-machine>`_
for installing DevStack in bare metal server and for installing DevStack in bare metal server and
`All-In-One Single VM <http://docs.openstack.org/developer/devstack/guides/single-vm.html>`_ `All-In-One Single VM <https://docs.openstack.org/devstack/latest/guides.html#all-in-one-single-vm>`_
for installing DevStack in virtual machine. for installing DevStack in virtual machine.
If you want to experience cross Neutron VxLAN network, please make sure If you want to experience cross Neutron VxLAN network, please make sure
@ -95,7 +95,7 @@ In pod1 in node1 for Tricircle service, central Neutron and OpenStack
RegionOne, RegionOne,
- 1 Install DevStack. Please refer to - 1 Install DevStack. Please refer to
`DevStack document <http://docs.openstack.org/developer/devstack/>`_ `DevStack document <https://docs.openstack.org/devstack/latest/>`_
on how to install DevStack into single VM or bare metal server. on how to install DevStack into single VM or bare metal server.
- 2 In DevStack folder, create a file local.conf, and copy the content of - 2 In DevStack folder, create a file local.conf, and copy the content of
@ -170,7 +170,7 @@ RegionOne,
In pod2 in node2 for OpenStack RegionTwo, In pod2 in node2 for OpenStack RegionTwo,
- 1 Install DevStack. Please refer to - 1 Install DevStack. Please refer to
`DevStack document <http://docs.openstack.org/developer/devstack/>`_ `DevStack document <https://docs.openstack.org/devstack/latest/>`_
on how to install DevStack into single VM or bare metal server. on how to install DevStack into single VM or bare metal server.
- 2 In DevStack folder, create a file local.conf, and copy the content of - 2 In DevStack folder, create a file local.conf, and copy the content of
@ -235,7 +235,7 @@ In pod2 in node2 for OpenStack RegionTwo,
want to try l3 north-south networking, you can simply remove the "extern" want to try l3 north-south networking, you can simply remove the "extern"
part. The external network type we use in the guide is VLAN, if you want to part. The external network type we use in the guide is VLAN, if you want to
use other network type like flat, please refer to use other network type like flat, please refer to
`DevStack document <http://docs.openstack.org/developer/devstack/>`_. `DevStack document <https://docs.openstack.org/devstack/latest/>`_.
- 4 Create OVS bridge and attach the VLAN network interface to it :: - 4 Create OVS bridge and attach the VLAN network interface to it ::

View File

@ -4,13 +4,13 @@ Single pod installation with DevStack
Now the Tricircle can be played with all-in-one single pod DevStack. For Now the Tricircle can be played with all-in-one single pod DevStack. For
the resource requirement to setup single pod DevStack, please refer the resource requirement to setup single pod DevStack, please refer
to `All-In-One Single Machine <http://docs.openstack.org/developer/devstack/guides/single-machine.html>`_ for to `All-In-One Single Machine <https://docs.openstack.org/devstack/latest/guides.html#all-in-one-single-machine>`_ for
installing DevStack in bare metal server installing DevStack in bare metal server
or `All-In-One Single VM <http://docs.openstack.org/developer/devstack/guides/single-vm.html>`_ for or `All-In-One Single VM <https://docs.openstack.org/devstack/latest/guides.html#all-in-one-single-vm>`_ for
installing DevStack in virtual machine. installing DevStack in virtual machine.
- 1 Install DevStack. Please refer to `DevStack document - 1 Install DevStack. Please refer to `DevStack document
<http://docs.openstack.org/developer/devstack/>`_ <https://docs.openstack.org/devstack/latest/>`_
on how to install DevStack into single VM or bare metal server. on how to install DevStack into single VM or bare metal server.
- 2 In DevStack folder, create a file local.conf, and copy the content of - 2 In DevStack folder, create a file local.conf, and copy the content of

View File

@ -4,7 +4,7 @@ summary = The Tricircle is to provide networking automation across Neutron in mu
description-file = README.rst description-file = 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/tricircle/ home-page = https://docs.openstack.org/tricircle/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@ -65,4 +65,4 @@ tricircle.network.type_drivers =
networking_sfc.flowclassifier.drivers = networking_sfc.flowclassifier.drivers =
tricircle_fc = tricircle.network.central_fc_driver:TricircleFcDriver tricircle_fc = tricircle.network.central_fc_driver:TricircleFcDriver
networking_sfc.sfc.drivers = networking_sfc.sfc.drivers =
tricircle_sfc = tricircle.network.central_sfc_driver:TricircleSfcDriver tricircle_sfc = tricircle.network.central_sfc_driver:TricircleSfcDriver

View File

@ -142,7 +142,7 @@ def init(policy_file=None, rules=None,
""" """
global _ENFORCER global _ENFORCER
if not _ENFORCER: if not _ENFORCER:
# http://docs.openstack.org/developer/oslo.policy/usage.html # https://docs.openstack.org/oslo.policy/latest/user/usage.html
_ENFORCER = policy.Enforcer(CONF, _ENFORCER = policy.Enforcer(CONF,
policy_file=policy_file, policy_file=policy_file,
rules=rules, rules=rules,