Update the url links in doc file of openstack-ansible-os_neutron

replace 'http' with 'https'

Change-Id: If1b1a5ce5b5549ee09a2a454a58137c7e8f08885
This commit is contained in:
sun cheng 2018-02-07 08:08:42 +00:00
parent 9ab903f7a1
commit 479f0a1c44
3 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ Documentation for the project can be found at:
https://docs.openstack.org/openstack-ansible-os_neutron/latest/
The project home is at:
http://launchpad.net/openstack-ansible
https://launchpad.net/openstack-ansible

View File

@ -19,7 +19,7 @@ We recommend that you read the following documents before proceeding:
* Neutron documentation on Open vSwitch DVR OpenStack deployments:
`<https://docs.openstack.org/neutron/latest/admin/deploy-ovs-ha-dvr.html>`_
* Blog post on how OpenStack-Ansible works with Open vSwitch:
`<http://trumant.github.io/openstack-ansible-dvr-with-openvswitch.html>`_
`<https://trumant.github.io/openstack-ansible-dvr-with-openvswitch.html>`_
Prerequisites
~~~~~~~~~~~~~

View File

@ -30,7 +30,7 @@ All compute nodes must have bridges configured:
- ``br-storage`` (optional - used for certain storage devices)
For more information see:
`<http://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/targethosts-networkconfig.html>`_
`<https://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/targethosts-networkconfig.html>`_
These bridges may be configured as either a Linux Bridge (which would connect
to the Open vSwitch controlled by neutron) or as an Open vSwitch.