Enhance description of instance-uuid option for image-create
Current description of instance-uuid may confuse users because they may think that instance-uuid can serve as basis for image but it just stores instance-uuid as image-metadata. So we need to enhance the description in glanceclient. Change-Id: I534709bdce588806178912fdd57fdf25bcca0449 Closes-Bug: #1496822
This commit is contained in:
@@ -35,7 +35,8 @@ http://docs.openstack.org/cli-reference/content/chapter_cli-glance-property.html
|
||||
**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**
|
||||
-------------
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"instance_uuid": {
|
||||
"title": "Instance ID",
|
||||
"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": {
|
||||
"title": "CPU Architecture",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"instance_uuid": {
|
||||
"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": {
|
||||
"description": "Operating system architecture as specified in http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html",
|
||||
|
||||
Reference in New Issue
Block a user