Skip to content

Commit 50e491c

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove orphaned comment from _get_group_details"
2 parents b1fd143 + 7ce34c2 commit 50e491c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nova/scheduler/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,6 @@ def _get_group_details(context, instance_uuid, user_group_hosts=None):
939939
msg = _("ServerGroupSoftAntiAffinityWeigher not configured")
940940
LOG.error(msg)
941941
raise exception.UnsupportedPolicyException(reason=msg)
942-
# NOTE(melwitt): If the context is already targeted to a cell (during a
943-
# move operation), we don't need to scatter-gather.
944942
group_hosts = set(group.get_hosts())
945943
user_hosts = set(user_group_hosts) if user_group_hosts else set()
946944
return GroupDetails(hosts=user_hosts | group_hosts,

0 commit comments

Comments
 (0)