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: I5e4ee5b64565aadee129d102d7ae12d4f475fa6a
This commit is contained in:
zhangyanxian 2017-03-21 02:35:42 +00:00 committed by Drew Thorstensen (thorst)
parent fdac541e70
commit 70357ba558
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ Installing with Devstack
[[local|localrc]]
...
enable_plugin ceilometer http://git.openstack.org/openstack/ceilometer
enable_plugin ceilometer-powervm http://git.openstack.org/openstack/ceilometer-powervm
enable_plugin ceilometer git.openstack.org/openstack/ceilometer
enable_plugin ceilometer-powervm git.openstack.org/openstack/ceilometer-powervm
3. See ceilometer-powervm/doc/source/devref/usage.rst, then configure
the installation through options in local.conf as needed::

View File

@ -26,8 +26,8 @@ however if you aren't please see `this Git tutorial`_ for an introduction
to using Git and `this guide`_ for a tutorial on using Gerrit and Git for
code contribution to Openstack projects.
.. _this Git tutorial: http://git-scm.com/book/en/Getting-Started
.. _this guide: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _this Git tutorial: https://git-scm.com/book/en/Getting-Started
.. _this guide: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Getting the code
----------------