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: Icfd103180b477e6be591868a9e98fc8a57fea2fd
This commit is contained in:
zhangyanxian 2017-03-21 02:20:02 +00:00
parent d2bf76beee
commit 9cfba0d735
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Add the following to the localrc section of your local.conf to configure FWaaS v
.. code-block:: none
[[local|localrc]]
enable_plugin neutron-fwaas http://git.openstack.org/openstack/neutron-fwaas
enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas
enable_service q-fwaas-v2
To check a specific patchset that is currently under development, use a form
@ -39,7 +39,7 @@ Add the following to the localrc section of your local.conf to configure FWaaS v
.. code-block:: none
[[local|localrc]]
enable_plugin neutron-fwaas http://git.openstack.org/openstack/neutron-fwaas
enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas
enable_service q-fwaas-v1
To check a specific patchset that is currently under development, use a form