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 | 2015-09-21 21:00:42,954 - util.py[DEBUG]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 21 Sep 2015 15:30:42 +0000. Up 4.05 seconds.
2015-09-21 21:00:42,961 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes
2015-09-21 21:00:42,962 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 101:4
2015-09-21 21:00:42,962 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished
2015-09-21 21:00:42,962 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2015-09-21 21:00:42,962 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net
2015-09-21 21:00:42,962 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2015-09-21 21:00:42,968 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2015-09-21 21:00:42,968 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2015-09-21 21:00:42,972 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2015-09-21 21:00:42,973 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2015-09-21 21:00:42,973 - __init__.py[DEBUG]: Looking for for data source in: ['None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM']
2015-09-21 21:00:42,973 - importer.py[DEBUG]: Looking for modules ['DataSourceNone', 'cloudinit.sources.DataSourceNone'] that have attributes ['get_datasource_list']
2015-09-21 21:00:42,973 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceNone' due to: No module named DataSourceNone
2015-09-21 21:00:42,975 - importer.py[DEBUG]: Found DataSourceNone with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNone']
2015-09-21 21:00:42,975 - __init__.py[DEBUG]: Searching for data source in: []
2015-09-21 21:00:42,976 - cloud-init[DEBUG]: No local datasource found
2015-09-21 21:00:42,976 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2015-09-21 21:00:42,976 - util.py[DEBUG]: Read 10 bytes from /proc/uptime
2015-09-21 21:00:42,976 - util.py[DEBUG]: cloud-init mode 'init' took 0.120 seconds (0.12)
2015-09-21 21:00:44,533 - util.py[DEBUG]: Cloud-init v. 0.7.5 running 'init' at Mon, 21 Sep 2015 15:30:44 +0000. Up 5.69 seconds.
2015-09-21 21:00:44,535 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes
2015-09-21 21:00:44,535 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 101:4
2015-09-21 21:00:44,536 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0] (shell=False, capture=True)
2015-09-21 21:00:44,543 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0] (shell=False, capture=True)
2015-09-21 21:00:44,547 - cloud-init[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early.
2015-09-21 21:00:44,547 - util.py[DEBUG]: Reading from /var/lib/cloud/data/no-net (quiet=False)
2015-09-21 21:00:44,547 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2015-09-21 21:00:44,547 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False)
2015-09-21 21:00:44,548 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2015-09-21 21:00:44,548 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2015-09-21 21:00:44,549 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2015-09-21 21:00:44,549 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2015-09-21 21:00:44,549 - __init__.py[DEBUG]: Looking for for data source in: ['None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM', 'NETWORK']
2015-09-21 21:00:44,550 - importer.py[DEBUG]: Looking for modules ['DataSourceNone', 'cloudinit.sources.DataSourceNone'] that have attributes ['get_datasource_list']
2015-09-21 21:00:44,550 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceNone' due to: No module named DataSourceNone
2015-09-21 21:00:44,550 - importer.py[DEBUG]: Found DataSourceNone with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceNone']
2015-09-21 21:00:44,550 - __init__.py[DEBUG]: Searching for data source in: ['DataSourceNone']
2015-09-21 21:00:44,550 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNone.DataSourceNone'>
2015-09-21 21:00:44,554 - stages.py[INFO]: Loaded datasource DataSourceNone - DataSourceNone
2015-09-21 21:00:44,554 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2015-09-21 21:00:44,559 - util.py[DEBUG]: Read 87 bytes from /proc/cmdline
2015-09-21 21:00:44,559 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2015-09-21 21:00:44,559 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg
2015-09-21 21:00:44,559 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,586 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2015-09-21 21:00:44,586 - util.py[DEBUG]: Read 224 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2015-09-21 21:00:44,587 - util.py[DEBUG]: Attempting to load yaml from string of length 224 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,592 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2015-09-21 21:00:44,592 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2015-09-21 21:00:44,592 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,596 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,596 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,596 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,597 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,597 - __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'
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,597 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,597 - __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'
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,597 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,598 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,598 - __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'
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,598 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,598 - __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'
2015-09-21 21:00:44,598 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,599 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,599 - __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'
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,599 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,599 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,599 - __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'
2015-09-21 21:00:44,599 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,600 - __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'
2015-09-21 21:00:44,600 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,600 - __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'
2015-09-21 21:00:44,600 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,600 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,600 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,600 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,600 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,600 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,600 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,600 - __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'
2015-09-21 21:00:44,601 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance
2015-09-21 21:00:44,601 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/iid-datasource-none'
2015-09-21 21:00:44,601 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/iid-datasource-none/datasource (quiet=False)
2015-09-21 21:00:44,602 - util.py[DEBUG]: Read 31 bytes from /var/lib/cloud/instances/iid-datasource-none/datasource
2015-09-21 21:00:44,602 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/datasource - wb: [420] 31 bytes
2015-09-21 21:00:44,603 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [420] 31 bytes
2015-09-21 21:00:44,604 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False)
2015-09-21 21:00:44,649 - util.py[DEBUG]: Read 20 bytes from /var/lib/cloud/data/instance-id
2015-09-21 21:00:44,649 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [420] 20 bytes
2015-09-21 21:00:44,650 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [420] 20 bytes
2015-09-21 21:00:44,650 - cloud-init[DEBUG]: init will now be targeting instance id: iid-datasource-none
2015-09-21 21:00:44,651 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2015-09-21 21:00:44,651 - util.py[DEBUG]: Read 87 bytes from /proc/cmdline
2015-09-21 21:00:44,651 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2015-09-21 21:00:44,651 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg
2015-09-21 21:00:44,651 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,674 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2015-09-21 21:00:44,674 - util.py[DEBUG]: Read 224 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2015-09-21 21:00:44,674 - util.py[DEBUG]: Attempting to load yaml from string of length 224 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,675 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2015-09-21 21:00:44,675 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2015-09-21 21:00:44,676 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,680 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,680 - __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'
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,680 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,681 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,681 - __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'
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,681 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,681 - __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'
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,681 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,682 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,682 - __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'
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,682 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,682 - __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'
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,682 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,683 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,683 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,683 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,683 - __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'
2015-09-21 21:00:44,683 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,683 - __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'
2015-09-21 21:00:44,683 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,683 - __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'
2015-09-21 21:00:44,683 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2015-09-21 21:00:44,683 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt
2015-09-21 21:00:44,683 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,684 - util.py[DEBUG]: load_yaml given empty string, returning default
2015-09-21 21:00:44,684 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,684 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,684 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,684 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,684 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,684 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,684 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,684 - __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'
2015-09-21 21:00:44,686 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [256] 5122 bytes
2015-09-21 21:00:44,687 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/user-data.txt - wb: [384] 0 bytes
2015-09-21 21:00:44,727 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/user-data.txt.i - wb: [384] 345 bytes
2015-09-21 21:00:44,728 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/vendor-data.txt - wb: [384] 4 bytes
2015-09-21 21:00:44,729 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/vendor-data.txt.i - wb: [384] 345 bytes
2015-09-21 21:00:44,730 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2015-09-21 21:00:44,730 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2015-09-21 21:00:44,730 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2015-09-21 21:00:44,730 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2015-09-21 21:00:44,774 - helpers.py[DEBUG]: consume_data already ran (freq=once-per-instance)
2015-09-21 21:00:44,799 - stages.py[DEBUG]: Added default handler for set(['text/cloud-config-jsonp', 'text/cloud-config']) from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']]
2015-09-21 21:00:44,799 - stages.py[DEBUG]: Added default handler for set(['text/x-shellscript']) from ShellScriptPartHandler: [['text/x-shellscript']]
2015-09-21 21:00:44,800 - stages.py[DEBUG]: Added default handler for set(['text/cloud-boothook']) from BootHookPartHandler: [['text/cloud-boothook']]
2015-09-21 21:00:44,800 - stages.py[DEBUG]: Added default handler for set(['text/upstart-job']) from UpstartJobPartHandler: [['text/upstart-job']]
2015-09-21 21:00:44,800 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency always
2015-09-21 21:00:44,800 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency always
2015-09-21 21:00:44,800 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency always
2015-09-21 21:00:44,800 - __init__.py[DEBUG]: {'Content-Type': 'text/x-not-multipart', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'}
2015-09-21 21:00:44,800 - __init__.py[DEBUG]: Empty payload of type text/x-not-multipart
2015-09-21 21:00:44,801 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency always
2015-09-21 21:00:44,801 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency always
2015-09-21 21:00:44,801 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/cloud-config.txt - wb: [384] 0 bytes
2015-09-21 21:00:44,801 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency always
2015-09-21 21:00:44,801 - stages.py[DEBUG]: no vendordata from datasource
2015-09-21 21:00:44,802 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False)
2015-09-21 21:00:44,802 - util.py[DEBUG]: Read 87 bytes from /proc/cmdline
2015-09-21 21:00:44,802 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False)
2015-09-21 21:00:44,802 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg
2015-09-21 21:00:44,802 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,815 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False)
2015-09-21 21:00:44,815 - util.py[DEBUG]: Read 224 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg
2015-09-21 21:00:44,816 - util.py[DEBUG]: Attempting to load yaml from string of length 224 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,816 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False)
2015-09-21 21:00:44,816 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg
2015-09-21 21:00:44,817 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,821 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,821 - __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'
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,821 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,822 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,822 - __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'
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,822 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,822 - __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'
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,822 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,823 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,823 - __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'
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,823 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,823 - __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'
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,823 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,824 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,824 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,824 - __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'
2015-09-21 21:00:44,824 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,824 - __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'
2015-09-21 21:00:44,824 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,824 - __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'
2015-09-21 21:00:44,824 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2015-09-21 21:00:44,824 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt
2015-09-21 21:00:44,824 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,824 - util.py[DEBUG]: load_yaml given empty string, returning default
2015-09-21 21:00:44,824 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,825 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,825 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,825 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,825 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,825 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,825 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,825 - __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'
2015-09-21 21:00:44,825 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False)
2015-09-21 21:00:44,826 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt
2015-09-21 21:00:44,826 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<type 'dict'>,)
2015-09-21 21:00:44,826 - util.py[DEBUG]: load_yaml given empty string, returning default
2015-09-21 21:00:44,826 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger']
2015-09-21 21:00:44,826 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list']
2015-09-21 21:00:44,826 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger']
2015-09-21 21:00:44,826 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict']
2015-09-21 21:00:44,826 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger']
2015-09-21 21:00:44,826 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str']
2015-09-21 21:00:44,826 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)'
2015-09-21 21:00:44,826 - __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'
2015-09-21 21:00:44,829 - importer.py[DEBUG]: Looking for modules ['cc_migrator', 'cloudinit.config.cc_migrator'] that have attributes ['handle']
2015-09-21 21:00:44,829 - importer.py[DEBUG]: Failed at attempted import of 'cc_migrator' due to: No module named cc_migrator
2015-09-21 21:00:44,830 - importer.py[DEBUG]: Found cc_migrator with attributes ['handle'] in ['cloudinit.config.cc_migrator']
2015-09-21 21:00:44,830 - importer.py[DEBUG]: Looking for modules ['cc_seed_random', 'cloudinit.config.cc_seed_random'] that have attributes ['handle']
2015-09-21 21:00:44,830 - importer.py[DEBUG]: Failed at attempted import of 'cc_seed_random' due to: No module named cc_seed_random
2015-09-21 21:00:44,831 - importer.py[DEBUG]: Found cc_seed_random with attributes ['handle'] in ['cloudinit.config.cc_seed_random']
2015-09-21 21:00:44,831 - importer.py[DEBUG]: Looking for modules ['cc_bootcmd', 'cloudinit.config.cc_bootcmd'] that have attributes ['handle']
2015-09-21 21:00:44,831 - importer.py[DEBUG]: Failed at attempted import of 'cc_bootcmd' due to: No module named cc_bootcmd
2015-09-21 21:00:44,832 - importer.py[DEBUG]: Found cc_bootcmd with attributes ['handle'] in ['cloudinit.config.cc_bootcmd']
2015-09-21 21:00:44,832 - importer.py[DEBUG]: Looking for modules ['cc_write_files', 'cloudinit.config.cc_write_files'] that have attributes ['handle']
2015-09-21 21:00:44,832 - importer.py[DEBUG]: Failed at attempted import of 'cc_write_files' due to: No module named cc_write_files
2015-09-21 21:00:44,832 - importer.py[DEBUG]: Found cc_write_files with attributes ['handle'] in ['cloudinit.config.cc_write_files']
2015-09-21 21:00:44,833 - importer.py[DEBUG]: Looking for modules ['cc_growpart', 'cloudinit.config.cc_growpart'] that have attributes ['handle']
2015-09-21 21:00:44,833 - importer.py[DEBUG]: Failed at attempted import of 'cc_growpart' due to: No module named cc_growpart
2015-09-21 21:00:44,834 - importer.py[DEBUG]: Found cc_growpart with attributes ['handle'] in ['cloudinit.config.cc_growpart']
2015-09-21 21:00:44,834 - importer.py[DEBUG]: Looking for modules ['cc_resizefs', 'cloudinit.config.cc_resizefs'] that have attributes ['handle']
2015-09-21 21:00:44,834 - importer.py[DEBUG]: Failed at attempted import of 'cc_resizefs' due to: No module named cc_resizefs
2015-09-21 21:00:44,834 - importer.py[DEBUG]: Found cc_resizefs with attributes ['handle'] in ['cloudinit.config.cc_resizefs']
2015-09-21 21:00:44,835 - importer.py[DEBUG]: Looking for modules ['cc_set_hostname', 'cloudinit.config.cc_set_hostname'] that have attributes ['handle']
2015-09-21 21:00:44,835 - importer.py[DEBUG]: Failed at attempted import of 'cc_set_hostname' due to: No module named cc_set_hostname
2015-09-21 21:00:44,835 - importer.py[DEBUG]: Found cc_set_hostname with attributes ['handle'] in ['cloudinit.config.cc_set_hostname']
2015-09-21 21:00:44,835 - importer.py[DEBUG]: Looking for modules ['cc_update_hostname', 'cloudinit.config.cc_update_hostname'] that have attributes ['handle']
2015-09-21 21:00:44,836 - importer.py[DEBUG]: Failed at attempted import of 'cc_update_hostname' due to: No module named cc_update_hostname
2015-09-21 21:00:44,836 - importer.py[DEBUG]: Found cc_update_hostname with attributes ['handle'] in ['cloudinit.config.cc_update_hostname']
2015-09-21 21:00:44,836 - importer.py[DEBUG]: Looking for modules ['cc_update_etc_hosts', 'cloudinit.config.cc_update_etc_hosts'] that have attributes ['handle']
2015-09-21 21:00:44,836 - importer.py[DEBUG]: Failed at attempted import of 'cc_update_etc_hosts' due to: No module named cc_update_etc_hosts
2015-09-21 21:00:44,837 - importer.py[DEBUG]: Found cc_update_etc_hosts with attributes ['handle'] in ['cloudinit.config.cc_update_etc_hosts']
2015-09-21 21:00:44,837 - importer.py[DEBUG]: Looking for modules ['cc_ca_certs', 'cloudinit.config.cc_ca_certs'] that have attributes ['handle']
2015-09-21 21:00:44,837 - importer.py[DEBUG]: Failed at attempted import of 'cc_ca_certs' due to: No module named cc_ca_certs
2015-09-21 21:00:44,838 - importer.py[DEBUG]: Found cc_ca_certs with attributes ['handle'] in ['cloudinit.config.cc_ca_certs']
2015-09-21 21:00:44,838 - importer.py[DEBUG]: Looking for modules ['cc_rsyslog', 'cloudinit.config.cc_rsyslog'] that have attributes ['handle']
2015-09-21 21:00:44,838 - importer.py[DEBUG]: Failed at attempted import of 'cc_rsyslog' due to: No module named cc_rsyslog
2015-09-21 21:00:44,838 - importer.py[DEBUG]: Found cc_rsyslog with attributes ['handle'] in ['cloudinit.config.cc_rsyslog']
2015-09-21 21:00:44,838 - importer.py[DEBUG]: Looking for modules ['cc_users_groups', 'cloudinit.config.cc_users_groups'] that have attributes ['handle']
2015-09-21 21:00:44,839 - importer.py[DEBUG]: Failed at attempted import of 'cc_users_groups' due to: No module named cc_users_groups
2015-09-21 21:00:44,839 - importer.py[DEBUG]: Found cc_users_groups with attributes ['handle'] in ['cloudinit.config.cc_users_groups']
2015-09-21 21:00:44,839 - importer.py[DEBUG]: Looking for modules ['cc_ssh', 'cloudinit.config.cc_ssh'] that have attributes ['handle']
2015-09-21 21:00:44,840 - importer.py[DEBUG]: Failed at attempted import of 'cc_ssh' due to: No module named cc_ssh
2015-09-21 21:00:44,840 - importer.py[DEBUG]: Found cc_ssh with attributes ['handle'] in ['cloudinit.config.cc_ssh']
2015-09-21 21:00:44,840 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
2015-09-21 21:00:44,841 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
2015-09-21 21:00:44,841 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
2015-09-21 21:00:44,841 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
2015-09-21 21:00:44,841 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x7f3b3960ec50>)
2015-09-21 21:00:44,844 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names
2015-09-21 21:00:44,845 - helpers.py[DEBUG]: config-seed_random already ran (freq=once-per-instance)
2015-09-21 21:00:44,845 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x7f3b3960ebd0>)
2015-09-21 21:00:44,845 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration
2015-09-21 21:00:44,845 - helpers.py[DEBUG]: config-write-files already ran (freq=once-per-instance)
2015-09-21 21:00:44,845 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x7f3b3960ec50>)
2015-09-21 21:00:44,845 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'ignore_growroot_disabled': False, 'mode': 'auto', 'devices': ['/']}
2015-09-21 21:00:44,845 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True)
2015-09-21 21:00:44,851 - util.py[DEBUG]: Reading from /proc/586/mountinfo (quiet=False)
2015-09-21 21:00:44,852 - util.py[DEBUG]: Read 1119 bytes from /proc/586/mountinfo
2015-09-21 21:00:44,855 - util.py[DEBUG]: resize_devices took 0.003 seconds
2015-09-21 21:00:44,855 - cc_growpart.py[DEBUG]: '/' SKIPPED: device_part_info(/dev/mapper/coe--lab--002--vm04--vg-root) failed: /dev/mapper/coe--lab--002--vm04--vg-root not a partition
2015-09-21 21:00:44,855 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x7f3b3960ebd0>)
2015-09-21 21:00:44,855 - util.py[DEBUG]: Reading from /proc/586/mountinfo (quiet=False)
2015-09-21 21:00:44,856 - util.py[DEBUG]: Read 1119 bytes from /proc/586/mountinfo
2015-09-21 21:00:44,856 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/mapper/coe--lab--002--vm04--vg-root mnt_point=/ path=/
2015-09-21 21:00:44,856 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True)
2015-09-21 21:00:44,862 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True)
2015-09-21 21:00:44,868 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False)
2015-09-21 21:00:44,868 - util.py[DEBUG]: Read 137 bytes from /proc/1/environ
2015-09-21 21:00:44,868 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False)
2015-09-21 21:00:44,868 - util.py[DEBUG]: Read 774 bytes from /proc/self/status
2015-09-21 21:00:44,868 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/mapper/coe--lab--002--vm04--vg-root
2015-09-21 21:00:44,868 - util.py[DEBUG]: Running command ('resize2fs', '/dev/mapper/coe--lab--002--vm04--vg-root') with allowed return codes [0] (shell=False, capture=True)
2015-09-21 21:00:44,877 - util.py[DEBUG]: Resizing took 0.008 seconds
2015-09-21 21:00:44,877 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True)
2015-09-21 21:00:44,877 - helpers.py[DEBUG]: config-set_hostname already ran (freq=once-per-instance)
2015-09-21 21:00:44,878 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x7f3b3961b550>)
2015-09-21 21:00:44,878 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False)
2015-09-21 21:00:44,878 - util.py[DEBUG]: Read 196 bytes from /etc/hosts
2015-09-21 21:00:44,878 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False)
2015-09-21 21:00:44,878 - util.py[DEBUG]: Read 196 bytes from /etc/hosts
2015-09-21 21:00:44,878 - cc_update_hostname.py[DEBUG]: Updating hostname to coe-lab-002-vm04 (coe-lab-002-vm04)
2015-09-21 21:00:44,878 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False)
2015-09-21 21:00:44,879 - util.py[DEBUG]: Read 17 bytes from /var/lib/cloud/data/previous-hostname
2015-09-21 21:00:44,879 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False)
2015-09-21 21:00:44,880 - util.py[DEBUG]: Read 17 bytes from /etc/hostname
2015-09-21 21:00:44,880 - __init__.py[DEBUG]: Attempting to update hostname to coe-lab-002-vm04 in 0 files
2015-09-21 21:00:44,880 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x7f3b3961b510>)
2015-09-21 21:00:44,880 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts
2015-09-21 21:00:44,880 - helpers.py[DEBUG]: config-ca-certs already ran (freq=once-per-instance)
2015-09-21 21:00:44,880 - helpers.py[DEBUG]: config-rsyslog already ran (freq=once-per-instance)
2015-09-21 21:00:44,881 - helpers.py[DEBUG]: config-users-groups already ran (freq=once-per-instance)
2015-09-21 21:00:44,881 - helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance)
2015-09-21 21:00:44,881 - cloud-init[DEBUG]: Ran 13 modules with 0 failures
2015-09-21 21:00:44,882 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
2015-09-21 21:00:44,882 - util.py[DEBUG]: Read 10 bytes from /proc/uptime
2015-09-21 21:00:44,882 - util.py[DEBUG]: cloud-init mode 'init' took 0.385 seconds (0.39)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 21 Sep 2015 15:30:46 +0000. Up 7.19 seconds.
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_emit_upstart', 'cloudinit.config.cc_emit_upstart'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_emit_upstart' due to: No module named cc_emit_upstart
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_emit_upstart with attributes ['handle'] in ['cloudinit.config.cc_emit_upstart']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_disk_setup', 'cloudinit.config.cc_disk_setup'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_disk_setup' due to: No module named cc_disk_setup
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_disk_setup with attributes ['handle'] in ['cloudinit.config.cc_disk_setup']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_mounts', 'cloudinit.config.cc_mounts'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_mounts' due to: No module named cc_mounts
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_mounts with attributes ['handle'] in ['cloudinit.config.cc_mounts']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_ssh_import_id', 'cloudinit.config.cc_ssh_import_id'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_ssh_import_id' due to: No module named cc_ssh_import_id
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_ssh_import_id with attributes ['handle'] in ['cloudinit.config.cc_ssh_import_id']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_locale', 'cloudinit.config.cc_locale'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_locale' due to: No module named cc_locale
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_locale with attributes ['handle'] in ['cloudinit.config.cc_locale']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_set_passwords', 'cloudinit.config.cc_set_passwords'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_set_passwords' due to: No module named cc_set_passwords
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_set_passwords with attributes ['handle'] in ['cloudinit.config.cc_set_passwords']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_grub_dpkg', 'cloudinit.config.cc_grub_dpkg'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_grub_dpkg' due to: No module named cc_grub_dpkg
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_grub_dpkg with attributes ['handle'] in ['cloudinit.config.cc_grub_dpkg']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_apt_pipelining', 'cloudinit.config.cc_apt_pipelining'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_apt_pipelining' due to: No module named cc_apt_pipelining
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_apt_pipelining with attributes ['handle'] in ['cloudinit.config.cc_apt_pipelining']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_apt_configure', 'cloudinit.config.cc_apt_configure'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_apt_configure' due to: No module named cc_apt_configure
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_apt_configure with attributes ['handle'] in ['cloudinit.config.cc_apt_configure']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_package_update_upgrade_install', 'cloudinit.config.cc_package_update_upgrade_install'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_package_update_upgrade_install' due to: No module named cc_package_update_upgrade_install
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_package_update_upgrade_install with attributes ['handle'] in ['cloudinit.config.cc_package_update_upgrade_install']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_landscape', 'cloudinit.config.cc_landscape'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_landscape' due to: No module named cc_landscape
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_landscape with attributes ['handle'] in ['cloudinit.config.cc_landscape']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_timezone', 'cloudinit.config.cc_timezone'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_timezone' due to: No module named cc_timezone
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_timezone with attributes ['handle'] in ['cloudinit.config.cc_timezone']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_puppet', 'cloudinit.config.cc_puppet'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_puppet' due to: No module named cc_puppet
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_puppet with attributes ['handle'] in ['cloudinit.config.cc_puppet']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_chef', 'cloudinit.config.cc_chef'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_chef' due to: No module named cc_chef
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_chef with attributes ['handle'] in ['cloudinit.config.cc_chef']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_salt_minion', 'cloudinit.config.cc_salt_minion'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_salt_minion' due to: No module named cc_salt_minion
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_salt_minion with attributes ['handle'] in ['cloudinit.config.cc_salt_minion']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_mcollective', 'cloudinit.config.cc_mcollective'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_mcollective' due to: No module named cc_mcollective
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_mcollective with attributes ['handle'] in ['cloudinit.config.cc_mcollective']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_disable_ec2_metadata', 'cloudinit.config.cc_disable_ec2_metadata'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_disable_ec2_metadata' due to: No module named cc_disable_ec2_metadata
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_disable_ec2_metadata with attributes ['handle'] in ['cloudinit.config.cc_disable_ec2_metadata']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_runcmd', 'cloudinit.config.cc_runcmd'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_runcmd' due to: No module named cc_runcmd
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_runcmd with attributes ['handle'] in ['cloudinit.config.cc_runcmd']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_byobu', 'cloudinit.config.cc_byobu'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_byobu' due to: No module named cc_byobu
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_byobu with attributes ['handle'] in ['cloudinit.config.cc_byobu']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.ubuntu.Distro'>
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x7f4c850c2e90>)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] util.py[DEBUG]: Running command ['initctl', 'emit', 'cloud-config', 'CLOUD_CFG=/var/lib/cloud/instance/cloud-config.txt'] with allowed return codes [0] (shell=False, capture=True)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-disk_setup already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-ssh-import-id already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-grub-dpkg already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-apt-pipelining already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-apt-configure already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-landscape already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-chef already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-salt-minion already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-mcollective already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x7f4c8509e6d0>)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] helpers.py[DEBUG]: config-byobu already ran (freq=once-per-instance)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] cloud-init[DEBUG]: Ran 19 modules with 0 failures
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] util.py[DEBUG]: Read 10 bytes from /proc/uptime
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'modules' took 0.282 seconds (0.29)
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 21 Sep 2015 15:30:46 +0000. Up 7.74 seconds.
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_rightscale_userdata', 'cloudinit.config.cc_rightscale_userdata'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_rightscale_userdata' due to: No module named cc_rightscale_userdata
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_rightscale_userdata with attributes ['handle'] in ['cloudinit.config.cc_rightscale_userdata']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_vendor', 'cloudinit.config.cc_scripts_vendor'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_scripts_vendor' due to: No module named cc_scripts_vendor
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_vendor with attributes ['handle'] in ['cloudinit.config.cc_scripts_vendor']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_once', 'cloudinit.config.cc_scripts_per_once'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_scripts_per_once' due to: No module named cc_scripts_per_once
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_per_once with attributes ['handle'] in ['cloudinit.config.cc_scripts_per_once']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_boot', 'cloudinit.config.cc_scripts_per_boot'] that have attributes ['handle']
Sep 21 21:00:46 coe-lab-002-vm04 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_scripts_per_boot' due to: No module named cc_scripts_per_boot
Sep 21 21:00:46 coe-lab-002-vm04 [C
|