We don't have the 'mon addr' config property any more.
This commit cannot be cherry-picked from master because qa/tasks/mon_seesaw.py
was dropped in nautilus.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
# assuming we have only one cluster here.
used = []
for name in teuthology.get_mon_names(ctx, cluster):
- addr = ctx.ceph[cluster].conf[name]['mon addr']
+ addr = ctx.ceph[cluster].mons[name]
mon_ip, mon_port = addr.split(':')
if mon_ip != ip:
continue