Update and optimize documentation links

1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)

Change-Id: Icd6b6b3e738d615a406120d302453a04751c199d
This commit is contained in:
Hangdong Zhang 2017-07-19 15:46:02 +08:00 committed by Dima Kuznetsov
parent 011e8e32e0
commit 3ccaea6a2d
15 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
dragonflow Style Commandments
===============================================
Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -13,7 +13,7 @@ Distributed SDN-based Neutron Implementation
* Homepage: https://launchpad.net/dragonflow
* Source: https://git.openstack.org/cgit/openstack/dragonflow
* Bugs: https://bugs.launchpad.net/dragonflow
* Documentation: https://docs.openstack.org/developer/dragonflow
* Documentation: https://docs.openstack.org/dragonflow/latest/
.. image:: https://raw.githubusercontent.com/openstack/dragonflow/master/doc/images/df_logo.png
:alt: Solution Overview
@ -39,7 +39,7 @@ and more.
This configuration is the current focus of Dragonflow.
Overview and details are available in the `Distributed Dragonflow Section`_
.. _Distributed Dragonflow Section: https://docs.openstack.org/developer/dragonflow/distributed_dragonflow.html
.. _Distributed Dragonflow Section: https://docs.openstack.org/dragonflow/latest/distributed_dragonflow.html
.. image:: https://raw.githubusercontent.com/openstack/dragonflow/master/doc/images/dragonflow_distributed_architecture.png
:alt: Solution Overview

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
export OVERRIDE_ENABLED_SERVICES=key,n-api,n-api-meta,n-cpu,n-cond,n-sch,n-crt,n-cauth,n-obj,g-api,g-reg,c-sch,c-api,c-vol,rabbit,mysql,dstat,df-controller,df-etcd,etcd3,df-zmq-publisher-service,q-svc,df-l3-agent,df-metadata,q-qos,placement-api,q-trunk

View File

@ -76,22 +76,22 @@ Dragonflow Supported Features
Dragonflow Pipeline
===================
`Dragonflow Pipeline <http://docs.openstack.org/developer/dragonflow/pipeline.html>`_
`Dragonflow Pipeline <https://docs.openstack.org/dragonflow/latest/pipeline.html>`_
Dragonflow Pluggable DB
=======================
`Pluggable DB
<http://docs.openstack.org/developer/dragonflow/pluggable_db.html>`_
<https://docs.openstack.org/dragonflow/latest/pluggable_db.html>`_
Distributed DHCP Application
============================
`Distributed DHCP Application
<http://docs.openstack.org/developer/dragonflow/distributed_dhcp.html>`_
<https://docs.openstack.org/dragonflow/latest/distributed_dhcp.html>`_
Containers and Dragonflow
=========================
`Dragonflow and Containers <http://docs.openstack.org/developer/dragonflow/containers.html>`_
`Dragonflow and Containers <https://docs.openstack.org/dragonflow/latest/containers.html>`_
Dragonflow Roadmap
==================
@ -111,7 +111,7 @@ roadmap into Dragonflow project
How to Install
--------------
- `Installation Guide <http://docs.openstack.org/developer/dragonflow/readme.html>`_
- `Installation Guide <https://docs.openstack.org/dragonflow/latest/readme.html>`_
- `DevStack Single Node Configuration
<https://github.com/openstack/dragonflow/tree/master/doc/source/single-node-conf>`_
- `DevStack Multi Node Configuration

View File

@ -145,7 +145,7 @@ References
.. _COMMON_PARAMS: https://github.com/openstack/dragonflow/tree/master/dragonflow/common/common_params.py
.. _ZMQ_DRIVER: https://github.com/openstack/dragonflow/tree/master/dragonflow/db/pubsub_drivers/zmp_pubsub_driver.py
[spec] http://docs.openstack.org/developer/dragonflow/specs/publish_subscribe_abstraction.html
[spec] https://docs.openstack.org/dragonflow/latest/specs/publish_subscribe_abstraction.html
[pub_sub_api.py] https://github.com/openstack/dragonflow/tree/master/dragonflow/db/pub_sub_api.py

View File

@ -21,7 +21,7 @@ Quick Installation
3) Edit local.conf according to your configuration, See `Detailed Installation`_ for more details, or the Devstack_ configuration manual
.. _Devstack: http://docs.openstack.org/developer/devstack/configuration.html
.. _Devstack: https://docs.openstack.org/devstack/latest/configuration.html
DHCP configuration (IPv4 Only Environment):
@ -112,7 +112,7 @@ You can find example configuration files in the multi-node-conf or the single-no
Automated setup using Vagrant + Virtualbox
==========================================
`Vagrant Installation Guide <http://docs.openstack.org/developer/dragonflow/installation.html>`_
`Vagrant Installation Guide <https://docs.openstack.org/dragonflow/latest/installation.html>`_
Troubleshooting
---------------

View File

@ -91,5 +91,5 @@ VMs mentioned above was detected.
References
==========
[1] http://specs.openstack.org/openstack/neutron-specs/specs/api/allowed_address_pairs.html
[1] https://specs.openstack.org/openstack/neutron-specs/specs/api/allowed_address_pairs.html
[2] http://www.ietf.org/rfc/rfc3768.txt

View File

@ -18,7 +18,7 @@ prefixes to physical network devices that support BGP, thus removing the
conventional dependency on static routes. The feature relies on address scopes
[#]_ in OpenStack Neutron.
.. [#] http://docs.openstack.org/newton/networking-guide/config-address-scopes.html
.. [#] https://docs.openstack.org/newton/networking-guide/config-address-scopes.html
Problem Description
===================

View File

@ -47,4 +47,4 @@ from different modules of dragonflow.
References
==========
1. https://github.com/openstack/neutron/commit/71190773e14260fab96e78e65a290356cdc08581
2. http://docs.openstack.org/developer/oslo.config/generator.html
2. https://docs.openstack.org/oslo.config/latest/cli/generator.html

View File

@ -114,7 +114,7 @@ on a different spec that will address controller reliability concerns.
References
==========
[1] http://specs.openstack.org/openstack/neutron-specs/specs/api/allowed_address_pairs.html
[1] https://specs.openstack.org/openstack/neutron-specs/specs/api/allowed_address_pairs.html
[2] https://blueprints.launchpad.net/dragonflow/+spec/l2-arp-supression

View File

@ -132,6 +132,6 @@ to all the ports which apply the QoS object.
References
==========
http://specs.openstack.org/openstack/neutron-specs/specs/liberty/qos-api-extension.html
https://specs.openstack.org/openstack/neutron-specs/specs/liberty/qos-api-extension.html
https://review.openstack.org/#/c/331932

View File

@ -430,7 +430,7 @@ References
==========
.. [1] https://tools.ietf.org/html/rfc7665
.. [2] http://docs.openstack.org/developer/networking-sfc/api.html
.. [2] https://docs.openstack.org/networking-sfc/latest/contributor/api.html
.. [3] https://tools.ietf.org/html/draft-ietf-sfc-nsh-10

View File

@ -224,6 +224,6 @@ References
https://review.openstack.org/#/c/385719/8/doc/source/specs/support_check_chassis_alive.rst
http://docs.openstack.org/developer/dragonflow/specs/publish_subscribe_abstraction.html
https://docs.openstack.org/dragonflow/latest/specs/publish_subscribe_abstraction.html
https://specs.openstack.org/openstack/fuel-specs/specs/6.1/neutron-agents-local-reports.html

View File

@ -43,7 +43,7 @@ cloud have consistent time. This is a reliable assumption because it is
recommended to use NTP(Network Time Protocol) to properly synchronize services
among nodes, according to [#]_.
.. [#] http://docs.openstack.org/newton/install-guide-obs/environment-ntp.html
.. [#] https://docs.openstack.org/newton/install-guide-obs/environment-ntp.html
As distributed controller of SDN(software defined network), Dragonflow
controller can be used to monitor and manage other local services, for example,

View File

@ -7,4 +7,4 @@ OpenStack projects. Background on the process, tooling, and
methodology is documented in a `mailing list post by Doug Hellmann <http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html>`_.
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/>`_.