gate is faling because of bindeps or image changes
Bug #1562383 reported by
Steven Dake
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Steven Dake | ||
Liberty |
Fix Released
|
Critical
|
Steven Dake | ||
Mitaka |
Fix Released
|
Critical
|
Steven Dake |
Bug Description
something changed recently in the images according to openstack-infra. This is causing all of our gate jobs to fail that use sudo to switch user groups. Instead use newgrp and remove the usage of sudo entirely from the tox.ini file.
Changed in kolla: | |
importance: | Undecided → Critical |
status: | New → Confirmed |
assignee: | nobody → Steven Dake (sdake) |
milestone: | none → newton-1 |
Changed in kolla: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
newgrp doesn't work. sgid tox to docker doesn't work. the only solution that may work is opening permissions on docker.sock to be world writeable.