Update invalid path and link for Image Properties

Change-Id: I67e84be3ceb4b6810f8b7c39d953b36c04641afb
This commit is contained in:
Rui Yuan Dou 2017-08-14 15:47:55 +08:00
parent d009e188a2
commit 8886dcd114
4 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@
"name": "image",
"properties": {
"architecture": {
"description": "Operating system architecture as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html",
"is_base": false,
"type": "string"
},
@ -141,7 +141,7 @@
]
},
"os_distro": {
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html",
"is_base": false,
"type": "string"
},

View File

@ -40,7 +40,7 @@
"name": "image",
"properties": {
"architecture": {
"description": "Operating system architecture as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html",
"is_base": false,
"type": "string"
},
@ -162,7 +162,7 @@
]
},
"os_distro": {
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html",
"is_base": false,
"type": "string"
},

View File

@ -23,13 +23,13 @@ that may prove useful to consumers of your image.
This document explains the names of these properties and the expected values.
The common image properties are also described in a JSON schema, found in
etc/schema-image.json in the Glance source code.
/etc/glance/schema-image.json in the Glance source code.
**architecture**
----------------
Operating system architecture as specified in
http://docs.openstack.org/cli-reference/glance-property-keys.html
https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html
**instance_uuid**
@ -54,7 +54,7 @@ booting an AMI-style image.
-------------
The common name of the operating system distribution as specified in
http://docs.openstack.org/cli-reference/glance-property-keys.html
https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html
**os_version**
--------------

View File

@ -14,11 +14,11 @@
"description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)"
},
"architecture": {
"description": "Operating system architecture as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html",
"type": "string"
},
"os_distro": {
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html",
"type": "string"
},
"os_version": {