Fix broken link to the "Image service property keys" doc

Change-Id: I045d72ae2822717f7125c5116d804fdb66e1a097
This commit is contained in:
Christian Berendt 2017-06-19 12:03:55 +02:00
parent f786c9270e
commit a625e4e14b
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

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.)" "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)"
}, },
"architecture": { "architecture": {
"description": "Operating system architecture as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html", "description": "Operating system architecture as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"type": "string" "type": "string"
}, },
"os_distro": { "os_distro": {
"description": "Common name of operating system distribution as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
"type": "string" "type": "string"
}, },
"os_version": { "os_version": {