yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58205
[Bug 1637530] [NEW] Python keystone client `users` method get() is not working
Public bug reported:
Using python keystone-client to update user is working not properly.
ipdb> test_user.manager.client
<keystoneclient.httpclient._KeystoneAdapter object at 0x7f6098ed8210>
ipdb> test_user.manager.client.last_request_id
*** AttributeError: '_KeystoneAdapter' object has no attribute 'last_request_id'
Steps to reproduce:
1. authenticate
2. create test_user:
name='test_user_005'
password='test'
email='test@xxxxxxxx'
3. update test_user
email='updated@xxxxxxxxxxx'
4. execute test_user.get()
Expected result:
Command is executed without any errors
Actual result:
*** AttributeError: '_KeystoneAdapter' object has no attribute 'last_request_id'
Related bug:
https://bugs.launchpad.net/keystone/+bug/1637484
** Affects: keystone
Importance: Undecided
Status: Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1637530
Title:
Python keystone client `users` method get() is not working
Status in OpenStack Identity (keystone):
Confirmed
Bug description:
Using python keystone-client to update user is working not properly.
ipdb> test_user.manager.client
<keystoneclient.httpclient._KeystoneAdapter object at 0x7f6098ed8210>
ipdb> test_user.manager.client.last_request_id
*** AttributeError: '_KeystoneAdapter' object has no attribute 'last_request_id'
Steps to reproduce:
1. authenticate
2. create test_user:
name='test_user_005'
password='test'
email='test@xxxxxxxx'
3. update test_user
email='updated@xxxxxxxxxxx'
4. execute test_user.get()
Expected result:
Command is executed without any errors
Actual result:
*** AttributeError: '_KeystoneAdapter' object has no attribute 'last_request_id'
Related bug:
https://bugs.launchpad.net/keystone/+bug/1637484
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1637530/+subscriptions
Follow ups