Comment 1 for bug 888210

Revision history for this message
Yogeshwar (yogesh-srikrishnan) wrote :

This is a valid bug.Code is still using the old path

curl -X PUT "http://localhost:35357/v2.0/users/6/enabled" -d "<v2:user enabled='true' xmlns:v2='http://docs.openstack.org/identity/api/v2.0'/>" -H "X-AUTH-TOKEN: 999888777666" -H "Content-type: application/xml"

Fix is to change the code for these calls to use correct extension path.