Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Yogi Srikrishnan
From: Mark Gius [m...@markgius.com] Sent: Wednesday, July 20, 2011 4:12 PM To: Yogi Srikrishnan Cc: Jay Pipes; openstack@lists.launchpad.net Subject: Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call Would you be opposed to removing the

Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Mark Gius
It looks like my previous email didn't go through because I hadn't registered this email address with launchpad. Sending again. Would you be opposed to removing the check for disabled in get_user, and possibly update_user as well? As it stands now, you can only fetch and examine disabled users b

Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Yogi Srikrishnan
Right now the code to update doesn't allow the operation if the user is disabled as there is a separate call to enable/disable user ie /users/userId/enabled .That call should allow the enabling/disabling of user independent of his current status. Regards Yogeshwar Srikrishnan Rackspace ___