Update links in documents

Due to the migration of the OpenStack document library, some outdated
links were found during use, using https instead of http and pointing
to the right place.

Change-Id: I1e37e15643b4ff7a7b22b2c7c39eba76d0cbdb39
This commit is contained in:
zhangbailin 2018-01-12 17:02:54 +08:00
parent 802378ae55
commit 110b499b6a
7 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in this page: you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -71,7 +71,7 @@ There is an API for end users to list the outcome of Server Actions,
referencing the requested action by request id. referencing the requested action by request id.
For more details, please see: For more details, please see:
http://developer.openstack.org/api-ref/compute/#servers-run-an-action-servers-action https://developer.openstack.org/api-ref/compute/#servers-run-an-action-servers-action
Logs Logs
---- ----

View File

@ -24,10 +24,10 @@ compute resources might be Virtual Machines, Physical Machines or Containers.
This guide covers the concepts in the OpenStack Compute API. This guide covers the concepts in the OpenStack Compute API.
For a full reference listing, please see: For a full reference listing, please see:
`Compute API Reference <http://developer.openstack.org/api-ref/compute/#compute-api>`__. `Compute API Reference <https://developer.openstack.org/api-ref/compute/#compute-api>`__.
We welcome feedback, comments, and bug reports at We welcome feedback, comments, and bug reports at
`bugs.launchpad.net/nova <http://bugs.launchpad.net/nova>`__. `bugs.launchpad.net/nova <https://bugs.launchpad.net/nova>`__.
Intended audience Intended audience
================= =================

View File

@ -9,7 +9,7 @@ operators and may differ from one deployment of the OpenStack Compute service
to another. Please contact your provider to determine the limits that to another. Please contact your provider to determine the limits that
apply to your account. Your provider may be able to adjust your apply to your account. Your provider may be able to adjust your
account's limits if they are too low. Also see the API Reference for account's limits if they are too low. Also see the API Reference for
`Limits <http://developer.openstack.org/api-ref/compute/#limits-limits>`__. `Limits <https://developer.openstack.org/api-ref/compute/#limits-limits>`__.
Absolute limits Absolute limits
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@ -49,4 +49,4 @@ Determine limits programmatically
Applications can programmatically determine current account limits. For Applications can programmatically determine current account limits. For
information, see information, see
`Limits <http://developer.openstack.org/api-ref/compute/#limits-limits>`__. `Limits <https://developer.openstack.org/api-ref/compute/#limits-limits>`__.

View File

@ -7,7 +7,7 @@ performing a **GET** on various elements. Rather than re-downloading and
re-parsing the full status at each polling interval, your REST client re-parsing the full status at each polling interval, your REST client
may use the *``changes-since``* parameter to check for changes since a may use the *``changes-since``* parameter to check for changes since a
previous request. The *``changes-since``* time is specified as an `ISO previous request. The *``changes-since``* time is specified as an `ISO
8601 <http://en.wikipedia.org/wiki/ISO_8601>`__ dateTime 8601 <https://en.wikipedia.org/wiki/ISO_8601>`__ dateTime
(2011-01-24T17:08Z). The form for the timestamp is CCYY-MM-DDThh:mm:ss. (2011-01-24T17:08Z). The form for the timestamp is CCYY-MM-DDThh:mm:ss.
An optional time zone may be written in by appending the form ±hh:mm An optional time zone may be written in by appending the form ±hh:mm
which describes the timezone as an offset from UTC. When the timezone is which describes the timezone as an offset from UTC. When the timezone is

View File

@ -105,7 +105,7 @@ server might respond with a 302 redirection request.
For examples of the list versions and get version details requests and For examples of the list versions and get version details requests and
responses, see `*API versions* responses, see `*API versions*
<http://developer.openstack.org/api-ref/compute/#api-versions>`__. <https://developer.openstack.org/api-ref/compute/#api-versions>`__.
The detailed version response contains pointers to both a human-readable The detailed version response contains pointers to both a human-readable
and a machine-processable description of the API service. and a machine-processable description of the API service.

View File

@ -1,5 +1,5 @@
# This is a cross-platform list tracking distribution packages needed for install and tests; # This is a cross-platform list tracking distribution packages needed for install and tests;
# see http://docs.openstack.org/infra/bindep/ for additional information. # see https://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg test] build-essential [platform:dpkg test]
gcc [platform:rpm test] gcc [platform:rpm test]