oslo.db/releasenotes/notes/add_connection_parameters-2...

8 lines
295 B
YAML

---
features:
- |
Added new option connection_parameters which allows SQLAlchemy query
parameters to be stated separately from the URL itself, to allow
URL-persistence schemes like Nova cells to use controller-local
query parameters that aren't broadcast to all other servers.