[Bug 1381776] Re: cloud init depends on python-serial but does not declare it
Dan Watkins
daniel.watkins at canonical.com
Thu Jul 16 10:56:31 UTC 2015
Hi Drew, Jonathan,
cloud-init dynamically loads the data source modules based on which ones
it's configured to use. If you don't need the CloudSigma data source,
then you could do 'dpkg-reconfigure cloud-init' and remove it from the
list that is configured. This just puts a file in /etc/cloud/cloud.cfg.d
(see below for an example with most data sources disabled), so you could
also look at doing this manually.
$ cat /etc/cloud/cloud.cfg.d/90_dpkg.cfg
# to update this file, run dpkg-reconfigure cloud-init
datasource_list: [ NoCloud, ConfigDrive ]
I will also look in to including python-serial in the Depends for
precise and trusty.
Thanks,
Dan
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1381776
Title:
cloud init depends on python-serial but does not declare it
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1381776/+subscriptions
More information about the Ubuntu-server-bugs
mailing list