yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58208
[Bug 1637530] Re: Python keystone client `users` method get() is not working
Marking this as invalid against keystone server code. Is this
reproducible with python-openstackclient [0]? The python-keystoneclient
package has deprecated all CLI support. Instead it is consumed as a
package through the openstackclient for CLI operations done through
openstackclient (`openstack user show`, `openstack user create`).
[0] http://docs.openstack.org/developer/python-openstackclient/
** Also affects: python-keystoneclient
Importance: Undecided
Status: New
** Changed in: keystone
Status: Confirmed => Invalid
--
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):
Invalid
Status in python-keystoneclient:
New
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
References