Ubuntu Pastebin

Paste from icey at Fri, 8 Jul 2016 15:08:59 +0000

Download as text
1
2
3
4
5
6
7
8
15:04:37 Traceback (most recent call last):
15:04:37   File "./tests/014-basic-xenial-mitaka", line 8, in <module>
15:04:37     deployment = CephBasicDeployment(series='xenial')
15:04:37   File "/var/lib/jenkins/checkout/0/ceph-proxy/tests/basic_deployment.py", line 36, in __init__
15:04:37     self._initialize_tests()
15:04:37   File "/var/lib/jenkins/checkout/0/ceph-proxy/tests/basic_deployment.py", line 92, in _initialize_tests
15:04:37     ceph_ips = [x['public-address'] for x in self.d.sentry['ceph-mon']]
15:04:37 TypeError: 'UnitSentry' object has no attribute '__getitem__'
Download as text