Update and replace http with https for doc links in congress

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Ic8f30bee6a1271ffe5c359d8c65836e9ec396237
This commit is contained in:
shangxiaobj 2017-08-08 19:54:00 -07:00
parent f65043cc20
commit de0bf60a87
5 changed files with 7 additions and 7 deletions

View File

@ -76,7 +76,7 @@ class SwiftDriver(datasource_driver.PollingDataSourceDriver,
def get_datasource_info():
# TODO(zhenzanz): This is verified with keystoneauth for swift.
# Do we need to support other Swift auth systems?
# http://docs.openstack.org/developer/swift/overview_auth.html
# https://docs.openstack.org/swift/latest/
result = {}
result['id'] = 'swift'
result['description'] = ('Datasource driver that interfaces with '

View File

@ -11,7 +11,7 @@ Setup Instructions
This instruction assumes that Horizon is already installed and its
installation folder is <horizon>. Detailed information on how to install
Horizon can be found at
http://docs.openstack.org/developer/horizon/quickstart.html#setup.
https://docs.openstack.org/horizon/latest/install/index.html.
To integrate congress with horizon, copy the files in
<congress_dashboard>/enabled to <horizon>/openstack_dashboard/local/enabled/

View File

@ -42,7 +42,7 @@ be removed in the Ocata release.
A shared messaging service is also required. Refer to `Shared Messaging`__ for
instructions for installing and configuring RabbitMQ.
__ http://docs.openstack.org/ha-guide/shared-messaging.html
__ https://docs.openstack.org/ha-guide/shared-messaging.html
Hosts Preparation
@ -106,7 +106,7 @@ See the `OpenStack High Availability Guide`__ for general usage of Pacemaker
and how to deploy Pacemaker cluster stack. The guide also has some HA
configuration guidance for other OpenStack projects.
__ http://docs.openstack.org/ha-guide/index.html
__ https://docs.openstack.org/ha-guide/index.html
.. _Pacemaker: http://clusterlabs.org/
Prepare OCF resource agent
@ -182,4 +182,4 @@ to out-of-sync artifacts when the user hits different policy-engine nodes.
purpose. The HAProxy section of the `OpenStack High Availability Guide`__
has instructions for deploying HAProxy for high availability.
__ http://docs.openstack.org/ha-guide/index.html
__ https://docs.openstack.org/ha-guide/index.html

View File

@ -12,7 +12,7 @@ High Throughput (HT) deployment.
Please see the `OpenStack High Availability Guide`__ for details on how to
install and configure OpenStack for High Availability.
__ http://docs.openstack.org/ha-guide/index.html
__ https://docs.openstack.org/ha-guide/index.html
HA Types

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/congress/
home-page = https://docs.openstack.org/congress/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology