Ubuntu Pastebin

Paste from capsali at Mon, 3 Apr 2017 18:02:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
2017-04-03 10:03:59,704 - root - DEBUG - Starting Deployment Watcher
2017-04-03 10:03:59,705 - root - DEBUG - Starting MAAS Consumer
2017-04-03 10:03:59,705 - root - DEBUG - Starting Juju Consumer
2017-04-03 10:03:59,705 - root - DEBUG - Starting Analizer
2017-04-03 10:03:59,709 - jujuclient.rpc - INFO - Reconnecting client
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 536, in run
    result = self._run(*self.args, **self.kwargs)
  File "/home/ubuntu/deployer/deployer.py", line 399, in _analize
    status = self.juju_watcher.next()
  File "/usr/local/lib/python2.7/dist-packages/jujuclient/watch.py", line 63, in next
    if not self.reconnect():
  File "/usr/local/lib/python2.7/dist-packages/jujuclient/watch.py", line 75, in reconnect
    return super(BaseWatcher, self).reconnect()
  File "/usr/local/lib/python2.7/dist-packages/jujuclient/rpc.py", line 96, in reconnect
    self.conn = self.connector().connect_socket_loop(
AttributeError: 'Watcher' object has no attribute 'connector'
Mon Apr  3 10:03:59 2017 <Greenlet at 0x7fba803d6b90: <bound method Deployer._analize of <__main__.Deployer object at 0x7fba80397390>>> failed with AttributeError

2017-04-03 10:03:59,712 - root - ERROR - Greenlet <Greenlet at 0x7fba803d6b90: <bound method Deployer._analize of <__main__.Deployer object at 0x7fba80397390>>> failed with an exception
Download as text