← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1643793] [NEW] Display incorrect flavor name in instance property after edit flavor

 

Public bug reported:

Description
===========
Display incorrect flavor name in instance property after edit flavor


Steps to reproduce
==================
All of the below steps are on the web page.
1.create a new flavor name is AAA
2.create vm with AAA flavor
3.check vm info that flavor name is AAA
4.edit the flavor, change flavor name AAA to BBB
5.check vm info again, the flavor name is not BBB


Expected result
===============
Display correct flavor name after edit flavor name.


Actual result
=============
The vm flavor name is not correct after edit flavor name.
By the nova-api.log file, the edit flavor operation is that first to delete the origin flavor, second to create a new flavor.
But vm flavor'id was original id, not the new id.


Environment
===========
1. Devstack with newton version

** Affects: nova
     Importance: Undecided
     Assignee: zhaolihui (zhaolh)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => zhaolihui (zhaolh)

-- 
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/1643793

Title:
  Display incorrect flavor name in instance property after edit flavor

Status in OpenStack Compute (nova):
  New

Bug description:
  Description
  ===========
  Display incorrect flavor name in instance property after edit flavor

  
  Steps to reproduce
  ==================
  All of the below steps are on the web page.
  1.create a new flavor name is AAA
  2.create vm with AAA flavor
  3.check vm info that flavor name is AAA
  4.edit the flavor, change flavor name AAA to BBB
  5.check vm info again, the flavor name is not BBB

  
  Expected result
  ===============
  Display correct flavor name after edit flavor name.

  
  Actual result
  =============
  The vm flavor name is not correct after edit flavor name.
  By the nova-api.log file, the edit flavor operation is that first to delete the origin flavor, second to create a new flavor.
  But vm flavor'id was original id, not the new id.

  
  Environment
  ===========
  1. Devstack with newton version

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1643793/+subscriptions


Follow ups