yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59036
[Bug 1643793] Re: Display incorrect flavor name in instance property after edit flavor
It affects not only horizon but also nova
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Assignee: (unassigned) => zhaolihui (zhaolh)
** Changed in: horizon
Assignee: zhaolihui (zhaolh) => (unassigned)
--
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 Dashboard (Horizon):
New
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/horizon/+bug/1643793/+subscriptions
References