Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Removed deprecated ssl arg for mongo #7473
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 2424082
into
juju:2.2
Jun 8, 2017
1 check passed
github-check-merge-juju
Ran tests against PR. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedJun 8, 2017
Description of change
Mongo was being started with a deprecated ssl argument.
Add support for the new arg in 3.2.
Also add a missing test for mongo 3.2 service config.
QA steps
(trusty still uses mongo 2.4)
$ juju bootstrap lxd --bootstrap-series=trusty
$ juju bootstrap lxd
Bug reference
https://bugs.launchpad.net/juju/+bug/1696005