yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26167
[Bug 1397882] Re: api/test_auth.py:test_user_only.py and test_user_id_only.py
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => kilo-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1397882
Title:
api/test_auth.py:test_user_only.py and test_user_id_only.py
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
the function name is mismatch with the function itself.
for test_user_only:
self.request.headers['X_USER_ID'] = 'testuserid'
===>
self.request.headers['X_USER'] = 'testuser'
for test_user_id_only, the same way.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1397882/+subscriptions
References