yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18303
[Bug 1342036] Re: Captured image property instance_type_rxtx_factor display incorrectly
this is havana-only little issue, not important one, cannot submit patch
set based on master branch for great change occured.
** Changed in: nova
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1342036
Title:
Captured image property instance_type_rxtx_factor display incorrectly
Status in OpenStack Compute (Nova):
Invalid
Bug description:
Snapshot an instance successfully, but the captured image Property 'instance_type_rxtx_factor' show 1.00000000000000E+0,
it should be 1.0, which is the right format.
[root@localhost ~]# nova image-create cirros1 snapshot_cirros1
[root@localhost ~]# glance image-show snapshot_cirros1
+---------------------------------------+--------------------------------------+
| Property | Value |
+---------------------------------------+--------------------------------------+
| Property 'base_image_ref' | 7ce49b51-624a-4493-b22c-442a899091d1 |
| Property 'image_type' | snapshot |
| Property 'instance_type_ephemeral_gb' | 0 |
| Property 'instance_type_flavorid' | 1 |
| Property 'instance_type_id' | 2 |
| Property 'instance_type_memory_mb' | 512 |
| Property 'instance_type_name' | m1.tiny |
| Property 'instance_type_root_gb' | 1 |
| Property 'instance_type_rxtx_factor' | 1.00000000000000E+0 |
| Property 'instance_type_swap' | 0 |
| Property 'instance_type_vcpus' | 1 |
| Property 'instance_uuid' | cc390afd-7ddd-4861-bbe0-8b5b094e7263 |
| Property 'user_id' | 6673d831361c4208819fd73b2698a81c |
| container_format | bare |
| created_at | 2014-07-15T08:51:29.989611 |
| deleted | False |
| disk_format | qcow2 |
| id | bb02b8aa-2ce4-4ebc-aaf6-d0274d196792 |
| is_public | False |
| min_disk | 1 |
| min_ram | 0 |
| name | snapshot_cirros1 |
| owner | d4d503cc1b1944e9838190d61fc70083 |
| protected | False |
| size | 0 |
| status | queued |
| updated_at | 2014-07-15T08:51:29.989620 |
+---------------------------------------+--------------------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1342036/+subscriptions
References