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='[email protected]'

 3. update test_user
    email='[email protected]'
 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='[email protected]'

   3. update test_user
      email='[email protected]'
   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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to