Files
427e0994dbc58c41fc6fbb5a9bda26ee23717883
nova /api-ref /source
Ken'ichi Ohmichi 9a5c20af7f Add block_device_mapping_v2.uuid to api-ref
The sample of block_device_mapping_v2 contains uuid as a parameter
but there is not any explanation of the parameter.
This patch adds it to api-ref.
The following is for explaining the parameter from the code.
 As the following code, source_type is "image" and api_dict["image_id"]
 can be glance image-id on the sample case.
 https://github.com/openstack/nova/blob/master/nova/block_device.py#L197
 api_dict[source_type + '_id'] = device_uuid
 The "image_id" is used for getting image metadata from Glance:
 https://github.com/openstack/nova/blob/master/nova/compute/api.py#L1072
 image_id = bdm['image_id']
 image_meta = self.image_api.get(context, image_id)
Change-Id: I83badab07446c2b1e55cc3b29a3ba9476efc179d
2016年12月01日 19:15:14 -08:00
..
2016年09月09日 09:53:24 +07:00
2016年11月11日 14:01:51 -05:00
2016年10月25日 05:31:53 -04:00
2016年11月29日 12:31:46 -05:00
2016年11月11日 14:01:51 -05:00
2016年06月03日 08:47:33 -04:00
2016年11月12日 12:15:04 -05:00
2016年07月08日 02:03:07 +00:00
2016年09月28日 14:34:23 +09:00
2016年06月13日 13:44:53 +08:00
2016年11月11日 14:01:51 -05:00
2016年09月09日 20:21:47 +08:00
2016年06月03日 08:47:33 -04:00
2016年07月06日 16:54:46 +08:00
2016年06月03日 08:47:33 -04:00
2016年11月11日 14:01:51 -05:00
2016年11月11日 14:01:51 -05:00
2016年11月11日 14:01:51 -05:00
2016年12月01日 19:15:14 -08:00
2016年11月29日 12:31:46 -05:00
2016年11月29日 12:31:46 -05:00