yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12635
[Bug 1288636] Re: Deleted flavor influences new flavor with same id in 'flavor-show' under psql
** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1288636
Title:
Deleted flavor influences new flavor with same id in 'flavor-show'
under psql
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
When you create a new flavor with a deleted flavorid, the result in
mysql will show the new record. That's OK.
But if you operate these commands under psql, you'll find the result
will always be the old deleted one.
That means, the flavorid will always be occupied by the first record who use this flavorid under psql,
even if this flavor has already been deleted.
More info can be found at here: http://paste.openstack.org/show/72752/
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1288636/+subscriptions
References