Ubuntu Pastebin

Paste from root at Sat, 27 Feb 2016 15:42:48 +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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
2016-02-27 15:35:28,187 - util.py[DEBUG]: Cloud-init v. 0.7.5 running 'init-local' at Sat, 27 Feb 2016 15:35:28 +0000. Up 4191.27 seconds.
2016-02-27 15:35:28,189 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes
2016-02-27 15:35:28,189 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 101:4
2016-02-27 15:35:28,189 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished
2016-02-27 15:35:28,190 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2016-02-27 15:35:28,190 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net
2016-02-27 15:35:28,190 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2016-02-27 15:35:28,191 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2016-02-27 15:35:28,191 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2016-02-27 15:35:28,191 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2016-02-27 15:35:28,192 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2016-02-27 15:35:28,192 - __init__.py[DEBUG]: Looking for for data source in: ['NoCloud', 'ConfigDrive', 'OpenNebula', 'Azure', 'AltCloud', 'OVF', 'MAAS', 'GCE', 'OpenStack', 'CloudSigma', 'Ec2', 'CloudStack', 'SmartOS', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM']
2016-02-27 15:35:28,192 - importer.py[DEBUG]: Looking for modules ['DataSourceNoCloud', 'cloudinit.sources.DataSourceNoCloud'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,192 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceNoCloud' due to: No module named DataSourceNoCloud
2016-02-27 15:35:28,193 - importer.py[DEBUG]: Found DataSourceNoCloud with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNoCloud']
2016-02-27 15:35:28,193 - importer.py[DEBUG]: Looking for modules ['DataSourceConfigDrive', 'cloudinit.sources.DataSourceConfigDrive'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,193 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceConfigDrive' due to: No module named DataSourceConfigDrive
2016-02-27 15:35:28,195 - importer.py[DEBUG]: Found DataSourceConfigDrive with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceConfigDrive']
2016-02-27 15:35:28,195 - importer.py[DEBUG]: Looking for modules ['DataSourceOpenNebula', 'cloudinit.sources.DataSourceOpenNebula'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,195 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOpenNebula' due to: No module named DataSourceOpenNebula
2016-02-27 15:35:28,196 - importer.py[DEBUG]: Found DataSourceOpenNebula with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOpenNebula']
2016-02-27 15:35:28,196 - importer.py[DEBUG]: Looking for modules ['DataSourceAzure', 'cloudinit.sources.DataSourceAzure'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,196 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceAzure' due to: No module named DataSourceAzure
2016-02-27 15:35:28,201 - importer.py[DEBUG]: Found DataSourceAzure with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceAzure']
2016-02-27 15:35:28,201 - importer.py[DEBUG]: Looking for modules ['DataSourceAltCloud', 'cloudinit.sources.DataSourceAltCloud'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,201 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceAltCloud' due to: No module named DataSourceAltCloud
2016-02-27 15:35:28,201 - importer.py[DEBUG]: Found DataSourceAltCloud with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceAltCloud']
2016-02-27 15:35:28,201 - importer.py[DEBUG]: Looking for modules ['DataSourceOVF', 'cloudinit.sources.DataSourceOVF'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,202 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOVF' due to: No module named DataSourceOVF
2016-02-27 15:35:28,202 - importer.py[DEBUG]: Found DataSourceOVF with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOVF']
2016-02-27 15:35:28,202 - importer.py[DEBUG]: Looking for modules ['DataSourceMAAS', 'cloudinit.sources.DataSourceMAAS'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,202 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceMAAS' due to: No module named DataSourceMAAS
2016-02-27 15:35:28,204 - importer.py[DEBUG]: Found DataSourceMAAS with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceMAAS']
2016-02-27 15:35:28,204 - importer.py[DEBUG]: Looking for modules ['DataSourceGCE', 'cloudinit.sources.DataSourceGCE'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,204 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceGCE' due to: No module named DataSourceGCE
2016-02-27 15:35:28,204 - importer.py[DEBUG]: Found DataSourceGCE with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceGCE']
2016-02-27 15:35:28,204 - importer.py[DEBUG]: Looking for modules ['DataSourceOpenStack', 'cloudinit.sources.DataSourceOpenStack'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,205 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOpenStack' due to: No module named DataSourceOpenStack
2016-02-27 15:35:28,205 - importer.py[DEBUG]: Found DataSourceOpenStack with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOpenStack']
2016-02-27 15:35:28,205 - importer.py[DEBUG]: Looking for modules ['DataSourceCloudSigma', 'cloudinit.sources.DataSourceCloudSigma'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,205 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceCloudSigma' due to: No module named DataSourceCloudSigma
2016-02-27 15:35:28,208 - importer.py[DEBUG]: Found DataSourceCloudSigma with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceCloudSigma']
2016-02-27 15:35:28,208 - importer.py[DEBUG]: Looking for modules ['DataSourceEc2', 'cloudinit.sources.DataSourceEc2'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,209 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceEc2' due to: No module named DataSourceEc2
2016-02-27 15:35:28,209 - importer.py[DEBUG]: Found DataSourceEc2 with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceEc2']
2016-02-27 15:35:28,209 - importer.py[DEBUG]: Looking for modules ['DataSourceCloudStack', 'cloudinit.sources.DataSourceCloudStack'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,209 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceCloudStack' due to: No module named DataSourceCloudStack
2016-02-27 15:35:28,210 - importer.py[DEBUG]: Found DataSourceCloudStack with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceCloudStack']
2016-02-27 15:35:28,210 - importer.py[DEBUG]: Looking for modules ['DataSourceSmartOS', 'cloudinit.sources.DataSourceSmartOS'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,210 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceSmartOS' due to: No module named DataSourceSmartOS
2016-02-27 15:35:28,211 - importer.py[DEBUG]: Found DataSourceSmartOS with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceSmartOS']
2016-02-27 15:35:28,211 - importer.py[DEBUG]: Looking for modules ['DataSourceNone', 'cloudinit.sources.DataSourceNone'] that have attributes ['get_datasource_list']
2016-02-27 15:35:28,211 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceNone' due to: No module named DataSourceNone
2016-02-27 15:35:28,211 - importer.py[DEBUG]: Found DataSourceNone with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNone']
2016-02-27 15:35:28,211 - __init__.py[DEBUG]: Searching for data source in: ['DataSourceNoCloud', 'DataSourceConfigDrive', 'DataSourceOpenNebula', 'DataSourceOVF']
2016-02-27 15:35:28,211 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloud'>
2016-02-27 15:35:28,211 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2016-02-27 15:35:28,211 - util.py[DEBUG]: Read 96 bytes from /proc/cmdline
2016-02-27 15:35:28,212 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/user-data (quiet=False)
2016-02-27 15:35:28,212 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False)
2016-02-27 15:35:28,212 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/vendor-data (quiet=False)
2016-02-27 15:35:28,212 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,214 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,216 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,219 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,222 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,225 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceConfigDrive.DataSourceConfigDrive'>
2016-02-27 15:35:28,225 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,227 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,228 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,231 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,234 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=config-2', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,236 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceOpenNebula.DataSourceOpenNebula'>
2016-02-27 15:35:28,237 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=CONTEXT', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,241 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=CDROM', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,243 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:28,247 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceOVF.DataSourceOVF'>
2016-02-27 15:35:28,248 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False)
2016-02-27 15:35:28,248 - util.py[DEBUG]: Read 1978 bytes from /proc/mounts
2016-02-27 15:35:28,248 - util.py[DEBUG]: Fetched {'none': {'mountpoint': '/run/user', 'opts': 'rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755,uid=165536,gid=165536', 'fstype': 'tmpfs'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,relatime,gid=165541,mode=620,ptmxmode=666', 'fstype': 'devpts'}, 'proc': {'mountpoint': '/dev/.lxc/proc', 'opts': 'rw,nodev,relatime', 'fstype': 'proc'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,nodev,relatime', 'fstype': 'sysfs'}, 'pstore': {'mountpoint': '/sys/fs/pstore', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'pstore'}, 'udev': {'mountpoint': '/dev/console', 'opts': 'rw,nosuid,relatime,size=16297108k,nr_inodes=4074277,mode=755', 'fstype': 'devtmpfs'}, 'sys': {'mountpoint': '/dev/.lxc/sys', 'opts': 'rw,nodev,relatime', 'fstype': 'sysfs'}, 'home/containers/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0': {'mountpoint': '/', 'opts': 'rw,relatime,xattr,noacl', 'fstype': 'zfs'}, 'securityfs': {'mountpoint': '/sys/kernel/security', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'securityfs'}, 'fusectl': {'mountpoint': '/sys/fs/fuse/connections', 'opts': 'rw,relatime', 'fstype': 'fusectl'}, 'binfmt_misc': {'mountpoint': '/proc/sys/fs/binfmt_misc', 'opts': 'rw,relatime', 'fstype': 'binfmt_misc'}, '/dev/sda3': {'mountpoint': '/dev/.lxd-mounts', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}} mounts from proc
2016-02-27 15:35:28,248 - cloud-init[DEBUG]: No local datasource found
2016-02-27 15:35:28,249 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2016-02-27 15:35:28,249 - util.py[DEBUG]: Read 17 bytes from /proc/uptime
2016-02-27 15:35:28,249 - util.py[DEBUG]: cloud-init mode 'init' took 0.089 seconds (0.09)
2016-02-27 15:35:31,309 - util.py[DEBUG]: Cloud-init v. 0.7.5 running 'init' at Sat, 27 Feb 2016 15:35:31 +0000. Up 4194.40 seconds.
2016-02-27 15:35:31,311 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes
2016-02-27 15:35:31,311 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 101:4
2016-02-27 15:35:31,311 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:31,313 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:31,315 - cloud-init[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early.
2016-02-27 15:35:31,316 - util.py[DEBUG]: Reading from /var/lib/cloud/data/no-net (quiet=False)
2016-02-27 15:35:31,316 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2016-02-27 15:35:31,316 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2016-02-27 15:35:31,316 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2016-02-27 15:35:31,317 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2016-02-27 15:35:31,317 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2016-02-27 15:35:31,317 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2016-02-27 15:35:31,317 - __init__.py[DEBUG]: Looking for for data source in: ['NoCloud', 'ConfigDrive', 'OpenNebula', 'Azure', 'AltCloud', 'OVF', 'MAAS', 'GCE', 'OpenStack', 'CloudSigma', 'Ec2', 'CloudStack', 'SmartOS', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM', 'NETWORK']
2016-02-27 15:35:31,317 - importer.py[DEBUG]: Looking for modules ['DataSourceNoCloud', 'cloudinit.sources.DataSourceNoCloud'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,317 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceNoCloud' due to: No module named DataSourceNoCloud
2016-02-27 15:35:31,318 - importer.py[DEBUG]: Found DataSourceNoCloud with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNoCloud']
2016-02-27 15:35:31,318 - importer.py[DEBUG]: Looking for modules ['DataSourceConfigDrive', 'cloudinit.sources.DataSourceConfigDrive'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,318 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceConfigDrive' due to: No module named DataSourceConfigDrive
2016-02-27 15:35:31,319 - importer.py[DEBUG]: Found DataSourceConfigDrive with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceConfigDrive']
2016-02-27 15:35:31,319 - importer.py[DEBUG]: Looking for modules ['DataSourceOpenNebula', 'cloudinit.sources.DataSourceOpenNebula'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,319 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOpenNebula' due to: No module named DataSourceOpenNebula
2016-02-27 15:35:31,319 - importer.py[DEBUG]: Found DataSourceOpenNebula with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOpenNebula']
2016-02-27 15:35:31,319 - importer.py[DEBUG]: Looking for modules ['DataSourceAzure', 'cloudinit.sources.DataSourceAzure'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,320 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceAzure' due to: No module named DataSourceAzure
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Found DataSourceAzure with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceAzure']
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Looking for modules ['DataSourceAltCloud', 'cloudinit.sources.DataSourceAltCloud'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceAltCloud' due to: No module named DataSourceAltCloud
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Found DataSourceAltCloud with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceAltCloud']
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Looking for modules ['DataSourceOVF', 'cloudinit.sources.DataSourceOVF'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOVF' due to: No module named DataSourceOVF
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Found DataSourceOVF with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOVF']
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Looking for modules ['DataSourceMAAS', 'cloudinit.sources.DataSourceMAAS'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,323 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceMAAS' due to: No module named DataSourceMAAS
2016-02-27 15:35:31,324 - importer.py[DEBUG]: Found DataSourceMAAS with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceMAAS']
2016-02-27 15:35:31,324 - importer.py[DEBUG]: Looking for modules ['DataSourceGCE', 'cloudinit.sources.DataSourceGCE'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,324 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceGCE' due to: No module named DataSourceGCE
2016-02-27 15:35:31,325 - importer.py[DEBUG]: Found DataSourceGCE with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceGCE']
2016-02-27 15:35:31,325 - importer.py[DEBUG]: Looking for modules ['DataSourceOpenStack', 'cloudinit.sources.DataSourceOpenStack'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,325 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOpenStack' due to: No module named DataSourceOpenStack
2016-02-27 15:35:31,325 - importer.py[DEBUG]: Found DataSourceOpenStack with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOpenStack']
2016-02-27 15:35:31,325 - importer.py[DEBUG]: Looking for modules ['DataSourceCloudSigma', 'cloudinit.sources.DataSourceCloudSigma'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,325 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceCloudSigma' due to: No module named DataSourceCloudSigma
2016-02-27 15:35:31,328 - importer.py[DEBUG]: Found DataSourceCloudSigma with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceCloudSigma']
2016-02-27 15:35:31,328 - importer.py[DEBUG]: Looking for modules ['DataSourceEc2', 'cloudinit.sources.DataSourceEc2'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,328 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceEc2' due to: No module named DataSourceEc2
2016-02-27 15:35:31,328 - importer.py[DEBUG]: Found DataSourceEc2 with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceEc2']
2016-02-27 15:35:31,328 - importer.py[DEBUG]: Looking for modules ['DataSourceCloudStack', 'cloudinit.sources.DataSourceCloudStack'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,328 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceCloudStack' due to: No module named DataSourceCloudStack
2016-02-27 15:35:31,329 - importer.py[DEBUG]: Found DataSourceCloudStack with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceCloudStack']
2016-02-27 15:35:31,329 - importer.py[DEBUG]: Looking for modules ['DataSourceSmartOS', 'cloudinit.sources.DataSourceSmartOS'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,329 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceSmartOS' due to: No module named DataSourceSmartOS
2016-02-27 15:35:31,329 - importer.py[DEBUG]: Found DataSourceSmartOS with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceSmartOS']
2016-02-27 15:35:31,329 - importer.py[DEBUG]: Looking for modules ['DataSourceNone', 'cloudinit.sources.DataSourceNone'] that have attributes ['get_datasource_list']
2016-02-27 15:35:31,329 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceNone' due to: No module named DataSourceNone
2016-02-27 15:35:31,329 - importer.py[DEBUG]: Found DataSourceNone with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNone']
2016-02-27 15:35:31,329 - __init__.py[DEBUG]: Searching for data source in: ['DataSourceNoCloudNet', 'DataSourceConfigDriveNet', 'DataSourceOpenNebulaNet', 'DataSourceAzureNet', 'DataSourceAltCloud', 'DataSourceOVFNet', 'DataSourceMAAS', 'DataSourceGCE', 'DataSourceOpenStack', 'DataSourceCloudSigmaNet', 'DataSourceEc2', 'DataSourceCloudStack', 'DataSourceSmartOS', 'DataSourceNone']
2016-02-27 15:35:31,330 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloudNet'>
2016-02-27 15:35:31,330 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2016-02-27 15:35:31,330 - util.py[DEBUG]: Read 96 bytes from /proc/cmdline
2016-02-27 15:35:31,330 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/user-data (quiet=False)
2016-02-27 15:35:31,330 - util.py[DEBUG]: Read 1581 bytes from /var/lib/cloud/seed/nocloud-net/user-data
2016-02-27 15:35:31,330 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False)
2016-02-27 15:35:31,330 - util.py[DEBUG]: Read 148 bytes from /var/lib/cloud/seed/nocloud-net/meta-data
2016-02-27 15:35:31,330 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/vendor-data (quiet=False)
2016-02-27 15:35:31,330 - util.py[DEBUG]: Read 18 bytes from /var/lib/cloud/seed/nocloud-net/vendor-data
2016-02-27 15:35:31,330 - DataSourceNoCloud.py[DEBUG]: Using seeded data from /var/lib/cloud/seed/nocloud-net
2016-02-27 15:35:31,330 - util.py[DEBUG]: Attempting to load yaml from string of length 148 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,331 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,331 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,331 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,331 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,331 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,331 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,331 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,331 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,331 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:31,333 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:31,334 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:31,337 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:31,339 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
2016-02-27 15:35:31,341 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,341 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,342 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,342 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,342 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,342 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,342 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,342 - stages.py[INFO]: Loaded datasource DataSourceNoCloudNet - DataSourceNoCloudNet [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]
2016-02-27 15:35:31,343 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2016-02-27 15:35:31,343 - util.py[DEBUG]: Read 96 bytes from /proc/cmdline
2016-02-27 15:35:31,343 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2016-02-27 15:35:31,343 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg
2016-02-27 15:35:31,343 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,351 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2016-02-27 15:35:31,351 - util.py[DEBUG]: Read 197 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2016-02-27 15:35:31,351 - util.py[DEBUG]: Attempting to load yaml from string of length 197 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,352 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2016-02-27 15:35:31,353 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2016-02-27 15:35:31,353 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,355 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,355 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,355 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,355 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,355 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,355 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,355 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,355 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,356 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,356 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,356 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,356 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,356 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,357 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,357 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,357 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,357 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,357 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,358 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,358 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,358 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,358 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,358 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,358 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,358 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,359 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2016-02-27 15:35:31,359 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0'
2016-02-27 15:35:31,359 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/datasource (quiet=False)
2016-02-27 15:35:31,359 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/datasource - wb: [420] 94 bytes
2016-02-27 15:35:31,360 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [420] 94 bytes
2016-02-27 15:35:31,360 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
2016-02-27 15:35:31,360 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [420] 52 bytes
2016-02-27 15:35:31,360 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [420] 52 bytes
2016-02-27 15:35:31,360 - cloud-init[DEBUG]: init will now be targeting instance id: juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0
2016-02-27 15:35:31,360 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2016-02-27 15:35:31,360 - util.py[DEBUG]: Read 96 bytes from /proc/cmdline
2016-02-27 15:35:31,361 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2016-02-27 15:35:31,361 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg
2016-02-27 15:35:31,361 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,369 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2016-02-27 15:35:31,370 - util.py[DEBUG]: Read 197 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2016-02-27 15:35:31,370 - util.py[DEBUG]: Attempting to load yaml from string of length 197 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,371 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2016-02-27 15:35:31,371 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2016-02-27 15:35:31,371 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,373 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,373 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,373 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,373 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,373 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,373 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,374 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,374 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,374 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,374 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,374 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,374 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,374 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,375 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,375 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,375 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,375 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,375 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,376 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,376 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,377 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [256] 7408 bytes
2016-02-27 15:35:31,377 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/user-data.txt - wb: [384] 1581 bytes
2016-02-27 15:35:31,377 - util.py[DEBUG]: Attempting to load yaml from string of length 1581 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,382 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/user-data.txt.i - wb: [384] 1923 bytes
2016-02-27 15:35:31,382 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/vendor-data.txt - wb: [384] 18 bytes
2016-02-27 15:35:31,383 - util.py[DEBUG]: Attempting to load yaml from string of length 18 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,383 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/vendor-data.txt.i - wb: [384] 360 bytes
2016-02-27 15:35:31,384 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2016-02-27 15:35:31,384 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2016-02-27 15:35:31,384 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2016-02-27 15:35:31,384 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2016-02-27 15:35:31,384 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/consume_data - wb: [420] 20 bytes
2016-02-27 15:35:31,384 - helpers.py[DEBUG]: Running consume_data using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/consume_data'>)
2016-02-27 15:35:31,385 - stages.py[DEBUG]: Added default handler for set(['text/cloud-config-jsonp', 'text/cloud-config']) from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']]
2016-02-27 15:35:31,385 - stages.py[DEBUG]: Added default handler for set(['text/x-shellscript']) from ShellScriptPartHandler: [['text/x-shellscript']]
2016-02-27 15:35:31,385 - stages.py[DEBUG]: Added default handler for set(['text/cloud-boothook']) from BootHookPartHandler: [['text/cloud-boothook']]
2016-02-27 15:35:31,385 - stages.py[DEBUG]: Added default handler for set(['text/upstart-job']) from UpstartJobPartHandler: [['text/upstart-job']]
2016-02-27 15:35:31,385 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,385 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,385 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency once-per-instance
2016-02-27 15:35:31,385 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,385 - __init__.py[DEBUG]: {'Content-Type': 'text/cloud-config', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'}
2016-02-27 15:35:31,385 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (text/cloud-config, part-001, 3) with frequency once-per-instance
2016-02-27 15:35:31,385 - util.py[DEBUG]: Attempting to load yaml from string of length 1581 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,388 - cloud_config.py[DEBUG]: Merging by applying [('dict', ['replace']), ('list', []), ('str', [])]
2016-02-27 15:35:31,389 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,389 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,389 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,389 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,389 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,389 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,389 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,389 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,389 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,389 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,389 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency once-per-instance
2016-02-27 15:35:31,392 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/cloud-config.txt - wb: [384] 1689 bytes
2016-02-27 15:35:31,392 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,392 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2016-02-27 15:35:31,392 - util.py[DEBUG]: Read 1689 bytes from /var/lib/cloud/instance/cloud-config.txt
2016-02-27 15:35:31,392 - util.py[DEBUG]: Attempting to load yaml from string of length 1689 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,396 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,396 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,396 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,397 - stages.py[DEBUG]: vendor data will be consumed. disabled_handlers=None
2016-02-27 15:35:31,397 - stages.py[DEBUG]: Added default handler for set(['text/cloud-config-jsonp', 'text/cloud-config']) from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']]
2016-02-27 15:35:31,397 - stages.py[DEBUG]: Added default handler for set(['text/x-shellscript']) from ShellScriptPartHandler: [['text/x-shellscript']]
2016-02-27 15:35:31,397 - stages.py[DEBUG]: Added default handler for set(['text/cloud-boothook']) from BootHookPartHandler: [['text/cloud-boothook']]
2016-02-27 15:35:31,397 - stages.py[DEBUG]: Added default handler for set(['text/upstart-job']) from UpstartJobPartHandler: [['text/upstart-job']]
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency once-per-instance
2016-02-27 15:35:31,397 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,398 - __init__.py[DEBUG]: {'Content-Type': 'text/cloud-config', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'}
2016-02-27 15:35:31,398 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (text/cloud-config, part-001, 3) with frequency once-per-instance
2016-02-27 15:35:31,398 - util.py[DEBUG]: Attempting to load yaml from string of length 18 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,398 - cloud_config.py[DEBUG]: Merging by applying [('dict', ['replace']), ('list', []), ('str', [])]
2016-02-27 15:35:31,398 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,398 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,398 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,398 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,398 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,398 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,398 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,398 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,398 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,398 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,398 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency once-per-instance
2016-02-27 15:35:31,399 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/vendor-cloud-config.txt - wb: [384] 53 bytes
2016-02-27 15:35:31,399 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance
2016-02-27 15:35:31,399 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2016-02-27 15:35:31,399 - util.py[DEBUG]: Read 96 bytes from /proc/cmdline
2016-02-27 15:35:31,399 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2016-02-27 15:35:31,399 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg
2016-02-27 15:35:31,399 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,407 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2016-02-27 15:35:31,407 - util.py[DEBUG]: Read 197 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2016-02-27 15:35:31,407 - util.py[DEBUG]: Attempting to load yaml from string of length 197 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,408 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2016-02-27 15:35:31,409 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2016-02-27 15:35:31,409 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,411 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,411 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,411 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,411 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,411 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,411 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,411 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,411 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,412 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,412 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,412 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,412 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,412 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,413 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,413 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,413 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,413 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,413 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,413 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,414 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,414 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,414 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,414 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,414 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,414 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2016-02-27 15:35:31,414 - util.py[DEBUG]: Read 1689 bytes from /var/lib/cloud/instance/cloud-config.txt
2016-02-27 15:35:31,414 - util.py[DEBUG]: Attempting to load yaml from string of length 1689 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,417 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/vendor-cloud-config.txt (quiet=False)
2016-02-27 15:35:31,417 - util.py[DEBUG]: Read 53 bytes from /var/lib/cloud/instance/vendor-cloud-config.txt
2016-02-27 15:35:31,417 - util.py[DEBUG]: Attempting to load yaml from string of length 53 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,418 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,418 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,418 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,418 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,418 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,418 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,419 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,419 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2016-02-27 15:35:31,419 - util.py[DEBUG]: Read 1689 bytes from /var/lib/cloud/instance/cloud-config.txt
2016-02-27 15:35:31,419 - util.py[DEBUG]: Attempting to load yaml from string of length 1689 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,422 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/vendor-cloud-config.txt (quiet=False)
2016-02-27 15:35:31,422 - util.py[DEBUG]: Read 53 bytes from /var/lib/cloud/instance/vendor-cloud-config.txt
2016-02-27 15:35:31,423 - util.py[DEBUG]: Attempting to load yaml from string of length 53 with allowed root types (<type 'dict'>,)
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,423 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,423 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,423 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,424 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,424 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,424 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,424 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,426 - importer.py[DEBUG]: Looking for modules ['cc_migrator', 'cloudinit.config.cc_migrator'] that have attributes ['handle']
2016-02-27 15:35:31,426 - importer.py[DEBUG]: Failed at attempted import of 'cc_migrator' due to: No module named cc_migrator
2016-02-27 15:35:31,426 - importer.py[DEBUG]: Found cc_migrator with attributes ['handle'] in ['cloudinit.config.cc_migrator']
2016-02-27 15:35:31,426 - importer.py[DEBUG]: Looking for modules ['cc_seed_random', 'cloudinit.config.cc_seed_random'] that have attributes ['handle']
2016-02-27 15:35:31,427 - importer.py[DEBUG]: Failed at attempted import of 'cc_seed_random' due to: No module named cc_seed_random
2016-02-27 15:35:31,427 - importer.py[DEBUG]: Found cc_seed_random with attributes ['handle'] in ['cloudinit.config.cc_seed_random']
2016-02-27 15:35:31,427 - importer.py[DEBUG]: Looking for modules ['cc_bootcmd', 'cloudinit.config.cc_bootcmd'] that have attributes ['handle']
2016-02-27 15:35:31,427 - importer.py[DEBUG]: Failed at attempted import of 'cc_bootcmd' due to: No module named cc_bootcmd
2016-02-27 15:35:31,427 - importer.py[DEBUG]: Found cc_bootcmd with attributes ['handle'] in ['cloudinit.config.cc_bootcmd']
2016-02-27 15:35:31,427 - importer.py[DEBUG]: Looking for modules ['cc_write_files', 'cloudinit.config.cc_write_files'] that have attributes ['handle']
2016-02-27 15:35:31,428 - importer.py[DEBUG]: Failed at attempted import of 'cc_write_files' due to: No module named cc_write_files
2016-02-27 15:35:31,428 - importer.py[DEBUG]: Found cc_write_files with attributes ['handle'] in ['cloudinit.config.cc_write_files']
2016-02-27 15:35:31,428 - importer.py[DEBUG]: Looking for modules ['cc_growpart', 'cloudinit.config.cc_growpart'] that have attributes ['handle']
2016-02-27 15:35:31,428 - importer.py[DEBUG]: Failed at attempted import of 'cc_growpart' due to: No module named cc_growpart
2016-02-27 15:35:31,428 - importer.py[DEBUG]: Found cc_growpart with attributes ['handle'] in ['cloudinit.config.cc_growpart']
2016-02-27 15:35:31,429 - importer.py[DEBUG]: Looking for modules ['cc_resizefs', 'cloudinit.config.cc_resizefs'] that have attributes ['handle']
2016-02-27 15:35:31,429 - importer.py[DEBUG]: Failed at attempted import of 'cc_resizefs' due to: No module named cc_resizefs
2016-02-27 15:35:31,429 - importer.py[DEBUG]: Found cc_resizefs with attributes ['handle'] in ['cloudinit.config.cc_resizefs']
2016-02-27 15:35:31,429 - importer.py[DEBUG]: Looking for modules ['cc_set_hostname', 'cloudinit.config.cc_set_hostname'] that have attributes ['handle']
2016-02-27 15:35:31,429 - importer.py[DEBUG]: Failed at attempted import of 'cc_set_hostname' due to: No module named cc_set_hostname
2016-02-27 15:35:31,430 - importer.py[DEBUG]: Found cc_set_hostname with attributes ['handle'] in ['cloudinit.config.cc_set_hostname']
2016-02-27 15:35:31,430 - importer.py[DEBUG]: Looking for modules ['cc_update_hostname', 'cloudinit.config.cc_update_hostname'] that have attributes ['handle']
2016-02-27 15:35:31,430 - importer.py[DEBUG]: Failed at attempted import of 'cc_update_hostname' due to: No module named cc_update_hostname
2016-02-27 15:35:31,430 - importer.py[DEBUG]: Found cc_update_hostname with attributes ['handle'] in ['cloudinit.config.cc_update_hostname']
2016-02-27 15:35:31,430 - importer.py[DEBUG]: Looking for modules ['cc_update_etc_hosts', 'cloudinit.config.cc_update_etc_hosts'] that have attributes ['handle']
2016-02-27 15:35:31,430 - importer.py[DEBUG]: Failed at attempted import of 'cc_update_etc_hosts' due to: No module named cc_update_etc_hosts
2016-02-27 15:35:31,431 - importer.py[DEBUG]: Found cc_update_etc_hosts with attributes ['handle'] in ['cloudinit.config.cc_update_etc_hosts']
2016-02-27 15:35:31,431 - importer.py[DEBUG]: Looking for modules ['cc_ca_certs', 'cloudinit.config.cc_ca_certs'] that have attributes ['handle']
2016-02-27 15:35:31,431 - importer.py[DEBUG]: Failed at attempted import of 'cc_ca_certs' due to: No module named cc_ca_certs
2016-02-27 15:35:31,431 - importer.py[DEBUG]: Found cc_ca_certs with attributes ['handle'] in ['cloudinit.config.cc_ca_certs']
2016-02-27 15:35:31,431 - importer.py[DEBUG]: Looking for modules ['cc_rsyslog', 'cloudinit.config.cc_rsyslog'] that have attributes ['handle']
2016-02-27 15:35:31,431 - importer.py[DEBUG]: Failed at attempted import of 'cc_rsyslog' due to: No module named cc_rsyslog
2016-02-27 15:35:31,431 - importer.py[DEBUG]: Found cc_rsyslog with attributes ['handle'] in ['cloudinit.config.cc_rsyslog']
2016-02-27 15:35:31,432 - importer.py[DEBUG]: Looking for modules ['cc_users_groups', 'cloudinit.config.cc_users_groups'] that have attributes ['handle']
2016-02-27 15:35:31,432 - importer.py[DEBUG]: Failed at attempted import of 'cc_users_groups' due to: No module named cc_users_groups
2016-02-27 15:35:31,432 - importer.py[DEBUG]: Found cc_users_groups with attributes ['handle'] in ['cloudinit.config.cc_users_groups']
2016-02-27 15:35:31,432 - importer.py[DEBUG]: Looking for modules ['cc_ssh', 'cloudinit.config.cc_ssh'] that have attributes ['handle']
2016-02-27 15:35:31,432 - importer.py[DEBUG]: Failed at attempted import of 'cc_ssh' due to: No module named cc_ssh
2016-02-27 15:35:31,433 - importer.py[DEBUG]: Found cc_ssh with attributes ['handle'] in ['cloudinit.config.cc_ssh']
2016-02-27 15:35:31,433 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2016-02-27 15:35:31,433 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2016-02-27 15:35:31,433 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2016-02-27 15:35:31,433 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2016-02-27 15:35:31,434 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x7fb8a3d09e50>)
2016-02-27 15:35:31,434 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names
2016-02-27 15:35:31,434 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_seed_random - wb: [420] 20 bytes
2016-02-27 15:35:31,434 - helpers.py[DEBUG]: Running config-seed_random using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_seed_random'>)
2016-02-27 15:35:31,434 - util.py[DEBUG]: Running command ['pollinate', '-q'] with allowed return codes [0] (shell=False, capture=False)
2016-02-27 15:35:31,824 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x7fb8a3d09690>)
2016-02-27 15:35:31,824 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration
2016-02-27 15:35:31,824 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_write_files - wb: [420] 20 bytes
2016-02-27 15:35:31,824 - helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_write_files'>)
2016-02-27 15:35:31,824 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration
2016-02-27 15:35:31,825 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x7fb8a3d09690>)
2016-02-27 15:35:31,825 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg.  Using default: {'ignore_growroot_disabled': False, 'mode': 'auto', 'devices': ['/']}
2016-02-27 15:35:31,825 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:31,827 - util.py[DEBUG]: Reading from /proc/1496/mountinfo (quiet=False)
2016-02-27 15:35:31,827 - util.py[DEBUG]: Read 2658 bytes from /proc/1496/mountinfo
2016-02-27 15:35:31,827 - util.py[DEBUG]: resize_devices took 0.000 seconds
2016-02-27 15:35:31,828 - cc_growpart.py[DEBUG]: '/' SKIPPED: stat of 'home/containers/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0' failed: [Errno 2] No such file or directory: 'home/containers/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0'
2016-02-27 15:35:31,828 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x7fb8a3d09350>)
2016-02-27 15:35:31,828 - util.py[DEBUG]: Reading from /proc/1496/mountinfo (quiet=False)
2016-02-27 15:35:31,828 - util.py[DEBUG]: Read 2658 bytes from /proc/1496/mountinfo
2016-02-27 15:35:31,828 - cc_resizefs.py[DEBUG]: resize_info: dev=home/containers/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0 mnt_point=/ path=/
2016-02-27 15:35:31,828 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:31,831 - cc_resizefs.py[DEBUG]: Device 'home/containers/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0' did not exist in container. cannot resize: dev=home/containers/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0 mnt_point=/ path=/
2016-02-27 15:35:31,832 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_set_hostname - wb: [420] 20 bytes
2016-02-27 15:35:31,832 - helpers.py[DEBUG]: Running config-set_hostname using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_set_hostname'>)
2016-02-27 15:35:31,832 - cc_set_hostname.py[DEBUG]: Setting the hostname to juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0.localdomain (juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0)
2016-02-27 15:35:31,832 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False)
2016-02-27 15:35:31,832 - util.py[DEBUG]: Read 7 bytes from /etc/hostname
2016-02-27 15:35:31,832 - util.py[DEBUG]: Writing to /etc/hostname - wb: [420] 52 bytes
2016-02-27 15:35:31,832 - __init__.py[DEBUG]: Non-persistently setting the system hostname to juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0
2016-02-27 15:35:31,832 - util.py[DEBUG]: Running command ['hostname', 'juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:31,834 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x7fb8a3d09e90>)
2016-02-27 15:35:31,834 - cc_update_hostname.py[DEBUG]: Updating hostname to juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0.localdomain (juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0)
2016-02-27 15:35:31,834 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False)
2016-02-27 15:35:31,834 - util.py[DEBUG]: Read 52 bytes from /etc/hostname
2016-02-27 15:35:31,834 - __init__.py[DEBUG]: Attempting to update hostname to juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0 in 1 files
2016-02-27 15:35:31,834 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False)
2016-02-27 15:35:31,834 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-hostname - wb: [420] 52 bytes
2016-02-27 15:35:31,835 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x7fb8a3d09e50>)
2016-02-27 15:35:31,835 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts
2016-02-27 15:35:31,835 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_ca_certs - wb: [420] 20 bytes
2016-02-27 15:35:31,835 - helpers.py[DEBUG]: Running config-ca-certs using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_ca_certs'>)
2016-02-27 15:35:31,836 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca-certs' key in configuration
2016-02-27 15:35:31,836 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_rsyslog - wb: [420] 20 bytes
2016-02-27 15:35:31,836 - helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_rsyslog'>)
2016-02-27 15:35:31,836 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration
2016-02-27 15:35:31,836 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_users_groups - wb: [420] 20 bytes
2016-02-27 15:35:31,837 - helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_users_groups'>)
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,837 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,837 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:31,837 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:31,837 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:31,837 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:31,838 - __init__.py[DEBUG]: Adding user ubuntu
2016-02-27 15:35:31,838 - util.py[DEBUG]: Running hidden command to protect sensitive input/output logstring: ['useradd', 'ubuntu', '--shell', '/bin/bash', '-m']
2016-02-27 15:35:32,098 - util.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:32,115 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False)
2016-02-27 15:35:32,115 - util.py[DEBUG]: Read 745 bytes from /etc/sudoers
2016-02-27 15:35:32,116 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - wb: [288] 123 bytes
2016-02-27 15:35:32,116 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh to 1000:1000
2016-02-27 15:35:32,116 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2016-02-27 15:35:32,116 - util.py[DEBUG]: Read 2539 bytes from /etc/ssh/sshd_config
2016-02-27 15:35:32,117 - util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [384] 804 bytes
2016-02-27 15:35:32,117 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh/authorized_keys to 1000:1000
2016-02-27 15:35:32,117 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_ssh - wb: [420] 20 bytes
2016-02-27 15:35:32,118 - helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/juju-79bb063c-44d0-41e8-8814-5e3594e6e8c1-machine-0/sem/config_ssh'>)
2016-02-27 15:35:32,118 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:32,175 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:32,252 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:32,255 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True)
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:32,260 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:32,260 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2016-02-27 15:35:32,260 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2016-02-27 15:35:32,261 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2016-02-27 15:35:32,261 - __init__.py[DEBUG]: Merging using located merger 'DictMerger: (method=no_replace,recurse_str=False,recurse_dict=True,recurse_array=False,allow_delete=False)' since it had method '_on_dict'
2016-02-27 15:35:32,261 - util.py[DEBUG]: Changing the ownership of /root/.ssh to 0:0
2016-02-27 15:35:32,261 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False)
2016-02-27 15:35:32,261 - util.py[DEBUG]: Read 2539 bytes from /etc/ssh/sshd_config
2016-02-27 15:35:32,262 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [384] 0 bytes
2016-02-27 15:35:32,262 - util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0
2016-02-27 15:35:32,262 - cloud-init[DEBUG]: Ran 13 modules with 0 failures
2016-02-27 15:35:32,262 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2016-02-27 15:35:32,262 - util.py[DEBUG]: Read 17 bytes from /proc/uptime
2016-02-27 15:35:32,262 - util.py[DEBUG]: cloud-init mode 'init' took 0.976 seconds (0.97)
Download as text