Commit 0a8b322
Eoghan Glynn
Avoid duplicate "/tokens" path in auth_url.
The "/tokens" path is explicitly appended to the OS_AUTH_URL
by the configure_tempest.sh tool, but this is also appended
internally by glance:
https://github.com/openstack/glance/blob/master/glance/common/auth.py#L111
leading to a duplicated "/tokens/tokens" path.
Change-Id: I2ea49289f7e1976346eff220dc3d1664bdad4fb01 parent f82f7da commit 0a8b322
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments