← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1258024] Re: Wrong flavor name on show_server

 

** Changed in: nova
       Status: Incomplete => 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/1258024

Title:
  Wrong flavor name on show_server

Status in OpenStack Compute (Nova):
  Invalid

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


References