tests: docker_cluster should use 3 mons

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1138/head
Andrew Schoen 2016-12-01 10:21:29 -06:00
parent af568b7e62
commit 330d64c541
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
[mons]
mon0
mon1
mon2
[osds]
osd0

View File

@ -4,7 +4,7 @@
docker: True
# DEFINE THE NUMBER OF VMS TO RUN
mon_vms: 1
mon_vms: 3
osd_vms: 1
mds_vms: 1
rgw_vms: 1