Optimize the link address for fetching git code
Use https instead of http to ensure the safety without containing our account/password information Change-Id: I9476e6052081d1638642f5cbd177e3e736001aef
This commit is contained in:
parent
d59cc092d2
commit
528c3c1941
@ -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-dynamic-routing:
|
neutron-dynamic-routing:
|
||||||
|
|
||||||
`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 Dynamic Routing 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-dynamic-routing:
|
neutron-dynamic-routing:
|
||||||
|
|
||||||
`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>`_
|
||||||
|
@ -13,12 +13,12 @@ and it's related libraries 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-dynamic-routing>
|
<https://git.openstack.org/cgit/openstack/neutron-dynamic-routing>
|
||||||
|
|
||||||
Refer to Neutron documentation for more information:
|
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-dynamic-routing as well:
|
be applicable to neutron-dynamic-routing 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>`_
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
1. Download devstack::
|
1. Download devstack::
|
||||||
|
|
||||||
git clone http://git.openstack.org/openstack-dev/devstack.git
|
git clone https://git.openstack.org/openstack-dev/devstack.git
|
||||||
|
|
||||||
2. Add neutron-dynamic-routing to devstack. The minimal set of critical local.conf
|
2. Add neutron-dynamic-routing to devstack. The minimal set of critical local.conf
|
||||||
additions are following::
|
additions are following::
|
||||||
|
|
||||||
cd devstack
|
cd devstack
|
||||||
cat << EOF >> local.conf
|
cat << EOF >> local.conf
|
||||||
> enable_plugin neutron-dynamic-routing http://git.openstack.org/openstack/neutron-dynamic-routing
|
> enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing
|
||||||
> EOF
|
> EOF
|
||||||
|
|
||||||
3. run devstack::
|
3. run devstack::
|
||||||
@ -24,14 +24,14 @@ Notes:
|
|||||||
In multiple nodes environment, for controller node::
|
In multiple nodes environment, for controller node::
|
||||||
cd devstack
|
cd devstack
|
||||||
cat << EOF >> local.conf
|
cat << EOF >> local.conf
|
||||||
> enable_plugin neutron-dynamic-routing http://git.openstack.org/openstack/neutron-dynamic-routing
|
> enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing
|
||||||
> DR_MODE=dr_plugin
|
> DR_MODE=dr_plugin
|
||||||
> EOF
|
> EOF
|
||||||
|
|
||||||
For the nodes where you want to run dr-agent::
|
For the nodes where you want to run dr-agent::
|
||||||
cd devstack
|
cd devstack
|
||||||
cat << EOF >> local.conf
|
cat << EOF >> local.conf
|
||||||
> enable_plugin neutron-dynamic-routing http://git.openstack.org/openstack/neutron-dynamic-routing
|
> enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing
|
||||||
> DR_MODE=dr_agent
|
> DR_MODE=dr_agent
|
||||||
> EOF
|
> EOF
|
||||||
|
|
||||||
|
@ -73,12 +73,12 @@ Devstack Setup
|
|||||||
|
|
||||||
1. Download devstack::
|
1. Download devstack::
|
||||||
|
|
||||||
git clone http://git.openstack.org/openstack-dev/devstack.git
|
git clone https://git.openstack.org/openstack-dev/devstack.git
|
||||||
|
|
||||||
2. Enable neutron-dynamic-routing::
|
2. Enable neutron-dynamic-routing::
|
||||||
|
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin neutron-dynamic-routing http://git.openstack.org/openstack/neutron-dynamic-routing
|
enable_plugin neutron-dynamic-routing https://git.openstack.org/openstack/neutron-dynamic-routing
|
||||||
|
|
||||||
3. Run devstack::
|
3. Run devstack::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user