Fix metadata_settings in containerized mongodb
authorDamien Ciabrini <dciabrin@redhat.com>
Wed, 9 Aug 2017 07:25:42 +0000 (07:25 +0000)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 14 Aug 2017 11:39:02 +0000 (11:39 +0000)
commit630ce41fe329c351c5aa80f579c9985c5e5508fb
treec44d0344ebec21a500119cb1252a839798a538c8
parent4dabd2c487d998caf43fcee9f906ba27985242f6
Fix metadata_settings in containerized mongodb

The containerized version of the mongodb service omits the
metadata_settings definition [1], which confuses certmonger when
internal TLS is enabled and make the generation of certificates fail.

Use the right setting from the non-containerized profile.

[1] https://review.openstack.org/#/c/461780/

Change-Id: I50a9a3a822ba5ef5d2657a12c359b51b7a3a42f2
Closes-Bug: #1709553
docker/services/database/mongodb.yaml