-
- Downloads
Fix issues in Glance filesystem backend
The drop root change for Glance highlighted the fact that we were binding volumes from glance_data into the wrong container - it was glance_registry whereas it should be glance_api. This would result in all images being lost if the glance_api container happens to restart. Also, we need a sudoers file to chown the file backend dir to the glance user. Change-Id: If04337045bb94b3126e48d1f5bf0ea29e20373ae Closes-Bug: #1516729
Showing
- ansible/roles/glance/tasks/start.yml 2 additions, 2 deletionsansible/roles/glance/tasks/start.yml
- docker/glance/glance-api/extend_start.sh 1 addition, 0 deletionsdocker/glance/glance-api/extend_start.sh
- docker/glance/glance-base/Dockerfile.j2 5 additions, 1 deletiondocker/glance/glance-base/Dockerfile.j2
- docker/glance/glance-base/glance_sudoers 1 addition, 0 deletionsdocker/glance/glance-base/glance_sudoers
docker/glance/glance-base/glance_sudoers
0 → 100644
Please register or sign in to comment