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: I77c09a8249ed408ca263dcd99250e3a188743a73
This commit is contained in:
zhangyanxian 2017-03-21 02:03:56 +00:00
parent 7889acd1bd
commit e9f48355bd
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Install Senlin Server
::
$ cd /opt/stack
$ git clone http://git.openstack.org/openstack/senlin.git
$ git clone https://git.openstack.org/openstack/senlin.git
2. Install Senlin with required packages.
@ -160,7 +160,7 @@ Install Senlin Client
::
$ cd /opt/stack
$ git clone http://git.openstack.org/openstack/python-senlinclient.git
$ git clone https://git.openstack.org/openstack/python-senlinclient.git
2. Install senlin client.