yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13824
[Bug 1311561] [NEW] editing a flavor changes it's ID
Public bug reported:
try to edit a flavor in Horizon(in CLI we can only edit extra_spec field
for a flavor, so in CLI "nova flavor-key " doesn't reproduce the bug).
So open edit flavor dialog for any of them, change VCPUs or anything
else, push "save" button => ID of the flavor will also change. m1.tiny
had id=1, after the change it becomes the uuid and every next edit will
change the ID field value...
# nova flavor-list
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
| ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
| 036c428f-3562-4a29-a690-56ed79c57742 | test2 | 50 | 60 | 0 | | 4 | 1.0 | True |
| 4 | m1.large | 8192 | 80 | 0 | | 4 | 1.0 | True |
| 5 | m1.xlarge | 16384 | 160 | 0 | | 8 | 1.0 | True |
| b16fc3d9-7dbf-494d-af06-53bf04b28494 | m1.tiny | 2048 | 10 | 0 | | 1 | 1.0 | True |
| e0c68f91-c016-47be-871d-09a23c369115 | m1.medium | 4096 | 40 | 0 | 1024 | 2 | 1.0 | True |
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1311561
Title:
editing a flavor changes it's ID
Status in OpenStack Dashboard (Horizon):
New
Bug description:
try to edit a flavor in Horizon(in CLI we can only edit extra_spec
field for a flavor, so in CLI "nova flavor-key " doesn't reproduce the
bug). So open edit flavor dialog for any of them, change VCPUs or
anything else, push "save" button => ID of the flavor will also
change. m1.tiny had id=1, after the change it becomes the uuid and
every next edit will change the ID field value...
# nova flavor-list
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
| ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
| 036c428f-3562-4a29-a690-56ed79c57742 | test2 | 50 | 60 | 0 | | 4 | 1.0 | True |
| 4 | m1.large | 8192 | 80 | 0 | | 4 | 1.0 | True |
| 5 | m1.xlarge | 16384 | 160 | 0 | | 8 | 1.0 | True |
| b16fc3d9-7dbf-494d-af06-53bf04b28494 | m1.tiny | 2048 | 10 | 0 | | 1 | 1.0 | True |
| e0c68f91-c016-47be-871d-09a23c369115 | m1.medium | 4096 | 40 | 0 | 1024 | 2 | 1.0 | True |
+--------------------------------------+-----------+-----------+------+-----------+------+-------+-------------+-----------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1311561/+subscriptions
Follow ups
References