Skip to content

Commit a625e4e

Browse files
author
Christian Berendt
committedJun 19, 2017
Fix broken link to the "Image service property keys" doc
Change-Id: I045d72ae2822717f7125c5116d804fdb66e1a097
1 parent f786c92 commit a625e4e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎api-ref/source/v2/samples/schemas-image-show-response.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"name": "image",
2020
"properties": {
2121
"architecture": {
22-
"description": "Operating system architecture as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
22+
"description": "Operating system architecture as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
2323
"is_base": false,
2424
"type": "string"
2525
},
@@ -141,7 +141,7 @@
141141
]
142142
},
143143
"os_distro": {
144-
"description": "Common name of operating system distribution as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
144+
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
145145
"is_base": false,
146146
"type": "string"
147147
},

‎api-ref/source/v2/samples/schemas-images-list-response.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"name": "image",
4141
"properties": {
4242
"architecture": {
43-
"description": "Operating system architecture as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
43+
"description": "Operating system architecture as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
4444
"is_base": false,
4545
"type": "string"
4646
},
@@ -162,7 +162,7 @@
162162
]
163163
},
164164
"os_distro": {
165-
"description": "Common name of operating system distribution as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
165+
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
166166
"is_base": false,
167167
"type": "string"
168168
},

‎etc/schema-image.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)"
1515
},
1616
"architecture": {
17-
"description": "Operating system architecture as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
17+
"description": "Operating system architecture as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
1818
"type": "string"
1919
},
2020
"os_distro": {
21-
"description": "Common name of operating system distribution as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
21+
"description": "Common name of operating system distribution as specified in https://docs.openstack.org/cli-reference/glance-property-keys.html",
2222
"type": "string"
2323
},
2424
"os_version": {

0 commit comments

Comments
 (0)
Please sign in to comment.