[SRU] LXD v0.22 doesnt send the image fingerprint when upload
Bug #1521257 reported by
Chuck Short
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-compute-lxd (Ubuntu) |
Fix Released
|
High
|
Chuck Short | ||
Wily |
Fix Committed
|
High
|
Chuck Short | ||
Xenial |
Fix Released
|
High
|
Chuck Short |
Bug Description
{u'status': u'OK', u'status_code': 100, u'operation': u'/1.0/
Changed in nova-compute-lxd (Ubuntu Wily): | |
importance: | Undecided → High |
Changed in nova-compute-lxd (Ubuntu Xenial): | |
importance: | Undecided → High |
Changed in nova-compute-lxd (Ubuntu Wily): | |
assignee: | nobody → Chuck Short (zulcss) |
Changed in nova-compute-lxd (Ubuntu Xenial): | |
assignee: | nobody → Chuck Short (zulcss) |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
[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] nova/nova- compute. log
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/
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.