[Bug 1100491] Re: cloud-init 0.6.3-0ubuntu1.3 failing to process juju-generated userdata
Adam Gandelman
1100491 at bugs.launchpad.net
Wed Jan 16 22:13:50 UTC 2013
Removing the first parameter in the call to add_sources() seems to fix
the issue:
=== modified file 'CloudConfig/cc_apt_update_upgrade.py'
--- CloudConfig/cc_apt_update_upgrade.py 2013-01-16 22:05:40 +0000
+++ CloudConfig/cc_apt_update_upgrade.py 2013-01-16 22:10:42 +0000
@@ -72,7 +72,7 @@
params = mirrors
params['RELEASE'] = release
params['MIRROR'] = mirror
- errors = add_sources(cloud, cfg['apt_sources'], params)
+ errors = add_sources(cfg['apt_sources'], params)
for e in errors:
log.warn("Source Error: %s\n" % ':'.join(e))
http://paste.ubuntu.com/1539261/
--
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/1100491
Title:
cloud-init 0.6.3-0ubuntu1.3 failing to process juju-generated
userdata
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1100491/+subscriptions
More information about the Ubuntu-server-bugs
mailing list