trove client HTTPClient __init__ fails if auth_url None
Bug #1375982 reported by
William C. Arnold
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-troveclient |
In Progress
|
Medium
|
William C. Arnold | ||
Bug Description
I see the same problem in the python-troveclient source that is in the python-
Specifically, in troveclient/
should be (like in some other clients, e.g. nova and neutron)
The code without a None check is a problem when an auth tokem is requested from a trust; e.g. this can happen in openstack heat for nested stacks of stacks.
| Changed in python-troveclient: | |
| assignee: | nobody → William C. Arnold (barnold-8) |
| Changed in python-troveclient: | |
| importance: | Undecided → Medium |
| status: | New → Confirmed |
To post a comment you must log in.
Related to https:/ /bugs.launchpad .net/python- cinderclient/ +bug/1358926