Commit 2d25fc4
committed
Add use_dynamic_reseller option to keystoneauth
By default we assume the incoming request will point to a complete
account, meaning the object storage endpoint in keystone will end with
something like:
'<uri>/v1/AUTH_%(tenant_id)s'
If you enable `use_dynamic_reseller` then the keystoneauth middleware
will pull the tenant_id from keystone import environment. Allowing an
endpoint of the form:
'<uri>/v1/AUTH_/'
This shortcut makes configuration easier, but can only be reliably used
when on your own account and providing a token. API elements like
tempurl
and public containers need the full account in the path.
To enable this dynamic reseller account completion you need to enable
`use_dynamic_reseller` which is by default `false`::
use_dynamic_reseller = true
Change-Id: I3f0a28de298c02c8d3aefe1473d7226563f11cac1 parent 3313392 commit 2d25fc4
3 files changed
Lines changed: 84 additions & 1 deletion
File tree
- etc
- swift/common/middleware
- test/unit/common/middleware
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
444 | 460 | | |
445 | 461 | | |
446 | 462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
170 | 191 | | |
171 | 192 | | |
172 | 193 | | |
| |||
192 | 213 | | |
193 | 214 | | |
194 | 215 | | |
| 216 | + | |
| 217 | + | |
195 | 218 | | |
196 | 219 | | |
197 | 220 | | |
198 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
199 | 225 | | |
200 | 226 | | |
201 | 227 | | |
| |||
266 | 292 | | |
267 | 293 | | |
268 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
269 | 311 | | |
270 | 312 | | |
271 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
343 | 367 | | |
344 | 368 | | |
345 | 369 | | |
| |||
860 | 884 | | |
861 | 885 | | |
862 | 886 | | |
| 887 | + | |
863 | 888 | | |
864 | 889 | | |
865 | 890 | | |
| |||
0 commit comments