Comment 14 for bug 1423036

Revision history for this message
Curtis Hovey (sinzui) wrote :

sign. We still have problems even after the new packages arrived in precise-updates/cloud-tools. My reading of the attached log is:

1. apt-get update was called and we see
    Get:6 http://ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main amd64 Package
2, We can read that same file
    http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/precise-updates/cloud-tools/main/binary-amd64/Packages
    and it lists cloud-utils 0.27-0ubuntu9.1~ctools0
3. apt-get upgrade is called (and this had to be explicitly set for local-provider which wont do this by default)
    and we DO NOT see cloud-utils listed for upgrade
4. apt-get install is called and we see
    cloud-image-utils
    to be installed, BUT we see
    cloud-utils
    to be REMOVED.
5. We see cloud-image-utils is the correct version
   Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/cloud-tools/main cloud-image-utils all 0.27-0ubuntu9.1~ctools0
6. Everything ends in error because cloud-utils was removed.

Maybe we need to explicitly install cloud-utils to force an update of the version with the install of cloud-image-utils.

Precise cloud images do not use the cloud-tools archive. It uses standard precise updates (cloud-utils 0.25-0ubuntu5.1). We cannot expect new images to come with the better versions.