Comment 4 for bug 1676460

Revision history for this message
Chad Smith (chad.smith) wrote :

# Launched lxc instances for yakkety-proposed and xenial-proposed

# Ran dpkg-reconfigure cloud-init as checked the Bigstep option

# Yakkety
root@yp1:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.10
DISTRIB_CODENAME=yakkety
DISTRIB_DESCRIPTION="Ubuntu 16.10"
root@yp1:~# grep Bigstep /etc/cloud/cloud.cfg.d/90_dpkg.cfg
datasource_list: [ NoCloud, ConfigDrive, OpenNebula, DigitalOcean, Azure, AltCloud, OVF, MAAS, GCE, OpenStack, CloudSigma, SmartOS, Bigstep, Ec2, CloudStack, None ]

# xenial
$ lxc init xenial-proposed xp1
Creating xp1
$ lxc start xp1
$ lxc exec xp1 -- bash

root@xp1:~# dpkg-reconfigure cloud-init # checking Bigstep

root@xp1:~# grep Bigstep /etc/cloud/cloud.cfg.d/90_dpkg.cfg
datasource_list: [ NoCloud, ConfigDrive, OpenNebula, DigitalOcean, Azure, AltCloud, OVF, MAAS, GCE, OpenStack, CloudSigma, SmartOS, Bigstep, Ec2, CloudStack, None ]