From c23a0cffe16611192a2ff0979ded6cca6d853e4e Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 27 Aug 2014 21:17:43 +0100 Subject: [PATCH] orchestra: fine tune docstrings. Signed-off-by: John Spray --- teuthology/orchestra/daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/orchestra/daemon.py b/teuthology/orchestra/daemon.py index 74c68dfcb2..70892b4b5f 100644 --- a/teuthology/orchestra/daemon.py +++ b/teuthology/orchestra/daemon.py @@ -186,9 +186,9 @@ class DaemonGroup(object): # Passing None (i.e. user left config blank) defaults to all roles (filtered by ``types``) None -> ['osd.0', 'osd.1', 'osd.2', 'mds.a', mds.b', 'mon.a'] # Wildcards are expanded - ['mds.*', 'osd.0'] -> ['mds.a', 'mds.b', 'osd.0'] + roles=['mds.*', 'osd.0'] -> ['mds.a', 'mds.b', 'osd.0'] # Boring lists are unaltered - ['osd.0', 'mds.a'] -> ['osd.0', 'mds.a'] + roles=['osd.0', 'mds.a'] -> ['osd.0', 'mds.a'] :param roles: List (of roles or wildcards) or None (select all suitable roles) :param types: List of acceptable role types, for example ['osd', 'mds']. -- 2.39.5