Created attachment 774660 [details] detailed information Description of problem: keystone --debug password-update --new-password foobar fails with ERROR 404 Version-Release number of selected component (if applicable): openstack-packstack-2013.1.1-0.23.dev642.el6ost.noarch openstack-keystone-2013.1.2-2.el6ost.noarch python-keystoneclient-0.2.3-5.el6ost.noarch How reproducible: 2/2 Steps to Reproduce: 1. deploy using packstack --allinone 2. . keystonerc_admin 3. keystone --debug password-update --new-password foobar Actual results: HTTP 404 Expected results: Password updated Additional info: [root@rhel-preinstalled ~(keystone_admin)]# keystone password-update --new-password foobar Unable to communicate with identity service: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}. (HTTP 404)
This problem is due to a misconfigured system, not due to a problem with the CLI or Keystone. The 404 does not happen on a properly configured system.