Comment 0 for bug 1575727

Revision history for this message
Kenneth Østrup (kennetho) wrote :

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".