Merge "Enhance description of instance-uuid option for image-create"
This commit is contained in:
commit
27db64cbda
@ -35,7 +35,8 @@ http://docs.openstack.org/cli-reference/glance.html#image-service-property-keys
|
|||||||
**instance_uuid**
|
**instance_uuid**
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
The ID of the instance used to create this image.
|
Metadata which can be used to record which instance this image is associated
|
||||||
|
with. (Informational only, does not create an instance snapshot.)
|
||||||
|
|
||||||
**kernel_id**
|
**kernel_id**
|
||||||
-------------
|
-------------
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"instance_uuid": {
|
"instance_uuid": {
|
||||||
"title": "Instance ID",
|
"title": "Instance ID",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "ID of instance used to create this image."
|
"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": {
|
||||||
"title": "CPU Architecture",
|
"title": "CPU Architecture",
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"instance_uuid": {
|
"instance_uuid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "ID of instance used to create this image."
|
"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 http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user