Update URLs in documents according to document migration

Change-Id: Ia6253bbaeba032f681afdd7003e64eaf58e8ede9
This commit is contained in:
ZhongShengping 2017-07-14 09:44:22 +08:00
parent dad6827891
commit b25a6fb29e
4 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ OpenStack-Ansible neutron
Ansible role that installs and configures OpenStack neutron.
Documentation for the project can be found at:
http://docs.openstack.org/developer/openstack-ansible-os_neutron/
https://docs.openstack.org/openstack-ansible-os_neutron/latest/
The project home is at:
http://launchpad.net/openstack-ansible

View File

@ -17,7 +17,7 @@ networking with OpenStack-Ansible (OSA). These steps include:
For additional configuration about Project Calico and its architecture, please
reference the `networking-calico`_ and `Project Calico`_ documentation.
.. _networking-calico: http://docs.openstack.org/developer/networking-calico/
.. _networking-calico: https://docs.openstack.org/networking-calico/latest/
.. _Project Calico: http://docs.projectcalico.org/en/latest/index.html
Prerequisites

View File

@ -193,7 +193,7 @@ The VPNaaS default configuration options are changed through the
`conf override`_ mechanism using the ``neutron_neutron_conf_overrides``
dict.
.. _conf override: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html
.. _conf override: https://docs.openstack.org/openstack-ansible/latest/admin/openstack-operations.html
BGP Dynamic Routing service (optional)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -204,8 +204,8 @@ as routers. This is especially useful when coupled with the `subnet pools`_
feature, which enables neutron to be configured in such a way as to allow users
to create self-service `segmented IPv6 subnets`_.
.. _BGP Dynamic Routing: http://docs.openstack.org/networking-guide/config-bgp-dynamic-routing.html
.. _subnet pools: http://docs.openstack.org/networking-guide/config-subnet-pools.html
.. _BGP Dynamic Routing: https://docs.openstack.org/networking-guide/config-bgp-dynamic-routing.html
.. _subnet pools: https://docs.openstack.org/networking-guide/config-subnet-pools.html
.. _segmented IPv6 subnets: https://cloudbau.github.io/openstack/neutron/networking/2016/05/17/neutron-ipv6.html
The following procedure describes how to modify the

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/openstack-ansible-os_neutron/
home-page = https://docs.openstack.org/openstack-ansible-os_neutron/latest/
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators