From: Guillaume Abrioux Date: Thu, 13 Sep 2018 13:22:07 +0000 (+0200) Subject: tests: fix monitor_address for shrink_osd scenario X-Git-Tag: v3.2.0beta2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3382c5226c8e6e974dee7be39392652a203bb280;p=ceph-ansible.git tests: fix monitor_address for shrink_osd scenario b89cc1746 introduced a typo. This commit fixes it Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/centos/7/shrink_osd/hosts b/tests/functional/centos/7/shrink_osd/hosts index 02b377cf4..d3b2c1f81 100644 --- a/tests/functional/centos/7/shrink_osd/hosts +++ b/tests/functional/centos/7/shrink_osd/hosts @@ -1,5 +1,5 @@ [mons] -ceph-mon0 monitor_address=192.168.1.10 +ceph-mon0 monitor_address=192.168.71.10 [mgrs] ceph-mon0