yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44098
[Bug 1526620] Re: host names are different even if scheduling servers on the same host
Reviewed: https://review.openstack.org/258882
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=e0d61118f198e6a46af0956902485098f78e8d26
Submitter: Jenkins
Branch: master
commit e0d61118f198e6a46af0956902485098f78e8d26
Author: Ken'ichi Ohmichi <ken-oomichi@xxxxxxxxxxxxx>
Date: Thu Dec 17 08:47:46 2015 +0000
Enable SameHostFilter and DifferentHostFilter
The default filters of nova don't contain SameHostFilter and
DifferentHostFilter, so we cannot test them on the gate.
This patch makes these filters available for the development.
Change-Id: Ia6b4847e9bb21048d254d0a460ae4c5be896b17b
Closes-Bug: #1526620
** Changed in: devstack
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/1526620
Title:
host names are different even if scheduling servers on the same host
Status in devstack:
Fix Released
Status in OpenStack Compute (nova):
New
Bug description:
Even if creating a server with scheduler_hint: same_host, the server
is created on different host on the gate.
'OS-EXT-SRV-ATTR:host' value of "show a server" API is different
between servers like:
* ubuntu-trusty-2-node-rax-iad-6591881
* ubuntu-trusty-2-node-rax-iad-6591881-77157
Now we are trying to add Tempest test for verifying the scheduler_hint on https://review.openstack.org/#/c/257660
However the test cannot be passed due to this problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1526620/+subscriptions
References