ee7e96f06a
In case of glance multiple stores (mostly for ceph) nova initiates copy-image functionality if image, from which the sever is being created, is not present in the referring ceph store. This can fail if image location which is already present in image but not available for that glance edge node. This scenario can only be reproducible with EDGE deployment. In order to fix this, if the store is defined on that glance node then only call set_acls method, else ignore it. Closes-Bug: #2073945 Change-Id: I0409982ae27b662e60dd2363ba2f7863d0722fea
8 lines
270 B
YAML
8 lines
270 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #2073945 <https://bugs.launchpad.net/glance/+bug/2073945>`_:
|
|
Fixed issue with VM creation in DCN cases with RBD backend where
|
|
an edge node doesn't have the store defined which is part of the
|
|
image locations and the operation fails.
|