Merge "Optimize the link address"
This commit is contained in:
commit
77b78a25ab
10
README.rst
10
README.rst
@ -2,8 +2,8 @@
|
|||||||
Team and repository tags
|
Team and repository tags
|
||||||
========================
|
========================
|
||||||
|
|
||||||
.. image:: http://governance.openstack.org/badges/neutron-fwaas.svg
|
.. image:: https://governance.openstack.org/badges/neutron-fwaas.svg
|
||||||
:target: http://governance.openstack.org/reference/tags/index.html
|
:target: https://governance.openstack.org/reference/tags/index.html
|
||||||
|
|
||||||
.. Change things from this point on
|
.. Change things from this point on
|
||||||
|
|
||||||
@ -16,12 +16,12 @@ This package contains the code for the Neutron Firewall as a Service
|
|||||||
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-fwaas>.
|
<https://git.openstack.org/cgit/openstack/neutron-fwaas>.
|
||||||
|
|
||||||
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>`_
|
||||||
|
@ -3,7 +3,7 @@ neutron-fwaas in DevStack
|
|||||||
|
|
||||||
This is setup as a DevStack plugin. For more information on DevStack plugins,
|
This is setup as a DevStack plugin. For more information on DevStack plugins,
|
||||||
see the `DevStack Plugins documentation
|
see the `DevStack Plugins documentation
|
||||||
<http://docs.openstack.org/developer/devstack/plugins.html>`_.
|
<https://docs.openstack.org/developer/devstack/plugins.html>`_.
|
||||||
|
|
||||||
Please note that the old 'q-fwaas' keyword still exists, and will run FWaaS V1.
|
Please note that the old 'q-fwaas' keyword still exists, and will run FWaaS V1.
|
||||||
This default will be changed during the Ocata cycle. The introduction of two
|
This default will be changed during the Ocata cycle. The introduction of two
|
||||||
|
@ -4,12 +4,12 @@ Contributing to neutron-fwaas
|
|||||||
If you would like to contribute to the development of OpenStack, you must
|
If you would like to contribute to the development of OpenStack, you must
|
||||||
follow the steps documented at:
|
follow the steps documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html
|
https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
|
||||||
Once those steps have been completed, changes to OpenStack should be submitted
|
Once those steps have been completed, changes to OpenStack should be submitted
|
||||||
for review via the Gerrit tool, following the workflow documented at:
|
for review via the Gerrit tool, following the workflow documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
Pull requests submitted through GitHub will be ignored.
|
Pull requests submitted through GitHub will be ignored.
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ Bugs should be filed on Launchpad in the 'neutron' project:
|
|||||||
https://bugs.launchpad.net/neutron
|
https://bugs.launchpad.net/neutron
|
||||||
|
|
||||||
Getting in touch with the neutron-fwaas community
|
Getting in touch with the neutron-fwaas community
|
||||||
==============================================
|
=================================================
|
||||||
|
|
||||||
To contribute to the neutron-fwaas project, look at the following resources:
|
To contribute to the neutron-fwaas project, look at the following resources:
|
||||||
|
|
||||||
|
@ -35,5 +35,5 @@ Or, if you have virtualenvwrapper installed::
|
|||||||
$ pip install neutron-fwaas
|
$ pip install neutron-fwaas
|
||||||
|
|
||||||
For information on what to do with FWaaS once it is installed, please check the
|
For information on what to do with FWaaS once it is installed, please check the
|
||||||
Networking Guide `Firewall-as-a-Service (FWaaS) v2 scenario <http://docs.openstack.org/newton/networking-guide/fwaas-v2-scenario.html>`_ or
|
Networking Guide `Firewall-as-a-Service (FWaaS) v2 scenario <https://docs.openstack.org/newton/networking-guide/fwaas-v2-scenario.html>`_ or
|
||||||
the `Firewall-as-a-Service (FWaaS) v1 scenario <http://docs.openstack.org/newton/networking-guide/fwaas-v1-scenario.html>`_.
|
the `Firewall-as-a-Service (FWaaS) v1 scenario <https://docs.openstack.org/newton/networking-guide/fwaas-v1-scenario.html>`_.
|
||||||
|
Loading…
Reference in New Issue
Block a user