Make _discover_extensions public
Bug #1440779 reported by
Andrey Kurilin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Kylin CG | ||
python-novaclient |
Fix Released
|
Medium
|
Kylin CG |
Bug Description
Heat uses[1] `novaclient.
If heat wants use this method, visibility of it should be changed to public.
[1] - https:/
[2] - https:/
description: | updated |
Changed in heat: | |
status: | New → Triaged |
importance: | Undecided → Medium |
summary: |
- heat should not use private methods of novaclient + Make _discover_extensions public |
affects: | heat → python-novaclient |
Changed in python-novaclient: | |
assignee: | nobody → Kylin CG (kylin7-sg) |
Changed in heat: | |
assignee: | nobody → Kylin CG (kylin7-sg) |
Changed in python-novaclient: | |
milestone: | none → 2.25.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
status: | In Progress → Fix Committed |
Changed in heat: | |
milestone: | none → liberty-2 |
status: | Fix Committed → Fix Released |
Changed in heat: | |
importance: | Undecided → Medium |
Changed in heat: | |
milestone: | liberty-2 → 5.0.0 |
To post a comment you must log in.
Is it better to modify novaclient and make this function public? Seems it's the only way to get extensions.