Comment 3 for bug 1355320

Revision history for this message
Menno Finlay-Smits (menno.smits) wrote :

This is the problem commit:

* commit 3b6da1d429bff627a636ca4512c1ae8230f26539
|\ Merge: 508b64f 3ea8fce
| | Author: Juju bot <email address hidden>
| | Date: Mon Aug 11 04:34:18 2014 +0100
| |
| | Merge pull request #414 from axw/state-remove-setmongopassword
| |
| | State remove setmongopassword
| |
| | We create a user in the admin database
| | with read/write privileges to all databases,
| | so there's no need to add users to each
| | other database. Consequently, we can remove
| | the mongo.SetMongoPassword function and
| | change state.Machine.SetMongoPassword to
| | just call mongo.SetAdminMongoPassword.
| |
| | Also removed unit.SetMongoPassword, which
| | isn't required anymore.
| |
| | Tested live:
| | - juju bootstrap && juju ensure-availability
| | - juju upgrade-juju