kolla/releasenotes/notes/bug-1868574.yaml
Rajat Dhasmana cac9d46aa6 Add nfs dependencies to glance container
Glance API image lacked nfs programs/utils to be able to mount
NFS exports.
This affected Glance usage with Cinder backend when NFS was used
as Cinder backend.

Closes-Bug: #1868574

Change-Id: I3aac1e6a7f7c5f839b036f15713af949fba206cc
2020-04-02 07:52:42 +00:00

7 lines
201 B
YAML

---
fixes:
- |
Fixes Glance inability to use Cinder NFS backend for images by including
NFS client components in the Glance API image.
`LP#1868574 <https://launchpad.net/bugs/1868574>`__