Comment 10 for bug 1770434

Revision history for this message
Balazs Gibizer (balazs-gibizer) wrote :

Regarding the tempest test test_create_server_with_scheduler_hint_group_anti_affinity it does pass but it boots the two instance with a single requests[1]. This means there is a single scheduling attempt not two.

In my devstack the single request case works properly so I conclude that the tempest test does not exercise the same scenario that the reporter and I see failing.

[1] https://github.com/openstack/tempest/blob/bcb6cc6184b6c847f6e72305f52b886835a6ca90/tempest/api/compute/admin/test_servers_on_multinodes.py#L50