Activity log for bug #1575727

Date Who What changed Old value New value Message
2016-04-27 15:22:52 Kenneth Østrup bug added bug
2016-06-03 20:39:41 Scott Moser bug task added cloud-init (Ubuntu)
2016-06-03 20:40:01 Scott Moser bug task deleted cloud-init
2016-06-03 20:40:05 Scott Moser cloud-init (Ubuntu): status New Confirmed
2016-06-03 20:40:09 Scott Moser cloud-init (Ubuntu): importance Undecided Medium
2016-06-03 20:40:12 Scott Moser cloud-init (Ubuntu): status Confirmed In Progress
2016-06-05 02:01:23 Launchpad Janitor cloud-init (Ubuntu): status In Progress Fix Released
2016-06-06 13:33:11 Launchpad Janitor branch linked lp:~smoser/ubuntu/yakkety/cloud-init/pkg
2016-09-10 02:06:01 Scott Moser nominated for series Ubuntu Xenial
2016-09-10 02:06:01 Scott Moser bug task added cloud-init (Ubuntu Xenial)
2016-09-10 02:07:47 Scott Moser cloud-init (Ubuntu Xenial): status New Confirmed
2016-09-10 02:07:50 Scott Moser cloud-init (Ubuntu Xenial): importance Undecided Medium
2016-09-13 14:41:59 Scott Moser nominated for series Ubuntu Trusty
2016-09-13 14:41:59 Scott Moser bug task added cloud-init (Ubuntu Trusty)
2016-09-13 14:42:08 Scott Moser cloud-init (Ubuntu Trusty): status New Confirmed
2016-09-13 14:42:11 Scott Moser cloud-init (Ubuntu Trusty): importance Undecided Low
2016-09-13 14:43:16 Scott Moser description On Ubuntu 14.04 LTS when re-configuring the cloud-init package by running dpkg-reconfigure, the OpenStack data source is incorrectly written to the configuration file /etc/cloud/cloud.cfg.d/90_dpkg.cfg From a default install: datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud, OVF, MAAS, GCE, OpenStack, CloudSigma, Ec2, CloudStack, SmartOS, None ] After running dpkg-reconfigure, selecting all options. datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud, OVF, MAAS, GCE, Openstack, CloudSigma, Ec2, CloudStack, SmartOS, None ] Note that it reads "Openstack" instead of "OpenStack". ==== Begin SRU Template ==== [Impact] When re-configuring cloud-init package by running dpkg-reconfigure, the OpenStack data source is incorrectly written to the configuration file /etc/cloud/cloud.cfg.d/90_dpkg.cfg. The result is that dpkg-reconfigure and selecting OpenStack results in non-functional openstack datasource. [Test Case] # launch a container $ lxc launch ubuntu-daily:xenial x1 $ lxc exec x1 dpkg-reconfigure cloud-init ## Note that 'OpenStack' is not checked. ## Select OpenStack, hit enter $ lxc exec x1 cat /etc/cloud/cloud.cfg.d/90_dpkg.cfg # to update this file, run dpkg-reconfigure cloud-init datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud, OVF, MAAS, GCE, Openstack, CloudSigma, SmartOS, Ec2, CloudStack, None ] Note, the reconfigured file was written, but contains 'Openstack' (lower case s), when OpenStack is what is needed. When fixed, this will have 'OpenStack'. [Regression Potential] Regression potential would be limited to people running dpkg-reconfigure for cloud-init. ==== End SRU Template ==== On Ubuntu 14.04 LTS when re-configuring the cloud-init package by running dpkg-reconfigure, the OpenStack data source is incorrectly written to the configuration file /etc/cloud/cloud.cfg.d/90_dpkg.cfg From a default install: datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud, OVF, MAAS, GCE, OpenStack, CloudSigma, Ec2, CloudStack, SmartOS, None ] After running dpkg-reconfigure, selecting all options. datasource_list: [ NoCloud, ConfigDrive, OpenNebula, Azure, AltCloud, OVF, MAAS, GCE, Openstack, CloudSigma, Ec2, CloudStack, SmartOS, None ] Note that it reads "Openstack" instead of "OpenStack".
2016-09-13 20:14:09 Chris J Arges cloud-init (Ubuntu Xenial): status Confirmed Fix Committed
2016-09-13 20:14:12 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2016-09-13 20:14:14 Chris J Arges bug added subscriber SRU Verification
2016-09-13 20:14:20 Chris J Arges tags verification-needed
2016-09-14 14:05:32 Scott Moser tags verification-needed verification-done
2016-09-15 14:29:06 Martin Pitt tags verification-done
2016-09-15 14:29:08 Martin Pitt tags verification-needed
2016-09-17 01:27:15 Scott Moser tags verification-needed verification-done
2016-09-22 17:34:08 Launchpad Janitor cloud-init (Ubuntu Xenial): status Fix Committed Fix Released
2016-09-22 17:34:46 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team