Optimize the link address

Use https instead of http to ensure the safety

Change-Id: I53eecc093d6b9e4b3de381dcaa61dfbb381ccef5
This commit is contained in:
Van Hung Pham 2017-06-05 18:33:39 +07:00
parent 049f680723
commit dc0c29693b
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
Team and repository tags
========================
[![Team and repository tags](http://governance.openstack.org/badges/instack-undercloud.svg)](http://governance.openstack.org/reference/tags/index.html)
[![Team and repository tags](https://governance.openstack.org/badges/instack-undercloud.svg)](https://governance.openstack.org/reference/tags/index.html)
<!-- Change things from this point on -->
@ -11,8 +11,8 @@ Undercloud Install via instack
instack-undercloud is tooling for installing a TripleO undercloud.
It is part of the TripleO project:
http://docs.openstack.org/developer/tripleo-docs/index.html
https://docs.openstack.org/developer/tripleo-docs/index.html
* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/instack-undercloud
* Bugs: http://bugs.launchpad.net/tripleo
* Source: https://git.openstack.org/cgit/openstack/instack-undercloud
* Bugs: https://bugs.launchpad.net/tripleo

View File

@ -6,7 +6,7 @@ elements for deploying a TripleO undercloud to an existing system.
See the `TripleO documentation`_ for the full end-to-end workflow.
.. _`TripleO documentation`: http://docs.openstack.org/developer/tripleo-docs/
.. _`TripleO documentation`: https://docs.openstack.org/developer/tripleo-docs/
API Documentation
=================

View File

@ -1,4 +1,4 @@
Enable the CentOS CR Repo
Allow use of packages from the CentOS CR repository, per the instructions at
http://wiki.centos.org/AdditionalResources/Repositories/CR
https://wiki.centos.org/AdditionalResources/Repositories/CR

View File

@ -3,7 +3,7 @@
set -eux
set -o pipefail
# Per http://seven.centos.org/?p=303 we need to update before we can
# enable the cr repo.
# Per https://seven.centos.org/2015/03/centos-7-cr-repo-has-been-populated/
# we need to update before we can enable the cr repo.
yum -y update
yum-config-manager --enable cr