Update the documention for doc migration
This patch is proposed according to the Direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: I71ced5bd5a0979acf21a60c6157b0af98f061f20
This commit is contained in:
parent
0752f7f836
commit
7c1764b85d
@ -18,10 +18,10 @@ Bugs should be filed on Launchpad, not GitHub:
|
||||
Additionally, specific guidelines for contributing to Glance may be found in
|
||||
Glance's Documentation:
|
||||
|
||||
http://docs.openstack.org/developer/glance/contributing
|
||||
https://docs.openstack.org/glance/latest/contributor/index.html
|
||||
|
||||
Please read and follow these Glance-specific guidelines, particularly the
|
||||
section on `Disallowed Minor Code Changes
|
||||
<http://docs.openstack.org/developer/glance/contributing/minor-code-changes.html>`_.
|
||||
<https://docs.openstack.org/glance/latest/contributor/minor-code-changes.html>`_.
|
||||
You will thereby prevent your friendly review team from pulling out whatever
|
||||
hair they have left. Thank you for your cooperation.
|
||||
|
@ -64,7 +64,7 @@ The actual values for these variables will need to be set depending on
|
||||
your situation. For more information, please refer to the Keystone
|
||||
`documentation`_ on the ``auth_token`` middleware.
|
||||
|
||||
.. _`documentation`: http://docs.openstack.org/developer/keystonemiddleware/middlewarearchitecture.html#configuration
|
||||
.. _`documentation`: https://docs.openstack.org/keystonemiddleware/latest/middlewarearchitecture.html#configuration
|
||||
|
||||
In short:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
..
|
||||
|
||||
Copyright 2011 OpenStack Foundation
|
||||
All Rights Reserved.
|
||||
|
||||
@ -475,7 +475,7 @@ Configuring the Swift Storage Backend
|
||||
|
||||
Sets the authentication URL supplied to Swift when making calls to its storage
|
||||
system. For more information about the Swift authentication system, please
|
||||
see the `Swift auth <http://docs.openstack.org/developer/swift/overview_auth.html>`_
|
||||
see the `Swift auth <https://docs.openstack.org/swift/latest/overview_auth.html>`_
|
||||
documentation.
|
||||
|
||||
**IMPORTANT NOTE**: Swift authentication addresses use HTTPS by default. This
|
||||
@ -622,7 +622,7 @@ Configuring the Swift Storage Backend
|
||||
|
||||
A string indicating which version of Swift OpenStack authentication
|
||||
to use. See the project
|
||||
`python-swiftclient <http://docs.openstack.org/developer/python-swiftclient/>`_
|
||||
`python-swiftclient <https://docs.openstack.org/python-swiftclient/latest/>`_
|
||||
for more details.
|
||||
|
||||
``swift_store_service_type``
|
||||
@ -1383,7 +1383,7 @@ configuration file.
|
||||
of ``[oslo_messaging_notifications]/driver``.
|
||||
|
||||
For more information see :ref:`Glance notifications <notifications>` and
|
||||
`oslo.messaging <http://docs.openstack.org/developer/oslo.messaging/>`_.
|
||||
`oslo.messaging <https://docs.openstack.org/oslo.messaging/latest/>`_.
|
||||
|
||||
``[DEFAULT]/disabled_notifications``
|
||||
|
||||
@ -1585,7 +1585,7 @@ the ``glance-api-paste.ini`` file, looking like so::
|
||||
pipeline = healthcheck versionnegotiation osprofiler unauthenticated-context rootapp
|
||||
|
||||
For more information see
|
||||
`oslo.middleware <http://docs.openstack.org/developer/oslo.middleware/api.html#oslo_middleware.Healthcheck>`_.
|
||||
`oslo.middleware <https://docs.openstack.org/oslo.middleware/latest/reference/api.html#oslo_middleware.Healthcheck>`_.
|
||||
|
||||
Configuring supported disk formats
|
||||
----------------------------------
|
||||
|
@ -610,7 +610,7 @@
|
||||
# protections won't be enforced. If a value is specified and the file
|
||||
# is not found, the glance-api service will fail to start.
|
||||
# More information on property protections can be found at:
|
||||
# http://docs.openstack.org/developer/glance/property-protections.html
|
||||
# https://docs.openstack.org/glance/latest/admin/property-protections.html
|
||||
#
|
||||
# Possible values:
|
||||
# * Empty string
|
||||
@ -636,7 +636,7 @@
|
||||
# policy.json is used to express property protections for each
|
||||
# of the CRUD operations. Examples of how property protections
|
||||
# are enforced based on ``roles`` or ``policies`` can be found at:
|
||||
# http://docs.openstack.org/developer/glance/property-protections.html#examples
|
||||
# https://docs.openstack.org/glance/latest/admin/property-protections.html#examples
|
||||
#
|
||||
# Possible values:
|
||||
# * roles
|
||||
@ -1083,7 +1083,7 @@
|
||||
# * metadef_resource_type
|
||||
# * metadef_tag
|
||||
# For a complete listing and description of each event refer to:
|
||||
# http://docs.openstack.org/developer/glance/notifications.html
|
||||
# https://docs.openstack.org/glance/latest/admin/notifications.html
|
||||
#
|
||||
# The values must be specified as: <group_name>.<event_name>
|
||||
# For example: image.create,task.success,metadef_tag
|
||||
@ -1994,7 +1994,7 @@
|
||||
# For more information on setting up a particular store in your
|
||||
# deployment and help with the usage of this feature, please contact
|
||||
# the storage driver maintainers listed here:
|
||||
# http://docs.openstack.org/developer/glance_store/drivers/index.html
|
||||
# https://docs.openstack.org/glance_store/latest/user/drivers.html
|
||||
#
|
||||
# Possible values:
|
||||
# * Zero
|
||||
@ -2308,7 +2308,7 @@
|
||||
#
|
||||
# More information on configuring filesystem store with multiple store
|
||||
# directories can be found at
|
||||
# http://docs.openstack.org/developer/glance/configuring.html
|
||||
# https://docs.openstack.org/glance/latest/configuration/index.html
|
||||
#
|
||||
# NOTE: This directory is used only when filesystem store is used as a
|
||||
# storage backend. Either ``filesystem_store_datadir`` or
|
||||
@ -2359,7 +2359,7 @@
|
||||
# digit.
|
||||
#
|
||||
# For more information, please refer the documentation at
|
||||
# http://docs.openstack.org/developer/glance/configuring.html
|
||||
# https://docs.openstack.org/glance/latest/configuration/index.html
|
||||
#
|
||||
# Possible values:
|
||||
# * A valid file access permission
|
||||
@ -2776,7 +2776,7 @@
|
||||
# this is 5GB. To upload objects bigger than this limit, objects are segmented
|
||||
# into multiple smaller objects that are tied together with a manifest file.
|
||||
# For more detail, refer to
|
||||
# http://docs.openstack.org/developer/swift/overview_large_objects.html
|
||||
# https://docs.openstack.org/swift/latest/overview_large_objects.html
|
||||
#
|
||||
# This configuration option specifies the size threshold over which the Swift
|
||||
# driver will start segmenting image data into multiple smaller files.
|
||||
|
@ -1042,7 +1042,7 @@
|
||||
# For more information on setting up a particular store in your
|
||||
# deployment and help with the usage of this feature, please contact
|
||||
# the storage driver maintainers listed here:
|
||||
# http://docs.openstack.org/developer/glance_store/drivers/index.html
|
||||
# https://docs.openstack.org/glance_store/latest/user/drivers.html
|
||||
#
|
||||
# Possible values:
|
||||
# * Zero
|
||||
@ -1356,7 +1356,7 @@
|
||||
#
|
||||
# More information on configuring filesystem store with multiple store
|
||||
# directories can be found at
|
||||
# http://docs.openstack.org/developer/glance/configuring.html
|
||||
# https://docs.openstack.org/glance/latest/configuration/index.html
|
||||
#
|
||||
# NOTE: This directory is used only when filesystem store is used as a
|
||||
# storage backend. Either ``filesystem_store_datadir`` or
|
||||
@ -1407,7 +1407,7 @@
|
||||
# digit.
|
||||
#
|
||||
# For more information, please refer the documentation at
|
||||
# http://docs.openstack.org/developer/glance/configuring.html
|
||||
# https://docs.openstack.org/glance/latest/configuration/index.html
|
||||
#
|
||||
# Possible values:
|
||||
# * A valid file access permission
|
||||
@ -1824,7 +1824,7 @@
|
||||
# this is 5GB. To upload objects bigger than this limit, objects are segmented
|
||||
# into multiple smaller objects that are tied together with a manifest file.
|
||||
# For more detail, refer to
|
||||
# http://docs.openstack.org/developer/swift/overview_large_objects.html
|
||||
# https://docs.openstack.org/swift/latest/overview_large_objects.html
|
||||
#
|
||||
# This configuration option specifies the size threshold over which the Swift
|
||||
# driver will start segmenting image data into multiple smaller files.
|
||||
|
@ -1190,7 +1190,7 @@
|
||||
# For more information on setting up a particular store in your
|
||||
# deployment and help with the usage of this feature, please contact
|
||||
# the storage driver maintainers listed here:
|
||||
# http://docs.openstack.org/developer/glance_store/drivers/index.html
|
||||
# https://docs.openstack.org/glance_store/latest/user/drivers.html
|
||||
#
|
||||
# Possible values:
|
||||
# * Zero
|
||||
@ -1504,7 +1504,7 @@
|
||||
#
|
||||
# More information on configuring filesystem store with multiple store
|
||||
# directories can be found at
|
||||
# http://docs.openstack.org/developer/glance/configuring.html
|
||||
# https://docs.openstack.org/glance/latest/configuration/index.html
|
||||
#
|
||||
# NOTE: This directory is used only when filesystem store is used as a
|
||||
# storage backend. Either ``filesystem_store_datadir`` or
|
||||
@ -1555,7 +1555,7 @@
|
||||
# digit.
|
||||
#
|
||||
# For more information, please refer the documentation at
|
||||
# http://docs.openstack.org/developer/glance/configuring.html
|
||||
# https://docs.openstack.org/glance/latest/configuration/index.html
|
||||
#
|
||||
# Possible values:
|
||||
# * A valid file access permission
|
||||
@ -1972,7 +1972,7 @@
|
||||
# this is 5GB. To upload objects bigger than this limit, objects are segmented
|
||||
# into multiple smaller objects that are tied together with a manifest file.
|
||||
# For more detail, refer to
|
||||
# http://docs.openstack.org/developer/swift/overview_large_objects.html
|
||||
# https://docs.openstack.org/swift/latest/overview_large_objects.html
|
||||
#
|
||||
# This configuration option specifies the size threshold over which the Swift
|
||||
# driver will start segmenting image data into multiple smaller files.
|
||||
|
@ -48,7 +48,7 @@ If this configuration option is not set, by default, property
|
||||
protections won't be enforced. If a value is specified and the file
|
||||
is not found, the glance-api service will fail to start.
|
||||
More information on property protections can be found at:
|
||||
http://docs.openstack.org/developer/glance/property-protections.html
|
||||
https://docs.openstack.org/glance/latest/admin/property-protections.html
|
||||
|
||||
Possible values:
|
||||
* Empty string
|
||||
@ -75,7 +75,7 @@ being protected. If set to ``policies``, a policy defined in
|
||||
policy.json is used to express property protections for each
|
||||
of the CRUD operations. Examples of how property protections
|
||||
are enforced based on ``roles`` or ``policies`` can be found at:
|
||||
http://docs.openstack.org/developer/glance/property-protections.html#examples
|
||||
https://docs.openstack.org/glance/latest/admin/property-protections.html#examples
|
||||
|
||||
Possible values:
|
||||
* roles
|
||||
|
Loading…
x
Reference in New Issue
Block a user