ClientManager._region_name should be a public attribute
Bug #2146739 reported by
Karan Anand
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-ironicclient |
Triaged
|
Low
|
Unassigned | ||
| python-openstackclient |
New
|
Undecided
|
Unassigned | ||
Bug Description
ClientManager.
projects like python-ironicclient need to access it when constructing service
clients (e.g. in the OSC plugin's make_client()).
Currently we access instance.
# type: ignore[
detail.
Request: expose region_name as a public property or attribute on
ClientManager so downstream consumers don't need to reach into private
internals.
Reference: https:/
Comment: https:/
| Changed in python-ironicclient: | |
| importance: | Undecided → Medium |
| status: | New → Confirmed |
| status: | Confirmed → Triaged |
| importance: | Medium → Low |
To post a comment you must log in.