Ubuntu Pastebin

Paste from SaltySolomon at Tue, 26 Apr 2016 16:12:43 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
[INFO: 04-26 15:14:22, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:14:22, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:14:22, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 15:14:22, openstack-install:295] Running Liberty release
[INFO: 04-26 15:18:52, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 15:18:52, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/3614df1c-f067-4a43-9b3b-dc7e5c79cae5/IM"'
[WARNING: 04-26 15:18:56, utils.py:783] Generating random seed failed: Command 'sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/3614df1c-f067-4a43-9b3b-dc7e5c79cae5/IM"'' returned non-zero exit status 1
[ERROR: 04-26 15:18:56, ev.py:130] Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/ev.py", line 128, in run
    self.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1328, in run
    raise self._exc_info[0](self._exc_info[1]).with_traceback(self._exc_info[2])
  File "/usr/lib/python3.4/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 164, in cb
    callback(self, user_data)
  File "/usr/share/openstack/cloudinstall/controllers/installbase.py", line 103, in update
    self.ui.render_machine_wait_view(self.config)
  File "/usr/share/openstack/cloudinstall/gui.py", line 239, in render_machine_wait_view
    self, self.current_installer, config)
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 43, in __init__
    self.update()
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 93, in update
    global_ok, statuses = self.get_status()
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 74, in get_status
    constraints=cons)
  File "/usr/share/openstack/cloudinstall/maas/__init__.py", line 358, in machines
    nodes = [n for n in self.nodes(constraints)
  File "/usr/share/openstack/cloudinstall/maas/__init__.py", line 304, in nodes
    self._maas_client_nodes = self.maas_client.nodes
  File "/usr/share/openstack/maasclient/__init__.py", line 131, in nodes
    res = self.get('/nodes/', dict(op='list'))
  File "/usr/share/openstack/maasclient/__init__.py", line 58, in get
    auth=self._oauth(),
  File "/usr/share/openstack/maasclient/__init__.py", line 45, in _oauth
    resource_owner_key=self.auth.token_key,
  File "/usr/share/openstack/maasclient/auth.py", line 60, in token_key
    return self.api_key.split(':')[1] if self.api_key else None
IndexError: list index out of range
[DEBUG: 04-26 15:18:56, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:18:56, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:19:31, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:19:31, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:19:51, openstack-status:104] Starting deployment of OpenStack
[INFO: 04-26 15:19:51, openstack-status:122] Running status within container
[ERROR: 04-26 15:19:51, container.py:78] error calling lxc-info to get container IP
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/api/container.py", line 68, in ip
    shell=True)
  File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
    raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command 'sudo lxc-info -n openstack-single-openstack -i -H' returned non-zero exit status 1
[INFO: 04-26 15:20:45, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:20:45, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:20:45, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 15:20:46, openstack-install:295] Running Liberty release
[INFO: 04-26 15:21:11, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 15:21:11, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/b195ff30-df46-4904-98d1-db85539a98d1/IM"'
[WARNING: 04-26 15:21:15, utils.py:783] Generating random seed failed: Command 'sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/b195ff30-df46-4904-98d1-db85539a98d1/IM"'' returned non-zero exit status 1
[ERROR: 04-26 15:21:15, ev.py:130] Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/ev.py", line 128, in run
    self.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1328, in run
    raise self._exc_info[0](self._exc_info[1]).with_traceback(self._exc_info[2])
  File "/usr/lib/python3.4/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 164, in cb
    callback(self, user_data)
  File "/usr/share/openstack/cloudinstall/controllers/installbase.py", line 103, in update
    self.ui.render_machine_wait_view(self.config)
  File "/usr/share/openstack/cloudinstall/gui.py", line 239, in render_machine_wait_view
    self, self.current_installer, config)
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 43, in __init__
    self.update()
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 93, in update
    global_ok, statuses = self.get_status()
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 74, in get_status
    constraints=cons)
  File "/usr/share/openstack/cloudinstall/maas/__init__.py", line 358, in machines
    nodes = [n for n in self.nodes(constraints)
  File "/usr/share/openstack/cloudinstall/maas/__init__.py", line 304, in nodes
    self._maas_client_nodes = self.maas_client.nodes
  File "/usr/share/openstack/maasclient/__init__.py", line 131, in nodes
    res = self.get('/nodes/', dict(op='list'))
  File "/usr/share/openstack/maasclient/__init__.py", line 58, in get
    auth=self._oauth(),
  File "/usr/share/openstack/maasclient/__init__.py", line 45, in _oauth
    resource_owner_key=self.auth.token_key,
  File "/usr/share/openstack/maasclient/auth.py", line 60, in token_key
    return self.api_key.split(':')[1] if self.api_key else None
IndexError: list index out of range
[DEBUG: 04-26 15:21:15, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:21:15, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:21:21, openstack-status:104] Starting deployment of OpenStack
[DEBUG: 04-26 15:21:21, config.py:189] Querying juju env in /home/openstack/.cloud-install/juju/environments/maas.jenv
[DEBUG: 04-26 15:21:21, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:21:21, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:21:31, openstack-status:104] Starting deployment of OpenStack
[DEBUG: 04-26 15:21:31, config.py:189] Querying juju env in /home/openstack/.cloud-install/juju/environments/maas.jenv
[DEBUG: 04-26 15:21:31, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:21:31, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:22:11, openstack-status:104] Starting deployment of OpenStack
[DEBUG: 04-26 15:22:11, config.py:189] Querying juju env in /home/openstack/.cloud-install/juju/environments/maas.jenv
[DEBUG: 04-26 15:22:11, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:22:11, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:22:15, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:22:15, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:22:28, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:22:28, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:22:28, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 15:22:28, openstack-install:295] Running Liberty release
[INFO: 04-26 15:22:48, installbase.py:132] Performing an Autopilot install
[INFO: 04-26 15:22:48, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/32ad741c-018b-4131-9eb4-02edbc4fec59/IL"'
[WARNING: 04-26 15:22:52, utils.py:783] Generating random seed failed: Command 'sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/32ad741c-018b-4131-9eb4-02edbc4fec59/IL"'' returned non-zero exit status 1
[DEBUG: 04-26 15:23:30, landscape.py:75] Existing MAAS defined, doing a LDS installation with existing MAAS.
[ERROR: 04-26 15:23:30, ev.py:130] Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/ev.py", line 128, in run
    self.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1328, in run
    raise self._exc_info[0](self._exc_info[1]).with_traceback(self._exc_info[2])
  File "/usr/lib/python3.4/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 164, in cb
    callback(self, user_data)
  File "/usr/share/openstack/cloudinstall/controllers/installbase.py", line 103, in update
    self.ui.render_machine_wait_view(self.config)
  File "/usr/share/openstack/cloudinstall/gui.py", line 239, in render_machine_wait_view
    self, self.current_installer, config)
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 43, in __init__
    self.update()
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 93, in update
    global_ok, statuses = self.get_status()
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 74, in get_status
    constraints=cons)
  File "/usr/share/openstack/cloudinstall/maas/__init__.py", line 358, in machines
    nodes = [n for n in self.nodes(constraints)
  File "/usr/share/openstack/cloudinstall/maas/__init__.py", line 304, in nodes
    self._maas_client_nodes = self.maas_client.nodes
  File "/usr/share/openstack/maasclient/__init__.py", line 131, in nodes
    res = self.get('/nodes/', dict(op='list'))
  File "/usr/share/openstack/maasclient/__init__.py", line 58, in get
    auth=self._oauth(),
  File "/usr/share/openstack/maasclient/__init__.py", line 45, in _oauth
    resource_owner_key=self.auth.token_key,
  File "/usr/share/openstack/maasclient/auth.py", line 60, in token_key
    return self.api_key.split(':')[1] if self.api_key else None
IndexError: list index out of range
[DEBUG: 04-26 15:23:30, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:23:30, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:24:35, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:24:35, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:24:55, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:24:55, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:24:55, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 15:24:56, openstack-install:295] Running Liberty release
[INFO: 04-26 15:28:22, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 15:28:22, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/6b265262-91f5-4f5d-81c3-43e58e88db11/IM"'
[WARNING: 04-26 15:28:26, utils.py:783] Generating random seed failed: Command 'sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/6b265262-91f5-4f5d-81c3-43e58e88db11/IM"'' returned non-zero exit status 1
[ERROR: 04-26 15:29:18, utils.py:312] Problem with package install: Command 'DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get -qyf -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install openstack-multi' returned non-zero exit status 100
[DEBUG: 04-26 15:29:18, utils.py:627] ssh keys exist for this user, they will be used instead.
[DEBUG: 04-26 15:29:18, multi.py:129] Bootstrapping Juju: JUJU_HOME=/home/openstack/.cloud-install/juju juju  bootstrap 
[DEBUG: 04-26 15:31:59, multi.py:135] Problem during bootstrap: '{'err': 'Bootstrapping environment "maas"\nBootstrap failed, destroying environment\nERROR failed to bootstrap environment: Juju cannot bootstrap because no tools are available for your environment.\nYou may want to use the \'agent-metadata-url\' configuration setting to specify the tools location.\n\n', 'output': '', 'status': 1}'
[ERROR: 04-26 15:31:59, gui.py:267] A fatal error has occurred: Problem with juju bootstrap.

[DEBUG: 04-26 15:31:59, error.py:35] showing error view for: Problem with juju bootstrap.
[ERROR: 04-26 15:32:54, ev.py:130] Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/ev.py", line 128, in run
    self.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1326, in run
    self._loop.run_forever()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 302, in run_forever
    self._run_once()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 1219, in _run_once
    handle._run()
  File "/usr/lib/python3.4/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 393, in <lambda>
    event_loop, callback, self.get_available_raw_input())
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 493, in parse_input
    callback(processed, processed_codes)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 403, in _update
    self.process_input(keys)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 503, in process_input
    k = self._topmost_widget.keypress(self.screen_size, k)
  File "/usr/share/openstack/cloudinstall/gui.py", line 136, in keypress
    return super().keypress(size, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1128, in keypress
    return self.body.keypress( (maxcol, remaining), key )
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 836, in keypress
    return self._original_widget.keypress((maxcol,), key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 621, in keypress
    return self._original_widget.keypress(maxvals, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/wimp.py", line 535, in keypress
    self._emit('click')
  File "/usr/lib/python3/dist-packages/urwid/widget.py", line 463, in _emit
    signals.emit_signal(self, name, self, *args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 264, in emit
    result |= self._call_callback(callback, user_arg, user_args, args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 294, in _call_callback
    return bool(callback(*args_to_pass))
  File "/usr/share/openstack/cloudinstall/ui/views/error.py", line 66, in cancel
    raise SystemExit("Install exited because of error.")
SystemExit: Install exited because of error.
[DEBUG: 04-26 15:32:54, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:32:54, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:47:29, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:47:29, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:47:35, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:47:35, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:47:35, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 15:47:36, openstack-install:295] Running Liberty release
[INFO: 04-26 15:47:47, ev.py:94] Stopping eventloop
[DEBUG: 04-26 15:47:47, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:47:47, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:47:49, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:47:49, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:47:50, openstack-install:295] Running Liberty release
[INFO: 04-26 15:47:50, ev.py:94] Stopping eventloop
[DEBUG: 04-26 15:47:50, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 15:47:50, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 15:52:42, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 15:52:42, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 15:52:42, openstack-install:295] Running Liberty release
[INFO: 04-26 15:55:50, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 15:55:50, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/47bbf094-5e37-47ef-a4ea-1ccf3795e1f6/IM"'
[DEBUG: 04-26 16:01:24, utils.py:627] ssh keys exist for this user, they will be used instead.
[DEBUG: 04-26 16:01:24, multi.py:129] Bootstrapping Juju: JUJU_HOME=/home/openstack/.cloud-install/juju juju  bootstrap 
[DEBUG: 04-26 16:03:11, multi.py:135] Problem during bootstrap: '{'err': 'Bootstrapping environment "maas"\nStarting new instance for initial state server\nLaunching instance\nWARNING no architecture was specified, acquiring an arbitrary node\n - /MAAS/api/1.0/nodes/node-e8b5ca58-0baa-11e6-8a33-20cf30f1fef1/\nERROR failed to bootstrap environment: bootstrap instance started but did not change to Deployed state: instance "/MAAS/api/1.0/nodes/node-e8b5ca58-0baa-11e6-8a33-20cf30f1fef1/" failed to deploy\n', 'status': 1, 'output': ''}'
[ERROR: 04-26 16:03:11, gui.py:267] A fatal error has occurred: Problem with juju bootstrap.

[DEBUG: 04-26 16:03:11, error.py:35] showing error view for: Problem with juju bootstrap.
[ERROR: 04-26 16:03:12, task.py:78] ran off end of task list
[DEBUG: 04-26 16:03:12, utils.py:627] ssh keys exist for this user, they will be used instead.
[DEBUG: 04-26 16:03:12, multi.py:129] Bootstrapping Juju: JUJU_HOME=/home/openstack/.cloud-install/juju juju  bootstrap 
[DEBUG: 04-26 16:03:12, multi.py:135] Problem during bootstrap: '{'err': 'WARNING ignoring environments.yaml: using bootstrap config in file "/home/openstack/.cloud-install/juju/environments/maas.jenv"\nWARNING This juju environment is already bootstrapped. If you want to start a new Juju\nenvironment, first run juju destroy-environment to clean up, or switch to an\nalternative environment.\nERROR environment is already bootstrapped\n', 'status': 1, 'output': ''}'
[ERROR: 04-26 16:03:12, gui.py:267] A fatal error has occurred: Problem with juju bootstrap.

[DEBUG: 04-26 16:03:12, error.py:35] showing error view for: Problem with juju bootstrap.
[INFO: 04-26 16:03:39, ev.py:94] Stopping eventloop
[DEBUG: 04-26 16:03:39, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 16:03:39, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 16:06:52, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 16:06:52, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 16:07:21, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 16:07:21, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 16:07:21, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 16:07:21, openstack-install:295] Running Liberty release
[INFO: 04-26 16:10:59, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 16:10:59, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/2b4dc98b-fcb9-4cdd-a87d-e474b91d5ae8/IM"'
[DEBUG: 04-26 16:12:26, utils.py:627] ssh keys exist for this user, they will be used instead.
[DEBUG: 04-26 16:12:26, multi.py:129] Bootstrapping Juju: JUJU_HOME=/home/openstack/.cloud-install/juju juju  bootstrap 
[INFO: 04-26 16:38:16, ev.py:94] Stopping eventloop
[DEBUG: 04-26 16:38:16, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 16:38:16, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 16:41:55, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 16:41:55, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 16:42:05, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 16:42:05, openstack-install:228] Start command: ['/usr/bin/openstack-install']
[INFO: 04-26 16:42:05, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 16:42:05, openstack-install:295] Running Liberty release
[ERROR: 04-26 16:42:07, ev.py:130] Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/ev.py", line 128, in run
    self.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1326, in run
    self._loop.run_forever()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 302, in run_forever
    self._run_once()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 1183, in _run_once
    event_list = self._selector.select(timeout)
  File "/usr/lib/python3.4/selectors.py", line 432, in select
    fd_event_list = self._epoll.poll(timeout, max_ev)
KeyboardInterrupt
[DEBUG: 04-26 16:42:07, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 16:42:07, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 16:45:25, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 16:45:25, openstack-install:228] Start command: ['/usr/bin/openstack-install', '--debug']
[INFO: 04-26 16:45:27, openstack-install:295] Running Liberty release
[INFO: 04-26 16:47:12, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 16:47:12, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/138e819c-c3a9-4694-9c54-a360f99ef5b0/IM"'
[ERROR: 04-26 17:07:54, ev.py:130] Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/ev.py", line 128, in run
    self.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1326, in run
    self._loop.run_forever()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 302, in run_forever
    self._run_once()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 1219, in _run_once
    handle._run()
  File "/usr/lib/python3.4/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 393, in <lambda>
    event_loop, callback, self.get_available_raw_input())
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 493, in parse_input
    callback(processed, processed_codes)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 403, in _update
    self.process_input(keys)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 503, in process_input
    k = self._topmost_widget.keypress(self.screen_size, k)
  File "/usr/share/openstack/cloudinstall/gui.py", line 136, in keypress
    return super().keypress(size, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1128, in keypress
    return self.body.keypress( (maxcol, remaining), key )
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 58, in keypress
    return super().keypress(size, key)
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 836, in keypress
    return self._original_widget.keypress((maxcol,), key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 621, in keypress
    return self._original_widget.keypress(maxvals, key)
  File "/usr/lib/python3/dist-packages/urwid/wimp.py", line 535, in keypress
    self._emit('click')
  File "/usr/lib/python3/dist-packages/urwid/widget.py", line 463, in _emit
    signals.emit_signal(self, name, self, *args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 264, in emit
    result |= self._call_callback(callback, user_arg, user_args, args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 294, in _call_callback
    return bool(callback(*args_to_pass))
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 131, in do_cancel
    raise SystemExit("Installation cancelled.")
SystemExit: Installation cancelled.
[DEBUG: 04-26 17:08:12, utils.py:59] Juju Version: 1.25.5-wily-amd64
[INFO: 04-26 17:08:12, utils.py:61] Cleanup, saving latest config object.
[INFO: 04-26 17:18:53, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 17:18:53, openstack-install:228] Start command: ['/usr/bin/openstack-install', '--debug']
[INFO: 04-26 17:19:27, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 17:19:27, openstack-install:228] Start command: ['/usr/bin/openstack-install', '--debug']
[INFO: 04-26 17:19:27, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 17:19:29, openstack-install:295] Running Liberty release
[INFO: 04-26 17:22:02, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 17:22:02, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/84566de3-a6ff-4f6d-8f5c-ee82c6b3f006/IM"'
[ERROR: 04-26 17:24:42, ev.py:130] Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/ev.py", line 128, in run
    self.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1326, in run
    self._loop.run_forever()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 302, in run_forever
    self._run_once()
  File "/usr/lib/python3.4/asyncio/base_events.py", line 1219, in _run_once
    handle._run()
  File "/usr/lib/python3.4/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 393, in <lambda>
    event_loop, callback, self.get_available_raw_input())
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 493, in parse_input
    callback(processed, processed_codes)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 403, in _update
    self.process_input(keys)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 503, in process_input
    k = self._topmost_widget.keypress(self.screen_size, k)
  File "/usr/share/openstack/cloudinstall/gui.py", line 136, in keypress
    return super().keypress(size, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1128, in keypress
    return self.body.keypress( (maxcol, remaining), key )
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 58, in keypress
    return super().keypress(size, key)
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 836, in keypress
    return self._original_widget.keypress((maxcol,), key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 621, in keypress
    return self._original_widget.keypress(maxvals, key)
  File "/usr/lib/python3/dist-packages/urwid/wimp.py", line 535, in keypress
    self._emit('click')
  File "/usr/lib/python3/dist-packages/urwid/widget.py", line 463, in _emit
    signals.emit_signal(self, name, self, *args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 264, in emit
    result |= self._call_callback(callback, user_arg, user_args, args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 294, in _call_callback
    return bool(callback(*args_to_pass))
  File "/usr/share/openstack/cloudinstall/ui/views/machinewait.py", line 131, in do_cancel
    raise SystemExit("Installation cancelled.")
SystemExit: Installation cancelled.
[INFO: 04-26 17:26:38, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 17:26:38, openstack-install:228] Start command: ['/usr/bin/openstack-install', '--debug']
[INFO: 04-26 17:26:51, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 17:26:51, openstack-install:228] Start command: ['/usr/bin/openstack-install', '--debug']
[INFO: 04-26 17:26:51, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 17:26:51, openstack-install:295] Running Liberty release
[INFO: 04-26 17:31:41, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 17:31:41, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/b144455e-25aa-45f4-a8e1-9c8e5a60b0aa/IM"'
[DEBUG: 04-26 17:31:51, utils.py:627] ssh keys exist for this user, they will be used instead.
[DEBUG: 04-26 17:31:51, multi.py:129] Bootstrapping Juju: JUJU_HOME=/home/openstack/.cloud-install/juju juju  bootstrap 
[INFO: 04-26 17:46:27, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 17:46:27, openstack-install:228] Start command: ['/usr/bin/openstack-install', '--debug']
[INFO: 04-26 17:46:43, openstack-install:227] Starting OpenStack Installer v0.99.28
[INFO: 04-26 17:46:43, openstack-install:228] Start command: ['/usr/bin/openstack-install', '--debug']
[INFO: 04-26 17:46:43, openstack-install:239] Creating juju directories: /home/openstack/.cloud-install/juju
[INFO: 04-26 17:46:43, openstack-install:295] Running Liberty release
[DEBUG: 04-26 17:50:40, multi.py:135] Problem during bootstrap: '{'err': 'Bootstrapping environment "maas"\nStarting new instance for initial state server\nLaunching instance\nWARNING no architecture was specified, acquiring an arbitrary node\n - /MAAS/api/1.0/nodes/node-e8b5ca58-0baa-11e6-8a33-20cf30f1fef1/\nInstalling Juju agent on bootstrap instance\nWaiting for address\nAttempting to connect to Testnode02.maas:22\nAttempting to connect to Testnode02.maas:22\nAttempting to connect to 192.168.1.101:22\nLogging to /var/log/cloud-init-output.log on remote host\nRunning apt-get update\nRunning apt-get upgrade\nInstalling package: curl\nInstalling package: cpu-checker\nInstalling package: bridge-utils\nInstalling package: rsyslog-gnutls\nInstalling package: cloud-utils\nInstalling package: cloud-image-utils\nInstalling package: tmux\nFetching tools: curl -sSfw \'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s \' --retry 10 -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz]>\nCloud-init v. 0.7.5 running \'init-local\' at Tue, 26 Apr 2016 16:36:27 +0000. Up 8.81 seconds.\nCloud-init v. 0.7.5 running \'init\' at Tue, 26 Apr 2016 16:36:31 +0000. Up 12.51 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+------+---------------+---------------+-------------------+\nci-info: | Device |  Up  |    Address    |      Mask     |     Hw-Address    |\nci-info: +--------+------+---------------+---------------+-------------------+\nci-info: |   lo   | True |   127.0.0.1   |   255.0.0.0   |         .         |\nci-info: |  eth1  | True | 192.168.1.101 | 255.255.255.0 | 90:e6:ba:80:db:bd |\nci-info: |  eth0  | True |       .       |       .       | 90:e6:ba:80:dc:53 |\nci-info: +--------+------+---------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++\nci-info: +-------+-------------+-------------+---------------+-----------+-------+\nci-info: | Route | Destination |   Gateway   |    Genmask    | Interface | Flags |\nci-info: +-------+-------------+-------------+---------------+-----------+-------+\nci-info: |   0   |   0.0.0.0   | 192.168.1.1 |    0.0.0.0    |    eth1   |   UG  |\nci-info: |   1   | 192.168.1.0 |   0.0.0.0   | 255.255.255.0 |    eth1   |   U   |\nci-info: +-------+-------------+-------------+---------------+-----------+-------+\nApr 26 16:36:38 ubuntu pollinate[852]: ERROR: Network communication failed [7]\\n16:36:36.867632 * Hostname was NOT found in DNS cache\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     016:36:36.872229 *   Trying 91.189.94.24...\n\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     016:36:38.370233 * After 1498ms connect time, move on!\n16:36:38.370280 * connect to 91.189.94.24 port 443 failed: Connection timed out\n16:36:38.370321 *   Trying 91.189.94.10...\n16:36:39.119204 * After 748ms connect time, move on!\n16:36:39.119274 * connect to 91.189.94.10 port 443 failed: Connection timed out\n16:36:39.119343 * Failed to connect to entropy.ubuntu.com port 443: Connection timed out\n16:36:39.119389 * Closing connection 0\ncurl: (7) Failed to connect to entropy.ubuntu.com port 443: Connection timed out\n2016-04-26 16:36:38,845 - util.py[WARNING]: Running seed_random (<module \'cloudinit.config.cc_seed_random\' from \'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_seed_random.pyc\'>) failed\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n2d:16:ba:78:f2:37:b5:b8:88:06:c3:55:63:07:45:8e root@Testnode02\nThe key\'s randomart image is:\n+--[ RSA 2048]----+\n|      .+o        |\n|      +o.        |\n|     oEoo        |\n|    .  . o       |\n| . .  . S .      |\n|  +  . o ..      |\n|   oo o  o .     |\n|    .= .+ .      |\n|   .. o..o       |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n89:5e:20:43:ff:b2:d9:17:11:14:d1:9c:1a:9d:18:14 root@Testnode02\nThe key\'s randomart image is:\n+--[ DSA 1024]----+\n|    .    oEX o   |\n|   . .    o.*    |\n|    o o   .o     |\n|     o + ...     |\n|      o S .      |\n|     . *   .     |\n|      + . .      |\n|         .       |\n|                 |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n8e:ca:45:1a:b2:08:00:6b:ce:aa:81:a1:b1:6e:a1:d6 root@Testnode02\nThe key\'s randomart image is:\n+--[ECDSA  256]---+\n|.                |\n|..               |\n|o.               |\n|=                |\n|+o. . . S        |\n|=* o + o         |\n|O + . o .        |\n|++ E o           |\n|+.  o            |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n75:e4:e7:40:a7:c3:c2:08:e0:78:64:f1:b3:31:0c:93 root@Testnode02\nThe key\'s randomart image is:\n+--[ED25519  256--+\n|    B+.     o .  |\n|   =E= . o = o   |\n|  . o * . + B .  |\n|   .   = . o =   |\n|      . S     .  |\n|                 |\n|                 |\n|                 |\n|                 |\n+-----------------+\nCloud-init v. 0.7.5 running \'modules:config\' at Tue, 26 Apr 2016 16:36:40 +0000. Up 22.02 seconds.\nGenerating locales...\n  en_US.UTF-8... up-to-date\nGeneration complete.\nIgn http://archive.ubuntu.com trusty InRelease\nHit http://archive.ubuntu.com trusty-updates InRelease\nHit http://archive.ubuntu.com trusty-security InRelease\nHit http://archive.ubuntu.com trusty Release.gpg\nHit http://archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nGet:1 http://archive.ubuntu.com trusty-updates/main Translation-en [378 kB]\nGet:2 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [7227 B]\nGet:3 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3699 B]\nGet:4 http://archive.ubuntu.com trusty-updates/universe Translation-en [188 kB]\nHit http://archive.ubuntu.com trusty-security/main amd64 Packages\nHit http://archive.ubuntu.com trusty-security/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-security/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-security/multiverse amd64 Packages\nGet:5 http://archive.ubuntu.com trusty-security/main Translation-en [251 kB]\nGet:6 http://archive.ubuntu.com trusty-security/multiverse Translation-en [2570 B]\nGet:7 http://archive.ubuntu.com trusty-security/restricted Translation-en [3206 B]\nGet:8 http://archive.ubuntu.com trusty-security/universe Translation-en [74.9 kB]\nHit http://archive.ubuntu.com trusty Release\nHit http://archive.ubuntu.com trusty/main amd64 Packages\nHit http://archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty/universe amd64 Packages\nHit http://archive.ubuntu.com trusty/multiverse amd64 Packages\nGet:9 http://archive.ubuntu.com trusty/main Translation-en [762 kB]\nGet:10 http://archive.ubuntu.com trusty/multiverse Translation-en [102 kB]\nGet:11 http://archive.ubuntu.com trusty/restricted Translation-en [3457 B]\nGet:12 http://archive.ubuntu.com trusty/universe Translation-en [4089 kB]\nFetched 5865 kB in 5s (1091 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following NEW packages will be installed:\n  bridge-utils\n0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.\nNeed to get 29.2 kB of archives.\nAfter this operation, 146 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com//ubuntu/ trusty/main bridge-utils amd64 1.5-6ubuntu2 [29.2 kB]\nFetched 29.2 kB in 0s (124 kB/s)\nSelecting previously unselected package bridge-utils.\n(Reading database ... 56202 files and directories currently installed.)\nPreparing to unpack .../bridge-utils_1.5-6ubuntu2_amd64.deb ...\nUnpacking bridge-utils (1.5-6ubuntu2) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up bridge-utils (1.5-6ubuntu2) ...\nCloud-init v. 0.7.5 running \'modules:final\' at Tue, 26 Apr 2016 16:36:53 +0000. Up 34.36 seconds.\n+ mkdir -p /var/lib/juju\n+ cat\n+ chmod 0755 /var/lib/juju/MAASmachine.txt\n+ trap rm -f "/tmp/add-juju-bridge.py" EXIT\n+ [ -x /usr/bin/python2 ]\n+ juju_networking_preferred_python_binary=/usr/bin/python2\n+ [ ! -z /usr/bin/python2 ]\n+ ip -4 route list exact default\n+ head -n1\n+ cut -d  -f5\n+ juju_ipv4_interface_to_bridge=eth1\n+ [ -f /tmp/add-juju-bridge.py ]\n+ /usr/bin/python2 /tmp/add-juju-bridge.py --bridge-name=juju-br0 --interface-to-bridge=eth1 --one-time-backup --activate /etc/network/interfaces\n**** Original configuration\ncat /etc/network/interfaces\nauto lo\niface lo inet loopback\n    dns-nameservers 192.168.1.1\n    dns-search maas\nauto eth0\niface eth0 inet manual\n    mtu 1500\n\nauto eth1\niface eth1 inet static\n    gateway 192.168.1.1\n    address 192.168.1.101/24\n    mtu 1500\nifconfig -a\neth0      Link encap:Ethernet  HWaddr 90:e6:ba:80:dc:53  \n          UP BROADCAST MULTICAST  MTU:1500  Metric:1\n          RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n          collisions:0 txqueuelen:1000 \n          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)\n\neth1      Link encap:Ethernet  HWaddr 90:e6:ba:80:db:bd  \n          inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0\n          inet6 addr: fe80::92e6:baff:fe80:dbbd/64 Scope:Link\n          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1\n          RX packets:4581 errors:0 dropped:0 overruns:0 frame:0\n          TX packets:1318 errors:0 dropped:0 overruns:0 carrier:0\n          collisions:0 txqueuelen:1000 \n          RX bytes:6245778 (6.2 MB)  TX bytes:113818 (113.8 KB)\n\nlo        Link encap:Local Loopback  \n          inet addr:127.0.0.1  Mask:255.0.0.0\n          inet6 addr: ::1/128 Scope:Host\n          UP LOOPBACK RUNNING  MTU:65536  Metric:1\n          RX packets:4 errors:0 dropped:0 overruns:0 frame:0\n          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0\n          collisions:0 txqueuelen:0 \n          RX bytes:352 (352.0 B)  TX bytes:352 (352.0 B)\nifdown --exclude=lo --interfaces=/etc/network/interfaces $(ifquery --interfaces=/etc/network/interfaces --exclude=lo --list)\n**** Activating new configuration\ncat /etc/network/interfaces\nauto lo\niface lo inet loopback\n    dns-nameservers 192.168.1.1\n    dns-search maas\n\nauto eth0\niface eth0 inet manual\n    mtu 1500\n\niface eth1 inet manual\n\nauto juju-br0\niface juju-br0 inet static\n    gateway 192.168.1.1\n    address 192.168.1.101/24\n    mtu 1500\n    bridge_ports eth1\nifup --exclude=lo --interfaces=/etc/network/interfaces $(ifquery --interfaces=/etc/network/interfaces --exclude=lo --list)\n\nWaiting for juju-br0 to get ready (MAXWAIT is 32 seconds).\nip link show up\n1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default \n    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000\n    link/ether 90:e6:ba:80:dc:53 brd ff:ff:ff:ff:ff:ff\n3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master juju-br0 state UP mode DEFAULT group default qlen 1000\n    link/ether 90:e6:ba:80:db:bd brd ff:ff:ff:ff:ff:ff\n4: juju-br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default \n    link/ether 90:e6:ba:80:db:bd brd ff:ff:ff:ff:ff:ff\nifconfig -a\neth0      Link encap:Ethernet  HWaddr 90:e6:ba:80:dc:53  \n          UP BROADCAST MULTICAST  MTU:1500  Metric:1\n          RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n          collisions:0 txqueuelen:1000 \n          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)\n\neth1      Link encap:Ethernet  HWaddr 90:e6:ba:80:db:bd  \n          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1\n          RX packets:4864 errors:0 dropped:0 overruns:0 frame:0\n          TX packets:1619 errors:0 dropped:0 overruns:0 carrier:0\n          collisions:0 txqueuelen:1000 \n          RX bytes:6313257 (6.3 MB)  TX bytes:167240 (167.2 KB)\n\njuju-br0  Link encap:Ethernet  HWaddr 90:e6:ba:80:db:bd  \n          inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0\n          inet6 addr: fe80::92e6:baff:fe80:dbbd/64 Scope:Link\n          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1\n          RX packets:272 errors:0 dropped:0 overruns:0 frame:0\n          TX packets:305 errors:0 dropped:0 overruns:0 carrier:0\n          collisions:0 txqueuelen:0 \n          RX bytes:62945 (62.9 KB)  TX bytes:53722 (53.7 KB)\n\nlo        Link encap:Local Loopback  \n          inet addr:127.0.0.1  Mask:255.0.0.0\n          inet6 addr: ::1/128 Scope:Host\n          UP LOOPBACK RUNNING  MTU:65536  Metric:1\n          RX packets:8 errors:0 dropped:0 overruns:0 frame:0\n          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0\n          collisions:0 txqueuelen:0 \n          RX bytes:712 (712.0 B)  TX bytes:712 (712.0 B)\nip route show\ndefault via 192.168.1.1 dev juju-br0 \n192.168.1.0/24 dev juju-br0  proto kernel  scope link  src 192.168.1.101 \nbrctl show\nbridge name\tbridge id\t\tSTP enabled\tinterfaces\njuju-br0\t\t8000.90e6ba80dbbd\tno\t\teth1\n+ set -xe\n+ install -D -m 644 /dev/null /etc/init/juju-clean-shutdown.conf\n+ printf %s\\n \nauthor "Juju Team <juju@lists.ubuntu.com>"\ndescription "Stop all network interfaces on shutdown"\nstart on runlevel [016]\ntask\nconsole output\n\nexec /sbin/ifdown -a -v --force\n\n+ install -D -m 644 /dev/null /var/lib/juju/nonce.txt\n+ printf %s\\n user-admin:bootstrap\n+ rm -f /tmp/add-juju-bridge.py\nCloud-init v. 0.7.5 finished at Tue, 26 Apr 2016 16:37:16 +0000. Datasource DataSourceMAAS [http://192.168.1.1:5240/MAAS/metadata/].  Up 58.10 seconds\nIgn http://archive.ubuntu.com trusty InRelease\nHit http://archive.ubuntu.com trusty-updates InRelease\nHit http://archive.ubuntu.com trusty-security InRelease\nHit http://archive.ubuntu.com trusty Release.gpg\nHit http://archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/main Translation-en\nHit http://archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://archive.ubuntu.com trusty-security/main amd64 Packages\nHit http://archive.ubuntu.com trusty-security/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-security/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-security/multiverse amd64 Packages\nHit http://archive.ubuntu.com trusty-security/main Translation-en\nHit http://archive.ubuntu.com trusty-security/multiverse Translation-en\nHit http://archive.ubuntu.com trusty-security/restricted Translation-en\nHit http://archive.ubuntu.com trusty-security/universe Translation-en\nHit http://archive.ubuntu.com trusty Release\nHit http://archive.ubuntu.com trusty/main amd64 Packages\nHit http://archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty/universe amd64 Packages\nHit http://archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://archive.ubuntu.com trusty/main Translation-en\nHit http://archive.ubuntu.com trusty/multiverse Translation-en\nHit http://archive.ubuntu.com trusty/restricted Translation-en\nHit http://archive.ubuntu.com trusty/universe Translation-en\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following packages will be upgraded:\n  apt apt-transport-https apt-utils dpkg libapt-inst1.5 libapt-pkg4.12\n  libpcre3 linux-firmware tzdata\n9 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 37.3 MB of archives.\nAfter this operation, 37.0 MB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com//ubuntu/ trusty-updates/main dpkg amd64 1.17.5ubuntu5.6 [1956 kB]\nGet:2 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libapt-pkg4.12 amd64 1.0.1ubuntu2.13 [638 kB]\nGet:3 http://archive.ubuntu.com//ubuntu/ trusty-updates/main apt amd64 1.0.1ubuntu2.13 [954 kB]\nGet:4 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libpcre3 amd64 1:8.31-2ubuntu2.3 [144 kB]\nGet:5 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libapt-inst1.5 amd64 1.0.1ubuntu2.13 [58.6 kB]\nGet:6 http://archive.ubuntu.com//ubuntu/ trusty-updates/main tzdata all 2016d-0ubuntu0.14.04 [167 kB]\nGet:7 http://archive.ubuntu.com//ubuntu/ trusty-updates/main apt-utils amd64 1.0.1ubuntu2.13 [172 kB]\nGet:8 http://archive.ubuntu.com//ubuntu/ trusty-updates/main apt-transport-https amd64 1.0.1ubuntu2.13 [25.1 kB]\nGet:9 http://archive.ubuntu.com//ubuntu/ trusty-updates/main linux-firmware all 1.127.22 [33.2 MB]\nPreconfiguring packages ...\nFetched 37.3 MB in 5s (7273 kB/s)\n(Reading database ... 56228 files and directories currently installed.)\nPreparing to unpack .../dpkg_1.17.5ubuntu5.6_amd64.deb ...\nUnpacking dpkg (1.17.5ubuntu5.6) over (1.17.5ubuntu5.5) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up dpkg (1.17.5ubuntu5.6) ...\n(Reading database ... 56228 files and directories currently installed.)\nPreparing to unpack .../libapt-pkg4.12_1.0.1ubuntu2.13_amd64.deb ...\nUnpacking libapt-pkg4.12:amd64 (1.0.1ubuntu2.13) over (1.0.1ubuntu2.12) ...\nSetting up libapt-pkg4.12:amd64 (1.0.1ubuntu2.13) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.7) ...\n(Reading database ... 56228 files and directories currently installed.)\nPreparing to unpack .../apt_1.0.1ubuntu2.13_amd64.deb ...\nUnpacking apt (1.0.1ubuntu2.13) over (1.0.1ubuntu2.12) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up apt (1.0.1ubuntu2.13) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.7) ...\n(Reading database ... 56228 files and directories currently installed.)\nPreparing to unpack .../libpcre3_1%3a8.31-2ubuntu2.3_amd64.deb ...\nUnpacking libpcre3:amd64 (1:8.31-2ubuntu2.3) over (1:8.31-2ubuntu2.2) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libpcre3:amd64 (1:8.31-2ubuntu2.3) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.7) ...\n(Reading database ... 56228 files and directories currently installed.)\nPreparing to unpack .../libapt-inst1.5_1.0.1ubuntu2.13_amd64.deb ...\nUnpacking libapt-inst1.5:amd64 (1.0.1ubuntu2.13) over (1.0.1ubuntu2.12) ...\nPreparing to unpack .../tzdata_2016d-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata (2016d-0ubuntu0.14.04) over (2016c-0ubuntu0.14.04) ...\nSetting up tzdata (2016d-0ubuntu0.14.04) ...\n\nCurrent default time zone: \'Etc/UTC\'\nLocal time is now:      Tue Apr 26 16:37:45 UTC 2016.\nUniversal Time is now:  Tue Apr 26 16:37:45 UTC 2016.\nRun \'dpkg-reconfigure tzdata\' if you wish to change it.\n\n(Reading database ... 56234 files and directories currently installed.)\nPreparing to unpack .../apt-utils_1.0.1ubuntu2.13_amd64.deb ...\nUnpacking apt-utils (1.0.1ubuntu2.13) over (1.0.1ubuntu2.12) ...\nPreparing to unpack .../apt-transport-https_1.0.1ubuntu2.13_amd64.deb ...\nUnpacking apt-transport-https (1.0.1ubuntu2.13) over (1.0.1ubuntu2.12) ...\nPreparing to unpack .../linux-firmware_1.127.22_all.deb ...\nUnpacking linux-firmware (1.127.22) over (1.127.20) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libapt-inst1.5:amd64 (1.0.1ubuntu2.13) ...\nSetting up apt-utils (1.0.1ubuntu2.13) ...\nSetting up apt-transport-https (1.0.1ubuntu2.13) ...\nSetting up linux-firmware (1.127.22) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.7) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\ncurl is already the newest version.\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n  msr-tools\nThe following NEW packages will be installed:\n  cpu-checker msr-tools\n0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 17.5 kB of archives.\nAfter this operation, 112 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com//ubuntu/ trusty/main msr-tools amd64 1.3-2 [10.6 kB]\nGet:2 http://archive.ubuntu.com//ubuntu/ trusty/main cpu-checker amd64 0.7-0ubuntu4 [6834 B]\nFetched 17.5 kB in 0s (68.5 kB/s)\nSelecting previously unselected package msr-tools.\n(Reading database ... 56420 files and directories currently installed.)\nPreparing to unpack .../msr-tools_1.3-2_amd64.deb ...\nUnpacking msr-tools (1.3-2) ...\nSelecting previously unselected package cpu-checker.\nPreparing to unpack .../cpu-checker_0.7-0ubuntu4_amd64.deb ...\nUnpacking cpu-checker (0.7-0ubuntu4) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up msr-tools (1.3-2) ...\nSetting up cpu-checker (0.7-0ubuntu4) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nbridge-utils is already the newest version.\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n  gnutls-bin\nThe following NEW packages will be installed:\n  rsyslog-gnutls\n0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 13.9 kB of archives.\nAfter this operation, 88.1 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com//ubuntu/ trusty-updates/universe rsyslog-gnutls amd64 7.4.4-1ubuntu2.6 [13.9 kB]\nFetched 13.9 kB in 0s (87.0 kB/s)\nSelecting previously unselected package rsyslog-gnutls.\n(Reading database ... 56434 files and directories currently installed.)\nPreparing to unpack .../rsyslog-gnutls_7.4.4-1ubuntu2.6_amd64.deb ...\nUnpacking rsyslog-gnutls (7.4.4-1ubuntu2.6) ...\nSetting up rsyslog-gnutls (7.4.4-1ubuntu2.6) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n  cloud-image-utils distro-info distro-info-data euca2ools genisoimage libaio1\n  libboost-system1.54.0 libboost-thread1.54.0 libnspr4 libnss3 libnss3-nssdb\n  librados2 librbd1 libxslt1.1 python-distro-info python-lxml\n  python-requestbuilder python-setuptools qemu-utils sharutils\nSuggested packages:\n  shunit2 wodim cdrkit-doc python-lxml-dbg debootstrap bsd-mailx mailx\nThe following NEW packages will be installed:\n  cloud-image-utils cloud-utils distro-info distro-info-data euca2ools\n  genisoimage libaio1 libboost-system1.54.0 libboost-thread1.54.0 libnspr4\n  libnss3 libnss3-nssdb librados2 librbd1 libxslt1.1 python-distro-info\n  python-lxml python-requestbuilder python-setuptools qemu-utils sharutils\n0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 5505 kB of archives.\nAfter this operation, 21.7 MB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com//ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B]\nGet:2 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:3 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:4 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libnspr4 amd64 2:4.10.10-0ubuntu0.14.04.1 [111 kB]\nGet:5 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.21-0ubuntu0.14.04.2 [10.6 kB]\nGet:6 http://archive.ubuntu.com//ubuntu/ trusty-updates/main libnss3 amd64 2:3.21-0ubuntu0.14.04.2 [1103 kB]\nGet:7 http://archive.ubuntu.com//ubuntu/ trusty-updates/main librados2 amd64 0.80.11-0ubuntu1.14.04.1 [1431 kB]\nGet:8 http://archive.ubuntu.com//ubuntu/ trusty-updates/main librbd1 amd64 0.80.11-0ubuntu1.14.04.1 [323 kB]\nGet:9 http://archive.ubuntu.com//ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB]\nGet:10 http://archive.ubuntu.com//ubuntu/ trusty/main python-requestbuilder all 0.1.0~beta2-1build1 [25.4 kB]\nGet:11 http://archive.ubuntu.com//ubuntu/ trusty-updates/main distro-info-data all 0.18ubuntu0.5 [4312 B]\nGet:12 http://archive.ubuntu.com//ubuntu/ trusty/main distro-info amd64 0.12 [19.3 kB]\nGet:13 http://archive.ubuntu.com//ubuntu/ trusty-updates/main python-lxml amd64 3.3.3-1ubuntu0.1 [629 kB]\nGet:14 http://archive.ubuntu.com//ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:15 http://archive.ubuntu.com//ubuntu/ trusty/main euca2ools all 3.0.2-1ubuntu1 [251 kB]\nGet:16 http://archive.ubuntu.com//ubuntu/ trusty/main genisoimage amd64 9:1.1.11-2ubuntu3 [587 kB]\nGet:17 http://archive.ubuntu.com//ubuntu/ trusty/main python-distro-info all 0.12 [8082 B]\nGet:18 http://archive.ubuntu.com//ubuntu/ trusty-updates/main qemu-utils amd64 2.0.0+dfsg-2ubuntu1.22 [413 kB]\nGet:19 http://archive.ubuntu.com//ubuntu/ trusty/main sharutils amd64 1:4.14-1ubuntu1 [145 kB]\nGet:20 http://archive.ubuntu.com//ubuntu/ trusty-updates/main cloud-image-utils all 0.27-0ubuntu9.2 [25.7 kB]\nGet:21 http://archive.ubuntu.com//ubuntu/ trusty-updates/main cloud-utils all 0.27-0ubuntu9.2 [1510 B]\nFetched 5505 kB in 2s (2082 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 56439 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libnspr4:amd64.\nPreparing to unpack .../libnspr4_2%3a4.10.10-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libnspr4:amd64 (2:4.10.10-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libnss3-nssdb.\nPreparing to unpack .../libnss3-nssdb_2%3a3.21-0ubuntu0.14.04.2_all.deb ...\nUnpacking libnss3-nssdb (2:3.21-0ubuntu0.14.04.2) ...\nSelecting previously unselected package libnss3:amd64.\nPreparing to unpack .../libnss3_2%3a3.21-0ubuntu0.14.04.2_amd64.deb ...\nUnpacking libnss3:amd64 (2:3.21-0ubuntu0.14.04.2) ...\nSelecting previously unselected package librados2.\nPreparing to unpack .../librados2_0.80.11-0ubuntu1.14.04.1_amd64.deb ...\nUnpacking librados2 (0.80.11-0ubuntu1.14.04.1) ...\nSelecting previously unselected package librbd1.\nPreparing to unpack .../librbd1_0.80.11-0ubuntu1.14.04.1_amd64.deb ...\nUnpacking librbd1 (0.80.11-0ubuntu1.14.04.1) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2build1) ...\nSelecting previously unselected package python-requestbuilder.\nPreparing to unpack .../python-requestbuilder_0.1.0~beta2-1build1_all.deb ...\nUnpacking python-requestbuilder (0.1.0~beta2-1build1) ...\nSelecting previously unselected package distro-info-data.\nPreparing to unpack .../distro-info-data_0.18ubuntu0.5_all.deb ...\nUnpacking distro-info-data (0.18ubuntu0.5) ...\nSelecting previously unselected package distro-info.\nPreparing to unpack .../distro-info_0.12_amd64.deb ...\nUnpacking distro-info (0.12) ...\nSelecting previously unselected package python-lxml.\nPreparing to unpack .../python-lxml_3.3.3-1ubuntu0.1_amd64.deb ...\nUnpacking python-lxml (3.3.3-1ubuntu0.1) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package euca2ools.\nPreparing to unpack .../euca2ools_3.0.2-1ubuntu1_all.deb ...\nUnpacking euca2ools (3.0.2-1ubuntu1) ...\nSelecting previously unselected package genisoimage.\nPreparing to unpack .../genisoimage_9%3a1.1.11-2ubuntu3_amd64.deb ...\nUnpacking genisoimage (9:1.1.11-2ubuntu3) ...\nSelecting previously unselected package python-distro-info.\nPreparing to unpack .../python-distro-info_0.12_all.deb ...\nUnpacking python-distro-info (0.12) ...\nSelecting previously unselected package qemu-utils.\nPreparing to unpack .../qemu-utils_2.0.0+dfsg-2ubuntu1.22_amd64.deb ...\nUnpacking qemu-utils (2.0.0+dfsg-2ubuntu1.22) ...\nSelecting previously unselected package sharutils.\nPreparing to unpack .../sharutils_1%3a4.14-1ubuntu1_amd64.deb ...\nUnpacking sharutils (1:4.14-1ubuntu1) ...\nSelecting previously unselected package cloud-image-utils.\nPreparing to unpack .../cloud-image-utils_0.27-0ubuntu9.2_all.deb ...\nUnpacking cloud-image-utils (0.27-0ubuntu9.2) ...\nSelecting previously unselected package cloud-utils.\nPreparing to unpack .../cloud-utils_0.27-0ubuntu9.2_all.deb ...\nUnpacking cloud-utils (0.27-0ubuntu9.2) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for install-info (5.2.0.dfsg.1-2) ...\nSetting up libaio1:amd64 (0.3.109-4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libnspr4:amd64 (2:4.10.10-0ubuntu0.14.04.1) ...\nSetting up libxslt1.1:amd64 (1.1.28-2build1) ...\nSetting up python-requestbuilder (0.1.0~beta2-1build1) ...\nSetting up distro-info-data (0.18ubuntu0.5) ...\nSetting up distro-info (0.12) ...\nSetting up python-lxml (3.3.3-1ubuntu0.1) ...\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up euca2ools (3.0.2-1ubuntu1) ...\nSetting up genisoimage (9:1.1.11-2ubuntu3) ...\nSetting up python-distro-info (0.12) ...\nSetting up sharutils (1:4.14-1ubuntu1) ...\nSetting up libnss3-nssdb (2:3.21-0ubuntu0.14.04.2) ...\nSetting up libnss3:amd64 (2:3.21-0ubuntu0.14.04.2) ...\nSetting up librados2 (0.80.11-0ubuntu1.14.04.1) ...\nSetting up librbd1 (0.80.11-0ubuntu1.14.04.1) ...\nSetting up qemu-utils (2.0.0+dfsg-2ubuntu1.22) ...\nSetting up cloud-image-utils (0.27-0ubuntu9.2) ...\nSetting up cloud-utils (0.27-0ubuntu9.2) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.7) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\ncloud-image-utils is already the newest version.\ncloud-image-utils set to manually installed.\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nReading package lists...\nBuilding dependency tree...\nReading state information...\ntmux is already the newest version.\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nAttempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz...\ncurl: (7) Failed to connect to streams.canonical.com port 443: Connection timed out\ntools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz downloaded: HTTP 000; time 126.346s; size 0 bytes; speed 0.000 bytes/s Download failed..... wait 15s\nAttempt 2 to download tools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz...\ncurl: (7) Failed to connect to streams.canonical.com port 443: Connection timed out\ntools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz downloaded: HTTP 000; time 126.347s; size 0 bytes; speed 0.000 bytes/s Download failed..... wait 15s\nAttempt 3 to download tools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz...\ncurl: (7) Failed to connect to streams.canonical.com port 443: Connection timed out\ntools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz downloaded: HTTP 000; time 126.403s; size 0 bytes; speed 0.000 bytes/s Download failed..... wait 15s\nAttempt 4 to download tools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz...\ncurl: (7) Failed to connect to streams.canonical.com port 443: Connection timed out\ntools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz downloaded: HTTP 000; time 126.346s; size 0 bytes; speed 0.000 bytes/s Download failed..... wait 15s\nAttempt 5 to download tools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz...\ncurl: (7) Failed to connect to streams.canonical.com port 443: Connection timed out\ntools from https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz downloaded: HTTP 000; time 126.347s; size 0 bytes; speed 0.000 bytes/s sha256sum: /var/lib/juju/tools/1.25.5-trusty-amd64/tools.tar.gz: No such file or directory\nERROR failed to bootstrap environment: subprocess encountered error code 1\n', 'output': '', 'status': 1}'
[ERROR: 04-26 17:50:40, gui.py:267] A fatal error has occurred: Problem with juju bootstrap.

[DEBUG: 04-26 17:50:40, error.py:35] showing error view for: Problem with juju bootstrap.
[INFO: 04-26 17:50:54, installbase.py:89] Performing a Multi Install with existing MAAS
[INFO: 04-26 17:50:54, utils.py:780] pollinate: sudo su - -c 'pollinate -q -r --curl-opts "-k --user-agent uoi/1a32eac8-7cff-42c1-9dbb-826fbdf5af43/IM"'
[DEBUG: 04-26 17:51:30, utils.py:627] ssh keys exist for this user, they will be used instead.
[DEBUG: 04-26 17:51:30, multi.py:129] Bootstrapping Juju: JUJU_HOME=/home/openstack/.cloud-install/juju juju  bootstrap 
[DEBUG: 04-26 18:05:54, multi.py:135] Problem during bootstrap: '{'err': 'Bootstrapping environment "maas"\nStarting new instance for initial state server\nLaunching instance\nWARNING no architecture was specified, acquiring an arbitrary node\n - /MAAS/api/1.0/nodes/node-e8b5ca58-0baa-11e6-8a33-20cf30f1fef1/\nInstalling Juju agent on bootstrap instance\nWaiting for address\nAttempting to connect to Testnode02.maas:22\nAttempting to connect to Testnode02.maas:22\nAttempting to connect to 192.168.1.101:22\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\n@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @\r\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\nIT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\r\nSomeone could be eavesdropping on you right now (man-in-the-middle attack)!\r\nIt is also possible that a host key has just been changed.\r\nThe fingerprint for the ECDSA key sent by the remote host is\nSHA256:W/NCVUWobrWHW2SddaBvKpDleivTJT53V2DjaR2kC2A.\r\nPlease contact your system administrator.\r\nAdd correct host key in /home/openstack/.ssh/known_hosts to get rid of this message.\r\nOffending ECDSA key in /home/openstack/.ssh/known_hosts:2\r\n  remove with:\r\n  ssh-keygen -f "/home/openstack/.ssh/known_hosts" -R 192.168.1.101\r\nKeyboard-interactive authentication is disabled to avoid man-in-the-middle attacks.\r\nLogging to /var/log/cloud-init-output.log on remote host\nRunning apt-get update\nRunning apt-get upgrade\nInstalling package: curl\nInstalling package: cpu-checker\nInstalling package: bridge-utils\nInstalling package: rsyslog-gnutls\nInstalling package: cloud-utils\nInstalling package: cloud-image-utils\nInstalling package: tmux\nFetching tools: curl -sSfw \'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s \' --retry 10 -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/1.25.5/juju-1.25.5-trusty-amd64.tgz]>\npacket_write_wait: Connection to 192.168.1.101: Broken pipe\r\nERROR failed to bootstrap environment: subprocess encountered error code 255\n', 'output': '', 'status': 1}'
[ERROR: 04-26 18:05:54, gui.py:267] A fatal error has occurred: Problem with juju bootstrap.

[DEBUG: 04-26 18:05:54, error.py:35] showing error view for: Problem with juju bootstrap.
Download as text