Fix a typo in the explanatory note

This patch changes 'assigend' to
'assigned' in the 531 line of
cinder/scheduler/filter_scheduler.py

Change-Id: I91206d988aa9243aaf2832922e8cd2aecd6b4501
This commit is contained in:
zhaoleilc 2020-09-13 15:53:15 +08:00
parent 39a5fd9ba4
commit 99d51ff672
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ class FilterScheduler(driver.Scheduler):
weighed_backends = self._get_weighted_candidates(context, request_spec,
filter_properties)
# When we get the weighed_backends, we clear those backends that don't
# match the resource's backend (it could be assigend from group,
# match the resource's backend (it could be assigned from group,
# snapshot or volume).
resource_backend = request_spec.get('resource_backend')
if weighed_backends and resource_backend: