Comment 2 for bug 1924956

Revision history for this message
Hiromu Asahina (h-asahina) wrote :

Thank you for your suggestion.
As you pointed out, there is some common style we can follow.

There are two reasons I decided to delete this arg instead of following such style:
i) It's not used (as you pointed out);
ii) The infra drivers inherit an abstract class `VnfScaleAbstractDriver` that defines `get_grant_resource` method without `plugin` arg.

I guess, in general, abstract classes shouldn't be changed frequently.
Would you give me your thoughts?