]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Fix resolve_role_list in daemon.py 890/head
authorWarren Usui <wusui@redhat.com>
Wed, 29 Jun 2016 02:43:10 +0000 (19:43 -0700)
committerWarren Usui <wusui@redhat.com>
Thu, 30 Jun 2016 22:47:53 +0000 (15:47 -0700)
commit228665b5db0da288a94dd630c8f3c151729f47f9
tree40617d84b00594460bda5f7428574fa7bb20699a
parent505ddb86842f86d07944b3030eaf98b3857c61a5
Fix resolve_role_list in daemon.py

resolve_role_list did not handle cases where roles specified contained wild-cards or
were not specified.  ceph.role.a would end up being resolved as ceph.rolea.

Fixes: tracker issue 16053
Signed-off-by: Warren Usui <wusui@redhat.com>
teuthology/orchestra/daemon.py