diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index cf568c76aa..6e4f289b98 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 -`_. +`_. You will thereby prevent your friendly review team from pulling out whatever hair they have left. Thank you for your cooperation. diff --git a/doc/source/admin/authentication.rst b/doc/source/admin/authentication.rst index 35fd0277e8..9cd43519d7 100644 --- a/doc/source/admin/authentication.rst +++ b/doc/source/admin/authentication.rst @@ -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: diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index d8af2ba34f..ed94c0948a 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -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 `_ + see the `Swift auth `_ 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 `_ + `python-swiftclient `_ 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 ` and - `oslo.messaging `_. + `oslo.messaging `_. ``[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 `_. +`oslo.middleware `_. Configuring supported disk formats ---------------------------------- diff --git a/etc/glance-api.conf b/etc/glance-api.conf index 73b5b80a50..596c2ec10e 100644 --- a/etc/glance-api.conf +++ b/etc/glance-api.conf @@ -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: . # 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. diff --git a/etc/glance-cache.conf b/etc/glance-cache.conf index 56a202114d..c15707fe04 100644 --- a/etc/glance-cache.conf +++ b/etc/glance-cache.conf @@ -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. diff --git a/etc/glance-scrubber.conf b/etc/glance-scrubber.conf index f375661bee..d17df78bec 100644 --- a/etc/glance-scrubber.conf +++ b/etc/glance-scrubber.conf @@ -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. diff --git a/glance/common/property_utils.py b/glance/common/property_utils.py index 48aec70b3f..e0ccf61722 100644 --- a/glance/common/property_utils.py +++ b/glance/common/property_utils.py @@ -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