Comment 0 for bug 1470890

Revision history for this message
Dan Watkins (oddbloke) wrote : cc_apt_configure only understands EC2 availability zones

In _get_package_mirror_info (in cloudinit/distros/__init__.py), there is code that specifically handles converting EC2 availability zones to their corresponding regions. This won't work for other clouds that don't have the same form for availability zones (and even if they _do_, they'll have to be configured using strings containing 'ec2'; weird), which is problematic.

This is particularly a problem for GCE.