Comment 6 for bug 1717611

Revision history for this message
Rakesh (rp2343) wrote :

I am using Ubuntu-17.1 Azure VM image but couldn't see the bug being fixed yet.

$ cat /etc/os-release
NAME="Ubuntu"
VERSION="17.04 (Zesty Zapus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 17.04"
VERSION_ID="17.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=zesty
UBUNTU_CODENAME=zesty

~$ uname -a
Linux ubuntujumpvm1 4.10.0-32-generic #36-Ubuntu SMP Tue Aug 8 12:10:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

# dpkg -l |grep -i cloud
ii cloud-guest-utils 0.30-0ubuntu2 all cloud guest utilities
ii cloud-init 0.7.9-153-g16a7302f-0ubuntu1~17.04.2 all Init scripts for cloud instances

~/cloud-init-0.7.9-233-ge586fe35/cloudinit/sources$ less DataSourceAzure.py
def wait_for_files(flist, maxwait=60, naplen=.5, log_pre=""):
    need = set(flist)
    waited = 0