Comment 9 for bug 1728031

Revision history for this message
Akihiro Motoki (amotoki) wrote : Re: Unable to change user password when ENFORCE_PASSWORD_CHECK is True

After adding an error log message to 'except' clause of user_verify_admin_password in openstack_dashboard.api.keystone, I got the following error message.

  ERROR openstack_dashboard.api.keystone user_verify_admin_password exception: Invalid service catalog service: identity (ServiceCatalogException)

The exception class is ServiceCatalogException and the message is "Invalid service catalog service: identity"

Interestingly enough, the error message is different from the bug description....