yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06810
[Bug 1258024] [NEW] Wrong flavor name on show_server
Public bug reported:
When I show server with "nova show serverid" ,it returns the flavor which does not I use when creating server.
I think it is a bug.
Basically what is happening is:
1.creating a flavor "flavor1" ,flavorid "10"
2.deleting flavor "flavor1"
3.creating a flavor "flavor2", flavorid "10"
4.booting a server with "flavor2"
5.showing server details.
This bug because we show flavor details with flavorid in API, but the flavorid is not primary key in table.(another parameter "id" is PK)
So I think we should remove "flavorid" from the table and show flavor with "id".
** Affects: nova
Importance: Undecided
Status: New
** Description changed:
When I show server with "nova show serverid" ,it returns the flavor which does not I use when creating server.
I think it is a bug.
Basically what is happening is:
1.creating a flavor "flavor1" ,flavorid "10"
2.deleting flavor "flavor1"
3.creating a flavor "flavor2", flavorid "10"
4.booting a server with "flavor2"
- 5.show server details.
+ 5.showing server details.
- This bug because we show flavor details with flavorid in API, but the flavorid is not Primary key in table.
- So I think we should remove "flavorid" from the table.
+ This bug because we show flavor details with flavorid in API, but the flavorid is not primary key in table.(another parameter "id" is PK)
+ So I think we should remove "flavorid" from the table and show flavor with "id".
--
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/1258024
Title:
Wrong flavor name on show_server
Status in OpenStack Compute (Nova):
New
Bug description:
When I show server with "nova show serverid" ,it returns the flavor which does not I use when creating server.
I think it is a bug.
Basically what is happening is:
1.creating a flavor "flavor1" ,flavorid "10"
2.deleting flavor "flavor1"
3.creating a flavor "flavor2", flavorid "10"
4.booting a server with "flavor2"
5.showing server details.
This bug because we show flavor details with flavorid in API, but the flavorid is not primary key in table.(another parameter "id" is PK)
So I think we should remove "flavorid" from the table and show flavor with "id".
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1258024/+subscriptions
Follow ups
References