ec550f5f52
This adds a middleware for noauth that would inject a fake project_id for create requests. This would ensure that api consumers don't have to provide a fake project_id in requests. Closes-Bug: #1934039 Change-Id: I5e1de571034be41f1147c130fce66e6cf70b1369
8 lines
316 B
YAML
8 lines
316 B
YAML
---
|
|
features:
|
|
- When ``noauth`` auth_strategy is used, neutron no longer requires
|
|
a resource creation request to include a dummy 'project_id' in
|
|
request body. A default project_id ``fake_project_id`` would be
|
|
populated automatically in that case and would make the use of
|
|
``noauth`` usage simpler.
|