unmatch attribute while calling get_grant_resource
Bug #1924956 reported by
LiangLu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
In Progress
|
Medium
|
Yi Feng |
Bug Description
while calling get_grant_
an unmatch parameter happened:
2021-04-15 17:14:05.531 TRACE oslo_messaging.
This error is caused by calling get_grant_
https:/
however in openstack.py, get_grant_
Solution: add 'plugin=None' to get_grant_
Changed in tacker: | |
importance: | Undecided → Medium |
Changed in tacker: | |
assignee: | nobody → Hiromu Asahina (h-asahina) |
Changed in tacker: | |
assignee: | Hiromu Asahina (h-asahina) → Yi Feng (fengyi765) |
To post a comment you must log in.
Hi,
Looking at openstack infra_driver quickly, there is some common style to have an arg `plugin` and caller gives `self` to it even if it's not used actually. So, why don't you follow the convention at once instead of using default value `None` exceptionally?