neutron/releasenotes/notes/allow-noauth-work-without-project-id-f92fac5df37810f0.yaml
ramishra ec550f5f52 Add fake_project_id middleware for noauth
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
2021-07-05 21:18:09 +05:30

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.