]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
task/internal/syslog: blacklist openstack datasource log 1109/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 12 Sep 2017 20:47:48 +0000 (16:47 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 12 Sep 2017 20:47:48 +0000 (16:47 -0400)
Caused OVH node jobs to fail when it shouldn't have

Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/task/internal/syslog.py

index eb1540ec1b59db8a9b49f9b6487fee47dc8251ba..639cc7696f8331ff5b787b7942ec5426c372fa4d 100644 (file)
@@ -130,6 +130,8 @@ def syslog(ctx, config):
                     run.Raw('|'),
                     'grep', '-v', 'INFO:ceph-create-keys',
                     run.Raw('|'),
+                    'grep', '-v', 'Loaded datasource DataSourceOpenStack',
+                    run.Raw('|'),
                     'head', '-n', '1',
                 ],
                 stdout=StringIO(),