summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-20 22:02:00 +0000
committerGerrit Code Review <review@openstack.org>2018-02-20 22:02:00 +0000
commit9c6695969f6502f52bc86f22af0758715fdc57c0 (patch)
tree0527a231b8b10eb33a74d9875c8227f960dcf8c6 /releasenotes
parentddfd6e7aae3a6e9d155813134d4a8cb5a5a01b98 (diff)
parent9993efdeef4606f78182d084e4120a158a4e64b8 (diff)
downloadoslo-db-9c6695969f6502f52bc86f22af0758715fdc57c0.tar.gz
Merge "Allow connection query string to be passed separately."
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml b/releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml
new file mode 100644
index 0000000..c4fa1ab
--- /dev/null
+++ b/releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml
@@ -0,0 +1,7 @@
+---
+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.