glance source based containers miss 'glance' user
Bug #1483659 reported by
Vladislav Belogrudov
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Vladislav Belogrudov |
Bug Description
glance-base Dockerfile does not have addition of 'glance' user. In glance-api we have
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
# of the KOLLA_BOOTSTRAP variable being set, including empty.
if [[ "${!KOLLA_
su -s /bin/sh -c "glance-manage db_sync" glance
exit 0
fi
This fails and goes unnoticed.
Changed in kolla: | |
assignee: | nobody → Vladislav Belogrudov (vlad-belogrudov) |
Changed in kolla: | |
importance: | Undecided → High |
milestone: | none → liberty-rc1 |
Changed in kolla: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/211512
Review: https:/