diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-05-19 14:35:39 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-05-22 14:32:51 +0300 |
commit | 9ede958714970d52c55d8180e203aa79627748c4 (patch) | |
tree | 3a409913deba3b0ffea15862b1c56008cebca5d5 /releasenotes/notes | |
parent | 0900c884281dc73dd3eccbb9ae9ea58efe5487ba (diff) |
Disable mongodb by default
It's not used by any service that we enable by default. So instead, I
added it to the environment that enables the services that use it.
Change-Id: Id2e6550fb7c319fc52469644ea022cf35757e0ce
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/Disable-mongodb-by-default-cce37d3254a77d27.yaml | 8 |
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). |