user-data ========= #!/bin/bash ( set -x # Set UTC Timezone timedatectl set-timezone Etc/UTC # Setting the hostname cat > /etc/hostname < /etc/hosts < /etc/network/interfaces < /run/resolvconf/resolv.conf < /etc/resolvconf/resolv.conf.d/head<&1) | tee /tmp/somelog_UD.log cloud-init.log =============== 2017-07-05 20:17:18,181 - util.py[DEBUG]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 06 Jul 2017 03:17:18 +0000. Up 2.28 seconds. 2017-07-05 20:17:18,185 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes 2017-07-05 20:17:18,186 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 101:4 2017-07-05 20:17:18,186 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished 2017-07-05 20:17:18,186 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance 2017-07-05 20:17:18,187 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net 2017-07-05 20:17:18,187 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2017-07-05 20:17:18,188 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro'] 2017-07-05 20:17:18,189 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu 2017-07-05 20:17:18,190 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu'] 2017-07-05 20:17:18,190 - stages.py[DEBUG]: Using distro class 2017-07-05 20:17:18,190 - __init__.py[DEBUG]: Looking for for data source in: ['ConfigDrive', 'OVF'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] 2017-07-05 20:17:18,190 - importer.py[DEBUG]: Looking for modules ['DataSourceConfigDrive', 'cloudinit.sources.DataSourceConfigDrive'] that have attributes ['get_datasource_list'] 2017-07-05 20:17:18,190 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceConfigDrive' due to: No module named DataSourceConfigDrive 2017-07-05 20:17:18,193 - importer.py[DEBUG]: Found DataSourceConfigDrive with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceConfigDrive'] 2017-07-05 20:17:18,194 - importer.py[DEBUG]: Looking for modules ['DataSourceOVF', 'cloudinit.sources.DataSourceOVF'] that have attributes ['get_datasource_list'] 2017-07-05 20:17:18,194 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOVF' due to: No module named DataSourceOVF 2017-07-05 20:17:18,201 - importer.py[DEBUG]: Found DataSourceOVF with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOVF'] 2017-07-05 20:17:18,201 - __init__.py[DEBUG]: Searching for data source in: ['DataSourceConfigDrive', 'DataSourceOVF'] 2017-07-05 20:17:18,201 - __init__.py[DEBUG]: Seeing if we can get any data from 2017-07-05 20:17:18,201 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,215 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,219 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,298 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,302 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=config-2', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,305 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False) 2017-07-05 20:17:18,306 - util.py[DEBUG]: Read 1058 bytes from /proc/mounts 2017-07-05 20:17:18,306 - util.py[DEBUG]: Fetched {'none': {'mountpoint': '/sys/fs/pstore', 'opts': 'rw,relatime', 'fstype': 'pstore'}, '/dev/mapper/system-root': {'mountpoint': '/', 'opts': 'rw,relatime,errors=remount-ro,data=ordered', 'fstype': 'ext4'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts'}, '/dev/mapper/system-var': {'mountpoint': '/var', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'sysfs'}, '/dev/mapper/system-opt': {'mountpoint': '/opt', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'udev': {'mountpoint': '/dev', 'opts': 'rw,relatime,size=4077100k,nr_inodes=1019275,mode=755', 'fstype': 'devtmpfs'}, 'tmpfs': {'mountpoint': '/run', 'opts': 'rw,nosuid,noexec,relatime,size=817652k,mode=755', 'fstype': 'tmpfs'}, 'proc': {'mountpoint': '/proc', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'proc'}, '/dev/vda1': {'mountpoint': '/boot', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext3'}, 'rootfs': {'mountpoint': '/', 'opts': 'rw', 'fstype': 'rootfs'}} mounts from proc 2017-07-05 20:17:18,307 - util.py[DEBUG]: Running command ['mount', '-o', 'ro,sync', '/dev/sr0', '/tmp/tmpnBogYT'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,350 - openstack.py[DEBUG]: Version '2012-08-10' not available, attempting to use 'latest' instead 2017-07-05 20:17:18,350 - util.py[DEBUG]: Running command ['umount', '-l', '/tmp/tmpnBogYT'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,377 - util.py[DEBUG]: Recursively deleting /tmp/tmpnBogYT 2017-07-05 20:17:18,378 - __init__.py[DEBUG]: Seeing if we can get any data from 2017-07-05 20:17:18,379 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False) 2017-07-05 20:17:18,379 - util.py[DEBUG]: Read 1058 bytes from /proc/mounts 2017-07-05 20:17:18,379 - util.py[DEBUG]: Fetched {'none': {'mountpoint': '/sys/fs/pstore', 'opts': 'rw,relatime', 'fstype': 'pstore'}, '/dev/mapper/system-root': {'mountpoint': '/', 'opts': 'rw,relatime,errors=remount-ro,data=ordered', 'fstype': 'ext4'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts'}, '/dev/mapper/system-var': {'mountpoint': '/var', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'sysfs'}, '/dev/mapper/system-opt': {'mountpoint': '/opt', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'udev': {'mountpoint': '/dev', 'opts': 'rw,relatime,size=4077100k,nr_inodes=1019275,mode=755', 'fstype': 'devtmpfs'}, 'tmpfs': {'mountpoint': '/run', 'opts': 'rw,nosuid,noexec,relatime,size=817652k,mode=755', 'fstype': 'tmpfs'}, 'proc': {'mountpoint': '/proc', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'proc'}, '/dev/vda1': {'mountpoint': '/boot', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext3'}, 'rootfs': {'mountpoint': '/', 'opts': 'rw', 'fstype': 'rootfs'}} mounts from proc 2017-07-05 20:17:18,380 - util.py[DEBUG]: Peeking at /dev/sr0 (max_bytes=512) 2017-07-05 20:17:18,383 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False) 2017-07-05 20:17:18,383 - util.py[DEBUG]: Read 1058 bytes from /proc/mounts 2017-07-05 20:17:18,383 - util.py[DEBUG]: Fetched {'none': {'mountpoint': '/sys/fs/pstore', 'opts': 'rw,relatime', 'fstype': 'pstore'}, '/dev/mapper/system-root': {'mountpoint': '/', 'opts': 'rw,relatime,errors=remount-ro,data=ordered', 'fstype': 'ext4'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts'}, '/dev/mapper/system-var': {'mountpoint': '/var', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'sysfs'}, '/dev/mapper/system-opt': {'mountpoint': '/opt', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'udev': {'mountpoint': '/dev', 'opts': 'rw,relatime,size=4077100k,nr_inodes=1019275,mode=755', 'fstype': 'devtmpfs'}, 'tmpfs': {'mountpoint': '/run', 'opts': 'rw,nosuid,noexec,relatime,size=817652k,mode=755', 'fstype': 'tmpfs'}, 'proc': {'mountpoint': '/proc', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'proc'}, '/dev/vda1': {'mountpoint': '/boot', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext3'}, 'rootfs': {'mountpoint': '/', 'opts': 'rw', 'fstype': 'rootfs'}} mounts from proc 2017-07-05 20:17:18,384 - util.py[DEBUG]: Running command ['mount', '-o', 'ro,sync', '-t', 'iso9660', '/dev/sr0', '/tmp/tmpsBys_h'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,393 - util.py[DEBUG]: Running command ['umount', '-l', '/tmp/tmpsBys_h'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,410 - util.py[DEBUG]: Recursively deleting /tmp/tmpsBys_h 2017-07-05 20:17:18,411 - cloud-init[DEBUG]: No local datasource found 2017-07-05 20:17:18,413 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2017-07-05 20:17:18,413 - util.py[DEBUG]: Read 10 bytes from /proc/uptime 2017-07-05 20:17:18,413 - util.py[DEBUG]: cloud-init mode 'init' took 0.294 seconds (0.29) 2017-07-05 20:17:18,680 - util.py[DEBUG]: Cloud-init v. 0.7.5 running 'init' at Thu, 06 Jul 2017 03:17:18 +0000. Up 2.79 seconds. 2017-07-05 20:17:18,682 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes 2017-07-05 20:17:18,683 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 101:4 2017-07-05 20:17:18,683 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,713 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,719 - cloud-init[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. 2017-07-05 20:17:18,720 - util.py[DEBUG]: Reading from /var/lib/cloud/data/no-net (quiet=False) 2017-07-05 20:17:18,720 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/data/no-net 2017-07-05 20:17:18,720 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2017-07-05 20:17:18,720 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2017-07-05 20:17:18,726 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro'] 2017-07-05 20:17:18,726 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu 2017-07-05 20:17:18,728 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu'] 2017-07-05 20:17:18,728 - stages.py[DEBUG]: Using distro class 2017-07-05 20:17:18,728 - __init__.py[DEBUG]: Looking for for data source in: ['ConfigDrive', 'OVF'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM', 'NETWORK'] 2017-07-05 20:17:18,728 - importer.py[DEBUG]: Looking for modules ['DataSourceConfigDrive', 'cloudinit.sources.DataSourceConfigDrive'] that have attributes ['get_datasource_list'] 2017-07-05 20:17:18,729 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceConfigDrive' due to: No module named DataSourceConfigDrive 2017-07-05 20:17:18,730 - importer.py[DEBUG]: Found DataSourceConfigDrive with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceConfigDrive'] 2017-07-05 20:17:18,730 - importer.py[DEBUG]: Looking for modules ['DataSourceOVF', 'cloudinit.sources.DataSourceOVF'] that have attributes ['get_datasource_list'] 2017-07-05 20:17:18,730 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOVF' due to: No module named DataSourceOVF 2017-07-05 20:17:18,733 - importer.py[DEBUG]: Found DataSourceOVF with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOVF'] 2017-07-05 20:17:18,734 - __init__.py[DEBUG]: Searching for data source in: ['DataSourceConfigDriveNet', 'DataSourceOVFNet'] 2017-07-05 20:17:18,734 - __init__.py[DEBUG]: Seeing if we can get any data from 2017-07-05 20:17:18,734 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,746 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,751 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,755 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,761 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=config-2', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) 2017-07-05 20:17:18,768 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False) 2017-07-05 20:17:18,769 - util.py[DEBUG]: Read 1058 bytes from /proc/mounts 2017-07-05 20:17:18,769 - util.py[DEBUG]: Fetched {'none': {'mountpoint': '/sys/fs/pstore', 'opts': 'rw,relatime', 'fstype': 'pstore'}, '/dev/mapper/system-root': {'mountpoint': '/', 'opts': 'rw,relatime,errors=remount-ro,data=ordered', 'fstype': 'ext4'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts'}, '/dev/mapper/system-var': {'mountpoint': '/var', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'sysfs'}, '/dev/mapper/system-opt': {'mountpoint': '/opt', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'udev': {'mountpoint': '/dev', 'opts': 'rw,relatime,size=4077100k,nr_inodes=1019275,mode=755', 'fstype': 'devtmpfs'}, 'tmpfs': {'mountpoint': '/run', 'opts': 'rw,nosuid,noexec,relatime,size=817652k,mode=755', 'fstype': 'tmpfs'}, 'proc': {'mountpoint': '/proc', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'proc'}, '/dev/vda1': {'mountpoint': '/boot', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext3'}, 'rootfs': {'mountpoint': '/', 'opts': 'rw', 'fstype': 'rootfs'}} mounts from proc 2017-07-05 20:17:18,769 - util.py[DEBUG]: Running command ['mount', '-o', 'ro,sync', '/dev/sr0', '/tmp/tmpuERVil'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,789 - openstack.py[DEBUG]: Version '2012-08-10' not available, attempting to use 'latest' instead 2017-07-05 20:17:18,790 - util.py[DEBUG]: Running command ['umount', '-l', '/tmp/tmpuERVil'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,831 - util.py[DEBUG]: Recursively deleting /tmp/tmpuERVil 2017-07-05 20:17:18,831 - __init__.py[DEBUG]: Seeing if we can get any data from 2017-07-05 20:17:18,833 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False) 2017-07-05 20:17:18,833 - util.py[DEBUG]: Read 1058 bytes from /proc/mounts 2017-07-05 20:17:18,834 - util.py[DEBUG]: Fetched {'none': {'mountpoint': '/sys/fs/pstore', 'opts': 'rw,relatime', 'fstype': 'pstore'}, '/dev/mapper/system-root': {'mountpoint': '/', 'opts': 'rw,relatime,errors=remount-ro,data=ordered', 'fstype': 'ext4'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts'}, '/dev/mapper/system-var': {'mountpoint': '/var', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'sysfs'}, '/dev/mapper/system-opt': {'mountpoint': '/opt', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'udev': {'mountpoint': '/dev', 'opts': 'rw,relatime,size=4077100k,nr_inodes=1019275,mode=755', 'fstype': 'devtmpfs'}, 'tmpfs': {'mountpoint': '/run', 'opts': 'rw,nosuid,noexec,relatime,size=817652k,mode=755', 'fstype': 'tmpfs'}, 'proc': {'mountpoint': '/proc', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'proc'}, '/dev/vda1': {'mountpoint': '/boot', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext3'}, 'rootfs': {'mountpoint': '/', 'opts': 'rw', 'fstype': 'rootfs'}} mounts from proc 2017-07-05 20:17:18,834 - util.py[DEBUG]: Peeking at /dev/sr0 (max_bytes=512) 2017-07-05 20:17:18,838 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False) 2017-07-05 20:17:18,838 - util.py[DEBUG]: Read 1058 bytes from /proc/mounts 2017-07-05 20:17:18,838 - util.py[DEBUG]: Fetched {'none': {'mountpoint': '/sys/fs/pstore', 'opts': 'rw,relatime', 'fstype': 'pstore'}, '/dev/mapper/system-root': {'mountpoint': '/', 'opts': 'rw,relatime,errors=remount-ro,data=ordered', 'fstype': 'ext4'}, 'devpts': {'mountpoint': '/dev/pts', 'opts': 'rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts'}, '/dev/mapper/system-var': {'mountpoint': '/var', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'sysfs': {'mountpoint': '/sys', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'sysfs'}, '/dev/mapper/system-opt': {'mountpoint': '/opt', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext4'}, 'udev': {'mountpoint': '/dev', 'opts': 'rw,relatime,size=4077100k,nr_inodes=1019275,mode=755', 'fstype': 'devtmpfs'}, 'tmpfs': {'mountpoint': '/run', 'opts': 'rw,nosuid,noexec,relatime,size=817652k,mode=755', 'fstype': 'tmpfs'}, 'proc': {'mountpoint': '/proc', 'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'proc'}, '/dev/vda1': {'mountpoint': '/boot', 'opts': 'rw,relatime,data=ordered', 'fstype': 'ext3'}, 'rootfs': {'mountpoint': '/', 'opts': 'rw', 'fstype': 'rootfs'}} mounts from proc 2017-07-05 20:17:18,839 - util.py[DEBUG]: Running command ['mount', '-o', 'ro,sync', '-t', 'iso9660', '/dev/sr0', '/tmp/tmpymE6dp'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,848 - util.py[DEBUG]: Running command ['umount', '-l', '/tmp/tmpymE6dp'] with allowed return codes [0] (shell=False, capture=True) 2017-07-05 20:17:18,877 - util.py[DEBUG]: Recursively deleting /tmp/tmpymE6dp 2017-07-05 20:17:18,878 - util.py[WARNING]: No instance datasource found! Likely bad things to come! 2017-07-05 20:17:18,878 - util.py[DEBUG]: No instance datasource found! Likely bad things to come! Traceback (most recent call last): File "/usr/bin/cloud-init", line 242, in main_init init.fetch() File "/usr/lib/python2.7/dist-packages/cloudinit/stages.py", line 308, in fetch return self._get_data_source() File "/usr/lib/python2.7/dist-packages/cloudinit/stages.py", line 236, in _get_data_source pkg_list) File "/usr/lib/python2.7/dist-packages/cloudinit/sources/__init__.py", line 263, in find_source raise DataSourceNotFoundException(msg) DataSourceNotFoundException: Did not find any data source, searched classes: (DataSourceConfigDriveNet, DataSourceOVFNet) 2017-07-05 20:17:19,002 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2017-07-05 20:17:19,003 - util.py[DEBUG]: Read 10 bytes from /proc/uptime 2017-07-05 20:17:19,003 - util.py[DEBUG]: cloud-init mode 'init' took 0.374 seconds (0.37) 2017-08-30 14:47:24,200 - util.py[DEBUG]: Cloud-init v. 0.7.5 running 'init' at Wed, 30 Aug 2017 14:47:24 +0000. Up 2.56 seconds. 2017-08-30 14:47:24,203 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [420] 0 bytes 2017-08-30 14:47:24,203 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 101:4 2017-08-30 14:47:24,203 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0] (shell=False, capture=True) 2017-08-30 14:47:24,208 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0] (shell=False, capture=True) 2017-08-30 14:47:24,214 - cloud-init[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. 2017-08-30 14:47:24,214 - util.py[DEBUG]: Reading from /var/lib/cloud/data/no-net (quiet=False) 2017-08-30 14:47:24,214 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/data/no-net 2017-08-30 14:47:24,214 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2017-08-30 14:47:24,214 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2017-08-30 14:47:24,215 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro'] 2017-08-30 14:47:24,215 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu 2017-08-30 14:47:24,216 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu'] 2017-08-30 14:47:24,216 - stages.py[DEBUG]: Using distro class 2017-08-30 14:47:24,216 - __init__.py[DEBUG]: Looking for for data source in: ['OpenStack', 'ConfigDrive', 'OVF'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM', 'NETWORK'] 2017-08-30 14:47:24,216 - importer.py[DEBUG]: Looking for modules ['DataSourceOpenStack', 'cloudinit.sources.DataSourceOpenStack'] that have attributes ['get_datasource_list'] 2017-08-30 14:47:24,216 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOpenStack' due to: No module named DataSourceOpenStack 2017-08-30 14:47:24,218 - importer.py[DEBUG]: Found DataSourceOpenStack with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOpenStack'] 2017-08-30 14:47:24,218 - importer.py[DEBUG]: Looking for modules ['DataSourceConfigDrive', 'cloudinit.sources.DataSourceConfigDrive'] that have attributes ['get_datasource_list'] 2017-08-30 14:47:24,218 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceConfigDrive' due to: No module named DataSourceConfigDrive 2017-08-30 14:47:24,218 - importer.py[DEBUG]: Found DataSourceConfigDrive with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceConfigDrive'] 2017-08-30 14:47:24,218 - importer.py[DEBUG]: Looking for modules ['DataSourceOVF', 'cloudinit.sources.DataSourceOVF'] that have attributes ['get_datasource_list'] 2017-08-30 14:47:24,219 - importer.py[DEBUG]: Failed at attempted import of 'DataSourceOVF' due to: No module named DataSourceOVF 2017-08-30 14:47:24,221 - importer.py[DEBUG]: Found DataSourceOVF with attributes ['get_datasource_list'] in ['cloudinit.sources.DataSourceOVF'] 2017-08-30 14:47:24,221 - __init__.py[DEBUG]: Searching for data source in: ['DataSourceOpenStack', 'DataSourceConfigDriveNet', 'DataSourceOVFNet'] 2017-08-30 14:47:24,221 - __init__.py[DEBUG]: Seeing if we can get any data from 2017-08-30 14:47:29,277 - url_helper.py[DEBUG]: [0/1] open 'http://169.254.169.254/openstack/2012-08-10/meta_data.json' with {'url': 'http://169.254.169.254/openstack/2012-08-10/meta_data.json', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 10.0} configuration 2017-08-30 14:47:29,549 - url_helper.py[DEBUG]: Read from http://169.254.169.254/openstack/2012-08-10/meta_data.json (200, 163b) after 1 attempts 2017-08-30 14:47:29,549 - DataSourceOpenStack.py[DEBUG]: Using metadata source: 'http://169.254.169.254' 2017-08-30 14:47:29,550 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/openstack/2013-10-17' with {'url': 'http://169.254.169.254/openstack/2013-10-17', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:29,566 - url_helper.py[DEBUG]: Read from http://169.254.169.254/openstack/2013-10-17 (200, 50b) after 1 attempts 2017-08-30 14:47:29,567 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/openstack/2013-10-17/vendor_data.json' with {'url': 'http://169.254.169.254/openstack/2013-10-17/vendor_data.json', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:29,583 - url_helper.py[DEBUG]: Read from http://169.254.169.254/openstack/2013-10-17/vendor_data.json (200, 2b) after 1 attempts 2017-08-30 14:47:29,584 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/openstack/2013-10-17/vendor_data.json' with {'url': 'http://169.254.169.254/openstack/2013-10-17/vendor_data.json', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:29,600 - url_helper.py[DEBUG]: Read from http://169.254.169.254/openstack/2013-10-17/vendor_data.json (200, 2b) after 1 attempts 2017-08-30 14:47:29,600 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/openstack/2013-10-17/user_data' with {'url': 'http://169.254.169.254/openstack/2013-10-17/user_data', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:34,607 - url_helper.py[DEBUG]: Please wait 1 seconds while we wait to try again 2017-08-30 14:47:35,609 - url_helper.py[DEBUG]: [1/6] open 'http://169.254.169.254/openstack/2013-10-17/user_data' with {'url': 'http://169.254.169.254/openstack/2013-10-17/user_data', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:40,617 - url_helper.py[DEBUG]: Please wait 1 seconds while we wait to try again 2017-08-30 14:47:41,619 - url_helper.py[DEBUG]: [2/6] open 'http://169.254.169.254/openstack/2013-10-17/user_data' with {'url': 'http://169.254.169.254/openstack/2013-10-17/user_data', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:46,627 - url_helper.py[DEBUG]: Please wait 1 seconds while we wait to try again 2017-08-30 14:47:47,629 - url_helper.py[DEBUG]: [3/6] open 'http://169.254.169.254/openstack/2013-10-17/user_data' with {'url': 'http://169.254.169.254/openstack/2013-10-17/user_data', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:52,637 - url_helper.py[DEBUG]: Please wait 1 seconds while we wait to try again 2017-08-30 14:47:53,639 - url_helper.py[DEBUG]: [4/6] open 'http://169.254.169.254/openstack/2013-10-17/user_data' with {'url': 'http://169.254.169.254/openstack/2013-10-17/user_data', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:47:58,645 - url_helper.py[DEBUG]: Please wait 1 seconds while we wait to try again 2017-08-30 14:47:59,647 - url_helper.py[DEBUG]: [5/6] open 'http://169.254.169.254/openstack/2013-10-17/user_data' with {'url': 'http://169.254.169.254/openstack/2013-10-17/user_data', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:04,654 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/openstack/2013-10-17/meta_data.json' with {'url': 'http://169.254.169.254/openstack/2013-10-17/meta_data.json', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,375 - url_helper.py[DEBUG]: Read from http://169.254.169.254/openstack/2013-10-17/meta_data.json (200, 866b) after 1 attempts 2017-08-30 14:48:05,376 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/openstack/2013-10-17/meta_data.json' with {'url': 'http://169.254.169.254/openstack/2013-10-17/meta_data.json', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,459 - url_helper.py[DEBUG]: Read from http://169.254.169.254/openstack/2013-10-17/meta_data.json (200, 866b) after 1 attempts 2017-08-30 14:48:05,460 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/' with {'url': 'http://169.254.169.254/latest/meta-data/', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,477 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/ (200, 210b) after 1 attempts 2017-08-30 14:48:05,477 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/block-device-mapping/' with {'url': 'http://169.254.169.254/latest/meta-data/block-device-mapping/', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,494 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/block-device-mapping/ (200, 8b) after 1 attempts 2017-08-30 14:48:05,494 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/block-device-mapping/ami' with {'url': 'http://169.254.169.254/latest/meta-data/block-device-mapping/ami', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,509 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/block-device-mapping/ami (200, 3b) after 1 attempts 2017-08-30 14:48:05,510 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/block-device-mapping/root' with {'url': 'http://169.254.169.254/latest/meta-data/block-device-mapping/root', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,526 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/block-device-mapping/root (200, 8b) after 1 attempts 2017-08-30 14:48:05,526 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/placement/' with {'url': 'http://169.254.169.254/latest/meta-data/placement/', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,544 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/placement/ (200, 17b) after 1 attempts 2017-08-30 14:48:05,544 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/placement/availability-zone' with {'url': 'http://169.254.169.254/latest/meta-data/placement/availability-zone', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,622 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/placement/availability-zone (200, 4b) after 1 attempts 2017-08-30 14:48:05,623 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/local-ipv4' with {'url': 'http://169.254.169.254/latest/meta-data/local-ipv4', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,641 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/local-ipv4 (200, 14b) after 1 attempts 2017-08-30 14:48:05,641 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/reservation-id' with {'url': 'http://169.254.169.254/latest/meta-data/reservation-id', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,661 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/reservation-id (200, 10b) after 1 attempts 2017-08-30 14:48:05,661 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/local-hostname' with {'url': 'http://169.254.169.254/latest/meta-data/local-hostname', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,678 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/local-hostname (200, 27b) after 1 attempts 2017-08-30 14:48:05,678 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/security-groups' with {'url': 'http://169.254.169.254/latest/meta-data/security-groups', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,695 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/security-groups (200, 7b) after 1 attempts 2017-08-30 14:48:05,696 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/ami-launch-index' with {'url': 'http://169.254.169.254/latest/meta-data/ami-launch-index', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,712 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/ami-launch-index (200, 1b) after 1 attempts 2017-08-30 14:48:05,713 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/public-hostname' with {'url': 'http://169.254.169.254/latest/meta-data/public-hostname', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,730 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/public-hostname (200, 27b) after 1 attempts 2017-08-30 14:48:05,730 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/hostname' with {'url': 'http://169.254.169.254/latest/meta-data/hostname', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,749 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/hostname (200, 27b) after 1 attempts 2017-08-30 14:48:05,750 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/ami-id' with {'url': 'http://169.254.169.254/latest/meta-data/ami-id', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,821 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/ami-id (200, 12b) after 1 attempts 2017-08-30 14:48:05,821 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/instance-action' with {'url': 'http://169.254.169.254/latest/meta-data/instance-action', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,837 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/instance-action (200, 4b) after 1 attempts 2017-08-30 14:48:05,838 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/public-ipv4' with {'url': 'http://169.254.169.254/latest/meta-data/public-ipv4', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,906 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/public-ipv4 (200, 0b) after 1 attempts 2017-08-30 14:48:05,906 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/ami-manifest-path' with {'url': 'http://169.254.169.254/latest/meta-data/ami-manifest-path', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,923 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/ami-manifest-path (200, 5b) after 1 attempts 2017-08-30 14:48:05,924 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/instance-type' with {'url': 'http://169.254.169.254/latest/meta-data/instance-type', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:05,942 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/instance-type (200, 17b) after 1 attempts 2017-08-30 14:48:05,943 - url_helper.py[DEBUG]: [0/6] open 'http://169.254.169.254/latest/meta-data/instance-id' with {'url': 'http://169.254.169.254/latest/meta-data/instance-id', 'headers': {'User-Agent': 'Cloud-Init/0.7.5'}, 'allow_redirects': True, 'method': 'GET', 'timeout': 5.0} configuration 2017-08-30 14:48:06,024 - url_helper.py[DEBUG]: Read from http://169.254.169.254/latest/meta-data/instance-id (200, 10b) after 1 attempts 2017-08-30 14:48:06,025 - util.py[DEBUG]: Crawl of openstack metadata service took 36.475 seconds 2017-08-30 14:48:06,025 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,025 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,025 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,025 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,026 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,026 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,026 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,026 - __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' 2017-08-30 14:48:06,026 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,026 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,026 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,026 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,027 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,027 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,027 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,027 - __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' 2017-08-30 14:48:06,027 - stages.py[INFO]: Loaded datasource DataSourceOpenStack - DataSourceOpenStack [net,ver=2] 2017-08-30 14:48:06,028 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) 2017-08-30 14:48:06,028 - util.py[DEBUG]: Read 70 bytes from /proc/cmdline 2017-08-30 14:48:06,028 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2017-08-30 14:48:06,028 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg 2017-08-30 14:48:06,028 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (,) 2017-08-30 14:48:06,050 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/91_versa.cfg (quiet=False) 2017-08-30 14:48:06,050 - util.py[DEBUG]: Read 624 bytes from /etc/cloud/cloud.cfg.d/91_versa.cfg 2017-08-30 14:48:06,050 - util.py[DEBUG]: Attempting to load yaml from string of length 624 with allowed root types (,) 2017-08-30 14:48:06,056 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False) 2017-08-30 14:48:06,056 - util.py[DEBUG]: Read 165 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg 2017-08-30 14:48:06,057 - util.py[DEBUG]: Attempting to load yaml from string of length 165 with allowed root types (,) 2017-08-30 14:48:06,059 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2017-08-30 14:48:06,059 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2017-08-30 14:48:06,059 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (,) 2017-08-30 14:48:06,065 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,065 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,065 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,066 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,066 - __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' 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,066 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,067 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,067 - __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' 2017-08-30 14:48:06,067 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,067 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,067 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,067 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,067 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,067 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,067 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,067 - __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' 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,068 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,068 - __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' 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,068 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,069 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,069 - __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' 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,069 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,070 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,070 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,070 - __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' 2017-08-30 14:48:06,070 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,070 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,070 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,070 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,070 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,070 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,070 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,070 - __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' 2017-08-30 14:48:06,071 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,071 - __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' 2017-08-30 14:48:06,071 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,071 - __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' 2017-08-30 14:48:06,071 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,071 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,071 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,071 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,071 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,071 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,072 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,072 - __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' 2017-08-30 14:48:06,072 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance 2017-08-30 14:48:06,072 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a' 2017-08-30 14:48:06,075 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/datasource (quiet=False) 2017-08-30 14:48:06,075 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/datasource - wb: [420] 53 bytes 2017-08-30 14:48:06,076 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [420] 53 bytes 2017-08-30 14:48:06,076 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) 2017-08-30 14:48:06,077 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [420] 37 bytes 2017-08-30 14:48:06,077 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [420] 37 bytes 2017-08-30 14:48:06,078 - cloud-init[DEBUG]: init will now be targeting instance id: 67c8d720-1f6b-410b-8bf3-fbc4691ae60a 2017-08-30 14:48:06,078 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) 2017-08-30 14:48:06,078 - util.py[DEBUG]: Read 70 bytes from /proc/cmdline 2017-08-30 14:48:06,078 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2017-08-30 14:48:06,079 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg 2017-08-30 14:48:06,079 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (,) 2017-08-30 14:48:06,099 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/91_versa.cfg (quiet=False) 2017-08-30 14:48:06,099 - util.py[DEBUG]: Read 624 bytes from /etc/cloud/cloud.cfg.d/91_versa.cfg 2017-08-30 14:48:06,099 - util.py[DEBUG]: Attempting to load yaml from string of length 624 with allowed root types (,) 2017-08-30 14:48:06,105 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False) 2017-08-30 14:48:06,105 - util.py[DEBUG]: Read 165 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg 2017-08-30 14:48:06,106 - util.py[DEBUG]: Attempting to load yaml from string of length 165 with allowed root types (,) 2017-08-30 14:48:06,108 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2017-08-30 14:48:06,108 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2017-08-30 14:48:06,108 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (,) 2017-08-30 14:48:06,114 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,114 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,114 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,114 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,114 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,114 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,114 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,114 - __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' 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,115 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,115 - __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' 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,115 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,116 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,116 - __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' 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,116 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,116 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,117 - __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' 2017-08-30 14:48:06,117 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,117 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,117 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,117 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,117 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,117 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,117 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,117 - __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' 2017-08-30 14:48:06,117 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,118 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,118 - __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' 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,118 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,119 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,119 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,119 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,119 - __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' 2017-08-30 14:48:06,119 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,119 - __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' 2017-08-30 14:48:06,119 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,119 - __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' 2017-08-30 14:48:06,119 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,119 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,120 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,120 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,120 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,120 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,120 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,120 - __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' 2017-08-30 14:48:06,121 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [256] 7396 bytes 2017-08-30 14:48:06,121 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/user-data.txt - wb: [384] 0 bytes 2017-08-30 14:48:06,126 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/user-data.txt.i - wb: [384] 345 bytes 2017-08-30 14:48:06,127 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/vendor-data.txt - wb: [384] 4 bytes 2017-08-30 14:48:06,128 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/vendor-data.txt.i - wb: [384] 345 bytes 2017-08-30 14:48:06,129 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro'] 2017-08-30 14:48:06,129 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu 2017-08-30 14:48:06,130 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu'] 2017-08-30 14:48:06,130 - stages.py[DEBUG]: Using distro class 2017-08-30 14:48:06,130 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/consume_data - wb: [420] 19 bytes 2017-08-30 14:48:06,130 - helpers.py[DEBUG]: Running consume_data using lock () 2017-08-30 14:48:06,131 - stages.py[DEBUG]: Added default handler for set(['text/cloud-config-jsonp', 'text/cloud-config']) from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] 2017-08-30 14:48:06,131 - stages.py[DEBUG]: Added default handler for set(['text/x-shellscript']) from ShellScriptPartHandler: [['text/x-shellscript']] 2017-08-30 14:48:06,132 - stages.py[DEBUG]: Added default handler for set(['text/cloud-boothook']) from BootHookPartHandler: [['text/cloud-boothook']] 2017-08-30 14:48:06,132 - stages.py[DEBUG]: Added default handler for set(['text/upstart-job']) from UpstartJobPartHandler: [['text/upstart-job']] 2017-08-30 14:48:06,132 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance 2017-08-30 14:48:06,132 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance 2017-08-30 14:48:06,132 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency once-per-instance 2017-08-30 14:48:06,132 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance 2017-08-30 14:48:06,133 - __init__.py[DEBUG]: {'Content-Type': 'text/x-not-multipart', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'} 2017-08-30 14:48:06,133 - __init__.py[DEBUG]: Empty payload of type text/x-not-multipart 2017-08-30 14:48:06,133 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance 2017-08-30 14:48:06,133 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance 2017-08-30 14:48:06,133 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency once-per-instance 2017-08-30 14:48:06,133 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/cloud-config.txt - wb: [384] 0 bytes 2017-08-30 14:48:06,134 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance 2017-08-30 14:48:06,134 - stages.py[DEBUG]: no vendordata from datasource 2017-08-30 14:48:06,134 - util.py[DEBUG]: Reading from /proc/cmdline (quiet=False) 2017-08-30 14:48:06,134 - util.py[DEBUG]: Read 70 bytes from /proc/cmdline 2017-08-30 14:48:06,134 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2017-08-30 14:48:06,134 - util.py[DEBUG]: Read 2960 bytes from /etc/cloud/cloud.cfg 2017-08-30 14:48:06,135 - util.py[DEBUG]: Attempting to load yaml from string of length 2960 with allowed root types (,) 2017-08-30 14:48:06,151 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/91_versa.cfg (quiet=False) 2017-08-30 14:48:06,151 - util.py[DEBUG]: Read 624 bytes from /etc/cloud/cloud.cfg.d/91_versa.cfg 2017-08-30 14:48:06,151 - util.py[DEBUG]: Attempting to load yaml from string of length 624 with allowed root types (,) 2017-08-30 14:48:06,156 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/90_dpkg.cfg (quiet=False) 2017-08-30 14:48:06,156 - util.py[DEBUG]: Read 165 bytes from /etc/cloud/cloud.cfg.d/90_dpkg.cfg 2017-08-30 14:48:06,156 - util.py[DEBUG]: Attempting to load yaml from string of length 165 with allowed root types (,) 2017-08-30 14:48:06,158 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2017-08-30 14:48:06,158 - util.py[DEBUG]: Read 1910 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2017-08-30 14:48:06,158 - util.py[DEBUG]: Attempting to load yaml from string of length 1910 with allowed root types (,) 2017-08-30 14:48:06,163 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,163 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,163 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,163 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,163 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,163 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,163 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,163 - __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' 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,164 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,164 - __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' 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,164 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,165 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,165 - __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' 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,165 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,165 - __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' 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,165 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,166 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,166 - __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' 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,166 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,166 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,167 - __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' 2017-08-30 14:48:06,167 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,167 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,167 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,167 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,167 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,167 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,167 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,167 - __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' 2017-08-30 14:48:06,167 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,167 - __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' 2017-08-30 14:48:06,167 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,167 - __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' 2017-08-30 14:48:06,168 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2017-08-30 14:48:06,168 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2017-08-30 14:48:06,168 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2017-08-30 14:48:06,168 - util.py[DEBUG]: load_yaml given empty string, returning default 2017-08-30 14:48:06,168 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,168 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,168 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,168 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,168 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,168 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,168 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,169 - __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' 2017-08-30 14:48:06,169 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2017-08-30 14:48:06,169 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2017-08-30 14:48:06,169 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2017-08-30 14:48:06,170 - util.py[DEBUG]: load_yaml given empty string, returning default 2017-08-30 14:48:06,170 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,170 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,170 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,170 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,170 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,170 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,170 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,170 - __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' 2017-08-30 14:48:06,173 - importer.py[DEBUG]: Looking for modules ['cc_bootcmd', 'cloudinit.config.cc_bootcmd'] that have attributes ['handle'] 2017-08-30 14:48:06,173 - importer.py[DEBUG]: Failed at attempted import of 'cc_bootcmd' due to: No module named cc_bootcmd 2017-08-30 14:48:06,174 - importer.py[DEBUG]: Found cc_bootcmd with attributes ['handle'] in ['cloudinit.config.cc_bootcmd'] 2017-08-30 14:48:06,174 - importer.py[DEBUG]: Looking for modules ['cc_timezone', 'cloudinit.config.cc_timezone'] that have attributes ['handle'] 2017-08-30 14:48:06,174 - importer.py[DEBUG]: Failed at attempted import of 'cc_timezone' due to: No module named cc_timezone 2017-08-30 14:48:06,175 - importer.py[DEBUG]: Found cc_timezone with attributes ['handle'] in ['cloudinit.config.cc_timezone'] 2017-08-30 14:48:06,175 - importer.py[DEBUG]: Looking for modules ['cc_scripts_user', 'cloudinit.config.cc_scripts_user'] that have attributes ['handle'] 2017-08-30 14:48:06,176 - importer.py[DEBUG]: Failed at attempted import of 'cc_scripts_user' due to: No module named cc_scripts_user 2017-08-30 14:48:06,177 - importer.py[DEBUG]: Found cc_scripts_user with attributes ['handle'] in ['cloudinit.config.cc_scripts_user'] 2017-08-30 14:48:06,177 - importer.py[DEBUG]: Looking for modules ['cc_resizefs', 'cloudinit.config.cc_resizefs'] that have attributes ['handle'] 2017-08-30 14:48:06,177 - importer.py[DEBUG]: Failed at attempted import of 'cc_resizefs' due to: No module named cc_resizefs 2017-08-30 14:48:06,178 - importer.py[DEBUG]: Found cc_resizefs with attributes ['handle'] in ['cloudinit.config.cc_resizefs'] 2017-08-30 14:48:06,178 - importer.py[DEBUG]: Looking for modules ['cc_set_hostname', 'cloudinit.config.cc_set_hostname'] that have attributes ['handle'] 2017-08-30 14:48:06,179 - importer.py[DEBUG]: Failed at attempted import of 'cc_set_hostname' due to: No module named cc_set_hostname 2017-08-30 14:48:06,180 - importer.py[DEBUG]: Found cc_set_hostname with attributes ['handle'] in ['cloudinit.config.cc_set_hostname'] 2017-08-30 14:48:06,180 - importer.py[DEBUG]: Looking for modules ['cc_update_hostname', 'cloudinit.config.cc_update_hostname'] that have attributes ['handle'] 2017-08-30 14:48:06,180 - importer.py[DEBUG]: Failed at attempted import of 'cc_update_hostname' due to: No module named cc_update_hostname 2017-08-30 14:48:06,181 - importer.py[DEBUG]: Found cc_update_hostname with attributes ['handle'] in ['cloudinit.config.cc_update_hostname'] 2017-08-30 14:48:06,181 - importer.py[DEBUG]: Looking for modules ['cc_update_etc_hosts', 'cloudinit.config.cc_update_etc_hosts'] that have attributes ['handle'] 2017-08-30 14:48:06,181 - importer.py[DEBUG]: Failed at attempted import of 'cc_update_etc_hosts' due to: No module named cc_update_etc_hosts 2017-08-30 14:48:06,182 - importer.py[DEBUG]: Found cc_update_etc_hosts with attributes ['handle'] in ['cloudinit.config.cc_update_etc_hosts'] 2017-08-30 14:48:06,182 - importer.py[DEBUG]: Looking for modules ['cc_ca_certs', 'cloudinit.config.cc_ca_certs'] that have attributes ['handle'] 2017-08-30 14:48:06,183 - importer.py[DEBUG]: Failed at attempted import of 'cc_ca_certs' due to: No module named cc_ca_certs 2017-08-30 14:48:06,183 - importer.py[DEBUG]: Found cc_ca_certs with attributes ['handle'] in ['cloudinit.config.cc_ca_certs'] 2017-08-30 14:48:06,184 - importer.py[DEBUG]: Looking for modules ['cc_rsyslog', 'cloudinit.config.cc_rsyslog'] that have attributes ['handle'] 2017-08-30 14:48:06,184 - importer.py[DEBUG]: Failed at attempted import of 'cc_rsyslog' due to: No module named cc_rsyslog 2017-08-30 14:48:06,185 - importer.py[DEBUG]: Found cc_rsyslog with attributes ['handle'] in ['cloudinit.config.cc_rsyslog'] 2017-08-30 14:48:06,185 - importer.py[DEBUG]: Looking for modules ['cc_ssh', 'cloudinit.config.cc_ssh'] that have attributes ['handle'] 2017-08-30 14:48:06,185 - importer.py[DEBUG]: Failed at attempted import of 'cc_ssh' due to: No module named cc_ssh 2017-08-30 14:48:06,186 - importer.py[DEBUG]: Found cc_ssh with attributes ['handle'] in ['cloudinit.config.cc_ssh'] 2017-08-30 14:48:06,187 - importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro'] 2017-08-30 14:48:06,187 - importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu 2017-08-30 14:48:06,187 - importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu'] 2017-08-30 14:48:06,187 - stages.py[DEBUG]: Using distro class 2017-08-30 14:48:06,188 - helpers.py[DEBUG]: Running config-bootcmd using lock () 2017-08-30 14:48:06,189 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration 2017-08-30 14:48:06,189 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_timezone - wb: [420] 19 bytes 2017-08-30 14:48:06,190 - helpers.py[DEBUG]: Running config-timezone using lock () 2017-08-30 14:48:06,190 - cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified 2017-08-30 14:48:06,190 - helpers.py[DEBUG]: Running config-scripts-user using lock () 2017-08-30 14:48:06,191 - helpers.py[DEBUG]: Running config-resizefs using lock () 2017-08-30 14:48:06,191 - util.py[DEBUG]: Reading from /proc/807/mountinfo (quiet=False) 2017-08-30 14:48:06,191 - util.py[DEBUG]: Read 1275 bytes from /proc/807/mountinfo 2017-08-30 14:48:06,191 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/mapper/system-root mnt_point=/ path=/ 2017-08-30 14:48:06,191 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) 2017-08-30 14:48:06,201 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) 2017-08-30 14:48:06,210 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) 2017-08-30 14:48:06,211 - util.py[DEBUG]: Read 137 bytes from /proc/1/environ 2017-08-30 14:48:06,211 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) 2017-08-30 14:48:06,211 - util.py[DEBUG]: Read 782 bytes from /proc/self/status 2017-08-30 14:48:06,211 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/mapper/system-root 2017-08-30 14:48:06,211 - util.py[DEBUG]: Running command ('resize2fs', '/dev/mapper/system-root') with allowed return codes [0] (shell=False, capture=True) 2017-08-30 14:48:06,218 - util.py[DEBUG]: Resizing took 0.006 seconds 2017-08-30 14:48:06,218 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) 2017-08-30 14:48:06,219 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_set_hostname - wb: [420] 19 bytes 2017-08-30 14:48:06,219 - helpers.py[DEBUG]: Running config-set_hostname using lock () 2017-08-30 14:48:06,220 - cc_set_hostname.py[DEBUG]: Setting the hostname to aju-test-vd3.openstacklocal (aju-test-vd3) 2017-08-30 14:48:06,220 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) 2017-08-30 14:48:06,220 - util.py[DEBUG]: Read 15 bytes from /etc/hostname 2017-08-30 14:48:06,220 - util.py[DEBUG]: Writing to /etc/hostname - wb: [420] 13 bytes 2017-08-30 14:48:06,221 - __init__.py[DEBUG]: Non-persistently setting the system hostname to aju-test-vd3 2017-08-30 14:48:06,221 - util.py[DEBUG]: Running command ['hostname', u'aju-test-vd3'] with allowed return codes [0] (shell=False, capture=True) 2017-08-30 14:48:06,225 - helpers.py[DEBUG]: Running config-update_hostname using lock () 2017-08-30 14:48:06,225 - cc_update_hostname.py[DEBUG]: Updating hostname to aju-test-vd3.openstacklocal (aju-test-vd3) 2017-08-30 14:48:06,226 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) 2017-08-30 14:48:06,226 - util.py[DEBUG]: Read 13 bytes from /etc/hostname 2017-08-30 14:48:06,226 - __init__.py[DEBUG]: Attempting to update hostname to aju-test-vd3 in 1 files 2017-08-30 14:48:06,226 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) 2017-08-30 14:48:06,226 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-hostname - wb: [420] 13 bytes 2017-08-30 14:48:06,227 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock () 2017-08-30 14:48:06,227 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts 2017-08-30 14:48:06,228 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_ca_certs - wb: [420] 19 bytes 2017-08-30 14:48:06,228 - helpers.py[DEBUG]: Running config-ca-certs using lock () 2017-08-30 14:48:06,228 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca-certs' key in configuration 2017-08-30 14:48:06,229 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_rsyslog - wb: [420] 19 bytes 2017-08-30 14:48:06,229 - helpers.py[DEBUG]: Running config-rsyslog using lock () 2017-08-30 14:48:06,230 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration 2017-08-30 14:48:06,230 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_ssh - wb: [420] 19 bytes 2017-08-30 14:48:06,231 - helpers.py[DEBUG]: Running config-ssh using lock () 2017-08-30 14:48:06,232 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key.pub 2017-08-30 14:48:06,233 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key 2017-08-30 14:48:06,233 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key 2017-08-30 14:48:06,233 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key.pub 2017-08-30 14:48:06,233 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key.pub 2017-08-30 14:48:06,233 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key 2017-08-30 14:48:06,233 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key.pub 2017-08-30 14:48:06,233 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key 2017-08-30 14:48:06,234 - 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) 2017-08-30 14:48:06,319 - 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) 2017-08-30 14:48:06,374 - 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) 2017-08-30 14:48:06,379 - 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) 2017-08-30 14:48:06,385 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,385 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,385 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,385 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,386 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,386 - __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' 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,386 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,386 - __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' 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_list'] that have attributes ['Merger'] 2017-08-30 14:48:06,386 - importer.py[DEBUG]: Found m_list with attributes ['Merger'] in ['cloudinit.mergers.m_list'] 2017-08-30 14:48:06,387 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_dict'] that have attributes ['Merger'] 2017-08-30 14:48:06,387 - importer.py[DEBUG]: Found m_dict with attributes ['Merger'] in ['cloudinit.mergers.m_dict'] 2017-08-30 14:48:06,387 - importer.py[DEBUG]: Looking for modules ['cloudinit.mergers.m_str'] that have attributes ['Merger'] 2017-08-30 14:48:06,387 - importer.py[DEBUG]: Found m_str with attributes ['Merger'] in ['cloudinit.mergers.m_str'] 2017-08-30 14:48:06,387 - __init__.py[DEBUG]: Merging 'dict' into 'dict' using method '_handle_unknown' of 'LookupMerger: (3)' 2017-08-30 14:48:06,387 - __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' 2017-08-30 14:48:06,387 - util.py[WARNING]: Applying ssh credentials failed! 2017-08-30 14:48:06,387 - util.py[DEBUG]: Applying ssh credentials failed! Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cloudinit/config/cc_ssh.py", line 123, in handle apply_credentials(keys, user, disable_root, disable_root_opts) File "/usr/lib/python2.7/dist-packages/cloudinit/config/cc_ssh.py", line 132, in apply_credentials ssh_util.setup_user_keys(keys, user) File "/usr/lib/python2.7/dist-packages/cloudinit/ssh_util.py", line 240, in setup_user_keys (ssh_dir, pwent) = users_ssh_info(username) File "/usr/lib/python2.7/dist-packages/cloudinit/ssh_util.py", line 204, in users_ssh_info pw_ent = pwd.getpwnam(username) KeyError: 'getpwnam(): name not found: ubuntu' 2017-08-30 14:48:06,389 - cloud-init[DEBUG]: Ran 10 modules with 0 failures 2017-08-30 14:48:06,389 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2017-08-30 14:48:06,389 - util.py[DEBUG]: Read 13 bytes from /proc/uptime 2017-08-30 14:48:06,389 - util.py[DEBUG]: cloud-init mode 'init' took 42.234 seconds (42.23) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 30 Aug 2017 14:48:06 +0000. Up 45.37 seconds. Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_disk_setup', 'cloudinit.config.cc_disk_setup'] that have attributes ['handle'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_disk_setup' due to: No module named cc_disk_setup Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found cc_disk_setup with attributes ['handle'] in ['cloudinit.config.cc_disk_setup'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_mounts', 'cloudinit.config.cc_mounts'] that have attributes ['handle'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_mounts' due to: No module named cc_mounts Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found cc_mounts with attributes ['handle'] in ['cloudinit.config.cc_mounts'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_locale', 'cloudinit.config.cc_locale'] that have attributes ['handle'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_locale' due to: No module named cc_locale Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found cc_locale with attributes ['handle'] in ['cloudinit.config.cc_locale'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_runcmd', 'cloudinit.config.cc_runcmd'] that have attributes ['handle'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_runcmd' due to: No module named cc_runcmd Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found cc_runcmd with attributes ['handle'] in ['cloudinit.config.cc_runcmd'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] stages.py[DEBUG]: Using distro class Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_disk_setup - wb: [420] 20 bytes Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] helpers.py[DEBUG]: Running config-disk-setup using lock () Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_mounts - wb: [420] 20 bytes Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] helpers.py[DEBUG]: Running config-mounts using lock () Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0 Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] openstack.py[DEBUG]: Using ec2 style lookup to find device ['ephemeral0'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] openstack.py[DEBUG]: Using openstack style lookup to find device ['ephemeral0'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tLABEL=ephemeral0', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0 Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting to determine the real name of swap Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] openstack.py[DEBUG]: Using ec2 style lookup to find device ['swap'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] openstack.py[DEBUG]: Using openstack style lookup to find device ['swap'] Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Running command ['blkid', '-tTYPE=swap', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] openstack.py[DEBUG]: Mapped swap to device /dev/mapper/system-swap_1 Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cc_mounts.py[DEBUG]: Mapped metadata name swap to /dev/mapper/system-swap_1 Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cc_mounts.py[DEBUG]: changed default device swap => /dev/mapper/system-swap_1 Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Reading from /etc/fstab (quiet=False) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Read 833 bytes from /etc/fstab Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /etc/fstab - wb: [420] 896 bytes Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Running command ('swapon', '-a') with allowed return codes [0] (shell=False, capture=True) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Running command ('mount', '-a') with allowed return codes [0] (shell=False, capture=True) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_locale - wb: [420] 20 bytes Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] helpers.py[DEBUG]: Running config-locale using lock () Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cc_locale.py[DEBUG]: Setting locale to en_US.UTF-8 Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Running command ['locale-gen', 'en_US.UTF-8'] with allowed return codes [0] (shell=False, capture=False) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Running command ['update-locale', 'en_US.UTF-8'] with allowed return codes [0] (shell=False, capture=False) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /etc/default/locale - wb: [420] 87 bytes Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_runcmd - wb: [420] 20 bytes Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] helpers.py[DEBUG]: Running config-runcmd using lock () Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] cloud-init[DEBUG]: Ran 4 modules with 0 failures Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False) Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Read 13 bytes from /proc/uptime Aug 30 14:48:07 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'modules' took 0.352 seconds (0.35) Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Cloud-init v. 0.7.5 running 'modules:final' at Wed, 30 Aug 2017 14:50:04 +0000. Up 162.65 seconds. Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_once', 'cloudinit.config.cc_scripts_per_once'] that have attributes ['handle'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_scripts_per_once' due to: No module named cc_scripts_per_once Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_per_once with attributes ['handle'] in ['cloudinit.config.cc_scripts_per_once'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_boot', 'cloudinit.config.cc_scripts_per_boot'] that have attributes ['handle'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_scripts_per_boot' due to: No module named cc_scripts_per_boot Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_per_boot with attributes ['handle'] in ['cloudinit.config.cc_scripts_per_boot'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['cc_scripts_per_instance', 'cloudinit.config.cc_scripts_per_instance'] that have attributes ['handle'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'cc_scripts_per_instance' due to: No module named cc_scripts_per_instance Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found cc_scripts_per_instance with attributes ['handle'] in ['cloudinit.config.cc_scripts_per_instance'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Looking for modules ['ubuntu', 'cloudinit.distros.ubuntu'] that have attributes ['Distro'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Failed at attempted import of 'ubuntu' due to: No module named ubuntu Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] importer.py[DEBUG]: Found ubuntu with attributes ['Distro'] in ['cloudinit.distros.ubuntu'] Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] stages.py[DEBUG]: Using distro class Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/sem/config_scripts_per_once.once - wb: [420] 19 bytes Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-once using lock () Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-boot using lock () Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Writing to /var/lib/cloud/instances/67c8d720-1f6b-410b-8bf3-fbc4691ae60a/sem/config_scripts_per_instance - wb: [420] 19 bytes Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] helpers.py[DEBUG]: Running config-scripts-per-instance using lock () Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] cloud-init[DEBUG]: Ran 3 modules with 0 failures Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Reading from /proc/uptime (quiet=False) Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: Read 15 bytes from /proc/uptime Aug 30 14:50:04 aju-test-vd3 [CLOUDINIT] util.py[DEBUG]: cloud-init mode 'modules' took 0.055 seconds (0.05)