From 8886dcd114bcc1abe55a51479ea84809609d39bc Mon Sep 17 00:00:00 2001 From: Rui Yuan Dou Date: Mon, 14 Aug 2017 15:47:55 +0800 Subject: [PATCH] Update invalid path and link for Image Properties Change-Id: I67e84be3ceb4b6810f8b7c39d953b36c04641afb --- api-ref/source/v2/samples/schemas-image-show-response.json | 4 ++-- api-ref/source/v2/samples/schemas-images-list-response.json | 4 ++-- doc/source/user/common-image-properties.rst | 6 +++--- etc/schema-image.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api-ref/source/v2/samples/schemas-image-show-response.json b/api-ref/source/v2/samples/schemas-image-show-response.json index 838254968f..e06f367810 100644 --- a/api-ref/source/v2/samples/schemas-image-show-response.json +++ b/api-ref/source/v2/samples/schemas-image-show-response.json @@ -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" }, diff --git a/api-ref/source/v2/samples/schemas-images-list-response.json b/api-ref/source/v2/samples/schemas-images-list-response.json index 6f54495716..443fb45710 100644 --- a/api-ref/source/v2/samples/schemas-images-list-response.json +++ b/api-ref/source/v2/samples/schemas-images-list-response.json @@ -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" }, diff --git a/doc/source/user/common-image-properties.rst b/doc/source/user/common-image-properties.rst index 65d076182c..47f7c87c55 100644 --- a/doc/source/user/common-image-properties.rst +++ b/doc/source/user/common-image-properties.rst @@ -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** -------------- diff --git a/etc/schema-image.json b/etc/schema-image.json index 1b7ca5f19a..dcd802d42e 100644 --- a/etc/schema-image.json +++ b/etc/schema-image.json @@ -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": {