Fix a typo in comment in resource_provider.py
There is a typo in comment, this comment is very important for readers to understand what the function is doing, so fix it. Trivial-fix Change-Id: I30f3a385565dc31651d136d80e499be181fa436e
This commit is contained in:
parent
bcde4386fb
commit
6f5407c16e
@ -1174,7 +1174,7 @@ def _get_providers_with_shared_capacity(ctx, rc_id, amount, member_of=None):
|
||||
# INNER JOIN resource_provider_traits AS rpt
|
||||
# ON rp.id = rpt.resource_provider_id
|
||||
# INNER JOIN traits AS t
|
||||
# AND rpt.trait_id = t.id
|
||||
# ON rpt.trait_id = t.id
|
||||
# AND t.name = "MISC_SHARES_VIA_AGGREGATE"
|
||||
# INNER JOIN inventories AS inv
|
||||
# ON rp.id = inv.resource_provider_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user