Comment 7 for bug 1650651

Revision history for this message
feng xia (fengxia41103) wrote :

Upgraded juju to version:

```
fengxia@local-charmdev:~$ juju --version
2.2.2-xenial-amd64
```

Issuing `juju deploy` command, under the `Message`, it says `copying image for ubuntu-trusty from https://cloud-images.ubuntu.com/release/: rootfs: 79%`.

Below is my local LXD image:

```
fengxia@local-charmdev:~$ lxc image info juju/trusty/amd64
Fingerprint: 203a6ae7d45cbe5c1411ad3f17b9b2429cb5ddfec69019fa96ce5710c4871504
Size: 365.92MB
Architecture: x86_64
Public: no
Timestamps:
    Uploaded: 2017/08/31 14:32 UTC
    Expires: never
    Last used: never
Properties:
    version: 14.04
    architecture: amd64
    description: ubuntu 14.04 LTS amd64 (release) (20170811)
    label: release
    os: ubuntu
    release: trusty
    serial: 20170811
Aliases:
    - juju/trusty/amd64 (juju/trusty/amd64)
Auto update: disabled
```

Any pointer?