Reviewed: https://review.openstack.org/229030 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b6198c834cd22264815efa2299fce1059ba5c085 Submitter: Jenkins Branch: master
commit b6198c834cd22264815efa2299fce1059ba5c085 Author: Alvaro Lopez Garcia <al...@ifca.unican.es> Date: Tue Sep 29 17:20:44 2015 +0200 SameHostFilter should fail if host does not have instances The SameHostFilter should pass only if the host is executing an instance from the set of uuids passed in the scheduler hint 'same_host'. However, it passes also if the host does not have any instance. Fixes-Bug: #1500920 Change-Id: I9e65fd1153a5e33c676890ab3e562e464f9ff625 ** Changed in: nova Status: In Progress => 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/1500920 Title: SameHostFilter should fail if no instances on host Status in OpenStack Compute (nova): Fix Released Bug description: According to the docs, the SameHostFilter "schedules the instance on the same host as another instance in a set of instances", so it should only pass if the host is executing any of the instances passed as the scheduler hint. However, the filter also passes if the host does not have any instances. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1500920/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp