yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #69633
[Bug 1643793] Re: Display incorrect flavor name in instance property after edit flavor
"Edit Flavor" in horizon is actually NOT "edit". It deletes a specified
flavor and re-creates a new flavor with new values. Flavor ID will be
changed (see bug 1276371). Thus this is an expected behavior.
In addition, "Edit Flavor" in horizon is now deprecated in Pike (bug
1709056 for more detail) and will be dropped in near future.
** Changed in: horizon
Status: Confirmed => Won't Fix
** Changed in: horizon
Assignee: guoshan (guoshan) => (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):
Won't Fix
Status in OpenStack Compute (nova):
Invalid
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