You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api-ref/source/v2/samples/schemas-image-show-response.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
"name": "image",
20
20
"properties": {
21
21
"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",
23
23
"is_base": false,
24
24
"type": "string"
25
25
},
@@ -141,7 +141,7 @@
141
141
]
142
142
},
143
143
"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",
Copy file name to clipboardexpand all lines: api-ref/source/v2/samples/schemas-images-list-response.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
"name": "image",
41
41
"properties": {
42
42
"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",
44
44
"is_base": false,
45
45
"type": "string"
46
46
},
@@ -162,7 +162,7 @@
162
162
]
163
163
},
164
164
"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",
Copy file name to clipboardexpand all lines: etc/schema-image.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@
14
14
"description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)"
15
15
},
16
16
"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",
18
18
"type": "string"
19
19
},
20
20
"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",
0 commit comments