Comment 1 for bug 1521257

Revision history for this message
Chuck Short (zulcss) wrote :

[Impact]

Images that are upload to the local LXD image store from glance fail because of a REST API change in LXD 0.22. This prevents new images from being used in LXD

[Test Case]
1. Run nova in debug mode
2. glance image-create --name lxd --container-format bare --disk-format raw < <name of image>
3. nova boot --flavor 1 --image lxd test-instance
4. Observe the boot failure in the /var/log/nova/nova-compute.log
5. Apply update,
6. nova boot --flavor 1 --image lxd test-instance-1
7. Observe new instance

[ Regression potential ]

There should be no regression potential.