yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47788
[Bug 1555602] [NEW] Resource tracker _get_instance_type stashed_flavor logic is wrong
Public bug reported:
The logic for _get_instance_type in resource tracker includes:
migration.migration_type in ('resize') which is the same as
migration.migration_type in 'resize'
migration.migration_type in ('r', 'e', 's', 'i', 'z', 'e')
Which looks like it is a copy / paste error from the initial commit here
- https://review.openstack.org/#/c/226411/
This should be a tuple and not a string.
** Affects: nova
Importance: Medium
Assignee: Sean Dague (sdague)
Status: In Progress
** Changed in: nova
Importance: Undecided => Medium
--
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/1555602
Title:
Resource tracker _get_instance_type stashed_flavor logic is wrong
Status in OpenStack Compute (nova):
In Progress
Bug description:
The logic for _get_instance_type in resource tracker includes:
migration.migration_type in ('resize') which is the same as
migration.migration_type in 'resize'
migration.migration_type in ('r', 'e', 's', 'i', 'z', 'e')
Which looks like it is a copy / paste error from the initial commit
here - https://review.openstack.org/#/c/226411/
This should be a tuple and not a string.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1555602/+subscriptions
Follow ups