[SOLVED] LXD Images not updating since 2018-10-04 with remotes ubuntu: and images:

My locally cached images do not update (auto enabled, or manual) since 2018-10-04. I am running LXD 3.6, problem started sometime during LXD 3.5 (3.5 image update worked 2018-09-15 to 2018-10-04). Any idea what is causing this?

$ lxc image list
+------------+--------------+--------+---------------------------------------------+--------+----------+------------------------------+
|   ALIAS    | FINGERPRINT  | PUBLIC |                 DESCRIPTION                 |  ARCH  |   SIZE   |         UPLOAD DATE          |
+------------+--------------+--------+---------------------------------------------+--------+----------+------------------------------+
| alpine     | 9d0bd4214670 | no     | Alpine 3.8 amd64 (20181004_13:00)           | x86_64 | 2.34MB   | Oct 4, 2018 at 10:48pm (UTC) |
+------------+--------------+--------+---------------------------------------------+--------+----------+------------------------------+
| bionic     | d72ae2e5073f | no     | ubuntu 18.04 LTS amd64 (release) (20181003) | x86_64 | 174.36MB | Oct 4, 2018 at 10:51pm (UTC) |
+------------+--------------+--------+---------------------------------------------+--------+----------+------------------------------+
| fedora     | 6f8d9e90a7a4 | no     | Fedora 28 amd64 (20181004_01:27)            | x86_64 | 54.45MB  | Oct 4, 2018 at 10:48pm (UTC) |
+------------+--------------+--------+---------------------------------------------+--------+----------+------------------------------+
| suseleap15 | 2fabcb409a7c | no     | Opensuse 15.0 amd64 (20181004_00:53)        | x86_64 | 62.42MB  | Oct 4, 2018 at 10:48pm (UTC) |
+------------+--------------+--------+---------------------------------------------+--------+----------+------------------------------+
| xenial     | c966933fdfd3 | no     | ubuntu 16.04 LTS amd64 (release) (20181004) | x86_64 | 157.99MB | Oct 4, 2018 at 10:50pm (UTC) |
+------------+--------------+--------+---------------------------------------------+--------+----------+------------------------------+

$ lxc image refresh xenial
Image already up to date.

$ lxc image info xenial
Fingerprint: c966933fdfd390d301fed3447528e2f910bf72c0615b2caaf3235a791fed3541
Size: 157.99MB
Architecture: x86_64
Public: no
Timestamps:
    Created: 2018/10/04 00:00 UTC
    Uploaded: 2018/10/04 22:50 UTC
    Expires: 2021/04/21 00:00 UTC
    Last used: 2018/07/02 17:41 UTC
Properties:
    architecture: amd64
    description: ubuntu 16.04 LTS amd64 (release) (20181004)
    label: release
    os: ubuntu
    release: xenial
    serial: 20181004
    version: 16.04
Aliases:
    - xenial
Cached: no
Auto update: enabled
Source:
    Server: https://cloud-images.ubuntu.com/releases
    Protocol: simplestreams
    Alias: x

$ lxc image info alpine
Fingerprint: 9d0bd4214670f7998fdbe0826e8b93e6e83a871724c09e3bdaefb43a4d87880a
Size: 2.34MB
Architecture: x86_64
Public: no
Timestamps:
    Created: 2018/10/04 13:15 UTC
    Uploaded: 2018/10/04 22:48 UTC
    Expires: never
    Last used: never
Properties:
    architecture: amd64
    variant: default
    build: 20181004_13:00
    description: Alpine 3.8 amd64 (20181004_13:00)
    distribution: alpine
    name: alpine-3.8-amd64-default-20181004_13:00
    os: alpine
    release: 3.8
    serial: 20181004_13:00
Aliases:
    - alpine
Cached: no
Auto update: enabled
Source:
    Server: https://images.linuxcontainers.org:8443
    Protocol: lxd
    Alias: alpine/3.8/amd64

$ lxc version
Client version: 3.6
Server version: 3.6

Please disregard. This is within the normal update cadence for remote images:, and on the remote ubuntu: I was mistaken for the remote ubuntu-daily: Solved.