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:
Kevin_Zheng 2018-08-02 14:23:23 +08:00
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