python-keystone client fails to get user role
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
Confirmed
|
Medium
|
Yury Tregubov | |||
8.0.x |
Won't Fix
|
Medium
|
Yury Tregubov | |||
9.x |
Won't Fix
|
Medium
|
Yury Tregubov |
Bug Description
Detailed bug description:
Test fails while trying to get current user role.
At the moment this behaviour is 100% reproducible on mos 9.0 mitaka and mos 8.0.
Last seen on 9.0 mitaka iso #108 and mos 8.0 iso #570.
However during test case development on mos 8.0 that behaviour was not seen.
Can't state exact iso number that was used during development, approximately it was something around iso #380.
Fail occurs here:
https:/
Pytest output is:
test_dvr.py:1168:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../.
rl = self.findall(
../../.
for obj in self.list():
../../.
return self._list(
../../.
resp, body = self.client.
../../.
return self.request(url, 'GET', **kwargs)
../../.
resp = super(LegacyJso
../../.
return self.session.
../../.
return func(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <keystoneclient
authenticated = True, endpoint_filter = {'interface': 'admin', 'service_type': 'identity', 'version': (2, 0)}, auth = None, requests_auth = None, raise_exc = True, allow_reauth = True, log = True, endpoint_override = None
connect_retries = 0, logger = <logging.Logger object at 0x7f7173fc3410>
kwargs = {'allow_redirects': False, 'headers': {'Accept': 'application/json', 'User-Agent': 'python-
headers = {'Accept': 'application/json', 'User-Agent': 'python-
auth_headers = {'X-Auth-Token': 'gAAAAABW9RhIx_
base_url = 'http://
E NotFound: The resource could not be found. (HTTP 404) (Request-ID: req-ab4d8554-
../../.
Changed in mos: | |
status: | Confirmed → Won't Fix |
Yury, may you please ensure that test case is using properly configured Keystone env? It looks like as a configuration issues for the first glance. Thanks in advance.