Merge "Optimize the link address"
This commit is contained in:
commit
dddb73ccb4
@ -1,4 +1,4 @@
|
|||||||
Please see the Neutron CONTRIBUTING.rst file for how to contribute to
|
Please see the Neutron CONTRIBUTING.rst file for how to contribute to
|
||||||
neutron-vpnaas:
|
neutron-vpnaas:
|
||||||
|
|
||||||
`Neutron CONTRIBUTING.rst <http://git.openstack.org/cgit/openstack/neutron/tree/CONTRIBUTING.rst>`_
|
`Neutron CONTRIBUTING.rst <https://git.openstack.org/cgit/openstack/neutron/tree/CONTRIBUTING.rst>`_
|
||||||
|
@ -4,4 +4,4 @@ Neutron VPNaaS Style Commandments
|
|||||||
Please see the Neutron HACKING.rst file for style commandments for
|
Please see the Neutron HACKING.rst file for style commandments for
|
||||||
neutron-vpnaas:
|
neutron-vpnaas:
|
||||||
|
|
||||||
`Neutron HACKING.rst <http://git.openstack.org/cgit/openstack/neutron/tree/HACKING.rst>`_
|
`Neutron HACKING.rst <https://git.openstack.org/cgit/openstack/neutron/tree/HACKING.rst>`_
|
||||||
|
@ -8,12 +8,12 @@ requires Neutron to run.
|
|||||||
External Resources:
|
External Resources:
|
||||||
===================
|
===================
|
||||||
|
|
||||||
The homepage for Neutron is: http://launchpad.net/neutron. Use this
|
The homepage for Neutron is: https://launchpad.net/neutron. Use this
|
||||||
site for asking for help, and filing bugs. We use a single Launchpad
|
site for asking for help, and filing bugs. We use a single Launchpad
|
||||||
page for all Neutron projects.
|
page for all Neutron projects.
|
||||||
|
|
||||||
Code is available on git.openstack.org at:
|
Code is available on git.openstack.org at:
|
||||||
<http://git.openstack.org/cgit/openstack/neutron-vpnaas.
|
https://git.openstack.org/cgit/openstack/neutron-vpnaas.
|
||||||
|
|
||||||
Please refer to Neutron documentation for more information:
|
Please refer to Neutron documentation for more information:
|
||||||
`Neutron README.rst <http://git.openstack.org/cgit/openstack/neutron/tree/README.rst>`_
|
`Neutron README.rst <https://git.openstack.org/cgit/openstack/neutron/tree/README.rst>`_
|
||||||
|
@ -5,4 +5,4 @@ Please see the TESTING.rst file for the Neutron project itself. This will have
|
|||||||
the latest up to date instructions for how to test Neutron, and will
|
the latest up to date instructions for how to test Neutron, and will
|
||||||
be applicable to neutron-vpnaas as well:
|
be applicable to neutron-vpnaas as well:
|
||||||
|
|
||||||
`Neutron TESTING.rst <http://git.openstack.org/cgit/openstack/neutron/tree/TESTING.rst>`_
|
`Neutron TESTING.rst <https://git.openstack.org/cgit/openstack/neutron/tree/TESTING.rst>`_
|
||||||
|
@ -65,4 +65,4 @@ The actual raw command in gate running under the tempest code directory is:
|
|||||||
External Resources:
|
External Resources:
|
||||||
===================
|
===================
|
||||||
|
|
||||||
For more information on the tempest, see: <http://docs.openstack.org/developer/tempest/>
|
For more information on the tempest, see: <https://docs.openstack.org/developer/tempest/>
|
||||||
|
@ -22,7 +22,7 @@ Maintained as a separate repo, this works in conjunction with the Neutron repo t
|
|||||||
provide VPN services for OpenStack. The `VPNaaS API`_ is implementation as an
|
provide VPN services for OpenStack. The `VPNaaS API`_ is implementation as an
|
||||||
extension to Neutron's networking API:
|
extension to Neutron's networking API:
|
||||||
|
|
||||||
.. _`VPNaaS API`: http://developer.openstack.org/api-ref-networking-v2-ext.html#vpnaas-v2.0
|
.. _`VPNaaS API`: https://developer.openstack.org/api-ref/networking/v2/index.html#vpnaas-2-0-unmaintained-vpn-vpnservices-ikepolicies-ipsecpolicies-endpoint-groups-ipsec-site-connections
|
||||||
|
|
||||||
This documentation is generated by the Sphinx toolkit and lives in the source
|
This documentation is generated by the Sphinx toolkit and lives in the source
|
||||||
tree. Additional documentation on VPNaaS and other components of OpenStack
|
tree. Additional documentation on VPNaaS and other components of OpenStack
|
||||||
@ -30,9 +30,9 @@ can be found on the `OpenStack wiki`_ and the `Neutron section of the wiki`_ (se
|
|||||||
the VPN related pages).
|
the VPN related pages).
|
||||||
The `Neutron Development wiki`_ is also a good resource for new contributors.
|
The `Neutron Development wiki`_ is also a good resource for new contributors.
|
||||||
|
|
||||||
.. _`OpenStack wiki`: http://wiki.openstack.org
|
.. _`OpenStack wiki`: https://wiki.openstack.org/wiki/Main_Page
|
||||||
.. _`Neutron section of the wiki`: http://wiki.openstack.org/Neutron
|
.. _`Neutron section of the wiki`: https://wiki.openstack.org/wiki/Neutron
|
||||||
.. _`Neutron Development wiki`: http://wiki.openstack.org/NeutronDevelopment
|
.. _`Neutron Development wiki`: https://wiki.openstack.org/wiki/NeutronDevelopment
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
@ -47,4 +47,4 @@ Developer Docs
|
|||||||
API Extensions
|
API Extensions
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Go to http://api.openstack.org for information about OpenStack Network API extensions.
|
Go to https://developer.openstack.org/api-ref/networking/ for information about OpenStack Network API extensions.
|
||||||
|
@ -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://www.openstack.org/
|
home-page = https://www.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
Reference in New Issue
Block a user