broken ACL tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Critical
|
Lucas Alvares Gomes | ||
Kilo |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Gate is blocked due:
=======
FAIL: ironic.
tags: worker-4
-------
pythonlogging:'': {{{
Context impl SQLiteImpl.
Will assume non-transactional DDL.
}}}
stderr: {{{
INFO [alembic.migration] Context impl SQLiteImpl.
INFO [alembic.migration] Will assume non-transactional DDL.
INFO [alembic.migration] Running stamp_revision -> 2fb93ffd2af1
/home/lucasagom
RuntimeWarning
}}}
stdout: {{{GET: /v1/nodes/
Traceback (most recent call last):
File "ironic/
self.node_path, headers=
File "ironic/
**param)
File "ironic/
expect_
File "/home/
expect_
File "/home/
self.
File "/home/
res)
webtest.
Authentication required
=======
FAIL: ironic.
tags: worker-1
-------
pythonlogging:'': {{{
Context impl SQLiteImpl.
Will assume non-transactional DDL.
}}}
stderr: {{{
INFO [alembic.migration] Context impl SQLiteImpl.
INFO [alembic.migration] Will assume non-transactional DDL.
INFO [alembic.migration] Running stamp_revision -> 2fb93ffd2af1
/home/lucasagom
RuntimeWarning
}}}
stdout: {{{
GET: /v1/nodes/
GOT:Response: 401 Unauthorized
Content-Type: text/html; charset=UTF-8
Www-Authenticate: Keystone uri='https:/
Authentication required
}}}
Traceback (most recent call last):
File "ironic/
self.
File "/home/
self.
File "/home/
raise mismatch_error
testtools.
=======
FAIL: ironic.
tags: worker-5
-------
pythonlogging:'': {{{
Context impl SQLiteImpl.
Will assume non-transactional DDL.
}}}
stderr: {{{
INFO [alembic.migration] Context impl SQLiteImpl.
INFO [alembic.migration] Will assume non-transactional DDL.
INFO [alembic.migration] Running stamp_revision -> 2fb93ffd2af1
/home/lucasagom
RuntimeWarning
}}}
stdout: {{{
GET: /v1/nodes/
GOT:Response: 401 Unauthorized
Content-Type: text/html; charset=UTF-8
Www-Authenticate: Keystone uri='https:/
Authentication required
}}}
Traceback (most recent call last):
File "ironic/
self.
File "/home/
self.
File "/home/
raise mismatch_error
testtools.
Ran 2291 (-7) tests in 9.045s (-0.577s)
FAILED (id=456, failures=3 (+3), skips=15)
Changed in ironic: | |
assignee: | nobody → Lucas Alvares Gomes (lucasagomes) |
Changed in ironic: | |
importance: | Undecided → Critical |
Changed in ironic: | |
status: | New → In Progress |
description: | updated |
Changed in ironic: | |
status: | In Progress → Fix Committed |
Changed in ironic: | |
milestone: | none → 4.0.0 |
status: | Fix Committed → Fix Released |
Ok the problem is the new version of keystonemiddleware (2.0.0). If you install the previous version (1.6.0) things works again