Fix URLs in the form docs.openstack.org/developer/$project
These URLs are now in the form docs.openstack.org/$project/latest. Make sure to use always use https for these URLs. Change-Id: I4a75bb6097399efca373d2f9a0e8697eb92312a7
This commit is contained in:
parent
2866713392
commit
0cbdfdde40
@ -2,7 +2,7 @@ glance Style Commandments
|
||||
=========================
|
||||
|
||||
- Step 1: Read the OpenStack Style Commandments
|
||||
https://docs.openstack.org/developer/hacking/
|
||||
https://docs.openstack.org/hacking/latest/
|
||||
- Step 2: Read on
|
||||
|
||||
glance Specific Commandments
|
||||
|
@ -52,7 +52,7 @@ image.)
|
||||
A metadefs definition includes a property's key, its description, its
|
||||
constraints, and the resource types to which it can be associated. See
|
||||
`Metadata Definition Concepts
|
||||
<http://docs.openstack.org/developer/glance/metadefs-concepts.html>`_ in the
|
||||
<https://docs.openstack.org/glance/latest/user/metadefs-concepts.html>`_ in the
|
||||
Glance Developer documentation for more information.
|
||||
|
||||
.. note:: By default, only admins can manipulate the data exposed by
|
||||
|
@ -9,7 +9,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Resource type names should be aligned with Heat resource types whenever possible: http://docs.openstack.org/developer/heat/template_guide/openstack.html",
|
||||
"description": "Resource type names should be aligned with Heat resource types whenever possible: https://docs.openstack.org/heat/latest/template_guide/openstack.html",
|
||||
"maxLength": 80,
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -33,7 +33,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Resource type names should be aligned with Heat resource types whenever possible: http://docs.openstack.org/developer/heat/template_guide/openstack.html",
|
||||
"description": "Resource type names should be aligned with Heat resource types whenever possible: https://docs.openstack.org/heat/latest/template_guide/openstack.html",
|
||||
"maxLength": 80,
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -19,7 +19,7 @@ consult your cloud provider's documentation for more information.
|
||||
|
||||
**Conceptual Overview**
|
||||
|
||||
Please see the `Tasks <http://docs.openstack.org/developer/glance/tasks.html>`_
|
||||
Please see the `Tasks <https://docs.openstack.org/glance/latest/admin/tasks.html>`_
|
||||
section of the Glance Developers Documentation for a conceptual overview of
|
||||
tasks.
|
||||
|
||||
|
@ -21,6 +21,6 @@ The command-line tool and python library for Glance are both installed
|
||||
through the python-glanceclient project. Explore the following resources
|
||||
for more information:
|
||||
|
||||
* `Official Docs <http://docs.openstack.org/developer/python-glanceclient/>`_
|
||||
* `Official Docs <https://docs.openstack.org/python-glanceclient/latest/>`_
|
||||
* `Pypi Page <https://pypi.org/project/python-glanceclient/>`_
|
||||
* `GitHub Project <http://github.com/openstack/python-glanceclient>`_
|
||||
|
@ -1003,7 +1003,7 @@
|
||||
# * 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
|
||||
|
@ -266,7 +266,7 @@ def _get_base_properties():
|
||||
'type': 'string',
|
||||
'description': _('Resource type names should be aligned with Heat '
|
||||
'resource types whenever possible: '
|
||||
'http://docs.openstack.org/developer/heat/'
|
||||
'https://docs.openstack.org/heat/latest/'
|
||||
'template_guide/openstack.html'),
|
||||
'maxLength': 80,
|
||||
},
|
||||
|
@ -71,7 +71,7 @@ Possible values:
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user