The problem is that we use a single image ("ubuntu") for all series. The provider doesn't verify that the image matches the series the client requested for a new instance. Instead you always get the series of the original image. In this case, that is a trusty image, which does not support the LXD provider.
We will need to provide a way to support multiple "ubuntu" images, one for each desired series.
The problem is that we use a single image ("ubuntu") for all series. The provider doesn't verify that the image matches the series the client requested for a new instance. Instead you always get the series of the original image. In this case, that is a trusty image, which does not support the LXD provider.
We will need to provide a way to support multiple "ubuntu" images, one for each desired series.