Keystone user-role-add gives error "Could not find user, admin"
Hi,
I am following 'http://docs.openstack.org/icehouse/install-guide/install/apt/content/' document to install Openstack icehouse version on Ubuntu 14.04. Installed Keystone successfully. Created 'admin' User, role and tenant. No error logs observed. But when I execute the command $keystone user-role-add --user=admin --tenant=admin --role=admin, I see below errors in /var/log/keystone/keystone-all.log. 2014-11-13 20:32:00.942 880 WARNING keystone.common.wsgi [-] Could not find user, admin. 2014-11-13 20:32:00.972 880 WARNING keystone.common.wsgi [-] Could not find role, admin. 2014-11-13 20:32:00.985 880 WARNING keystone.common.wsgi [-] Could not find project, admin. I verified that the user, role and project are existing with user-list etc. Re-checked by logging to mysql as well. Then I tried the same command a second time and same error yet again, apart from the conflict error. 2014-11-13 20:35:00.860 880 WARNING keystone.common.wsgi [-] Could not find user, admin. 2014-11-13 20:35:00.971 880 WARNING keystone.common.wsgi [-] Could not find role, admin. 2014-11-13 20:35:00.984 880 WARNING keystone.common.wsgi [-] Could not find project, admin. 2014-11-13 20:35:01.013 880 WARNING keystone.common.wsgi [-] Conflict occurred attempting to store role grant. User 79f2b8ee76534cc6aaa879214948ca49 already has role a008b00ef4164e608434ad32adf33ae2 in tenant bb96f1bbbe48349f227902c9d492a2
Is this normal? Since it says that the User already has the role in Tenant, Can I consider the command user-role-add to be successful and go ahead with next part of installation?