diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/200_deploy.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/200_deploy.test b/tests/200_deploy.test index c3c3182..e196176 100755 --- a/tests/200_deploy.test +++ b/tests/200_deploy.test @@ -13,7 +13,7 @@ seconds = 1400 ######################################################### # 3shard cluster configuration ######################################################### -d = amulet.Deployment() +d = amulet.Deployment(series='trusty') d.add('configsvr', charm='mongodb', units=scale) d.add('mongos', charm='mongodb', units=scale) |
