aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-23 10:01:47 +0000
committerGerrit Code Review <review@openstack.org>2017-05-23 10:01:47 +0000
commit80925bfe3437d8372e00d679a5f437a342eca1fa (patch)
tree47f5feb12a2b7f546e7e61e67622a71c906cd467 /releasenotes
parent40ef686ad7b24dcf05b42b005633be1a6a5d9bbd (diff)
parent9ede958714970d52c55d8180e203aa79627748c4 (diff)
Merge "Disable mongodb by default"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/Disable-mongodb-by-default-cce37d3254a77d27.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/Disable-mongodb-by-default-cce37d3254a77d27.yaml b/releasenotes/notes/Disable-mongodb-by-default-cce37d3254a77d27.yaml
new file mode 100644
index 00000000..e6e452f2
--- /dev/null
+++ b/releasenotes/notes/Disable-mongodb-by-default-cce37d3254a77d27.yaml
@@ -0,0 +1,8 @@
+---
+upgrade:
+ - Mongodb is no longer used by default, so now one has to enable it
+ explicitly if there's a need for using it.
+other:
+ - Mongodb is not used by any service we enable by default, so it has been
+ removed from the default services. It has subsequently been added to the
+ services that use it (zaqar and ceilometer-collector).