[Openstack] Issues in "Defining Users, Tenants, and Roles" ( keystone ) with CentOS 6.4 / Havana installation

thistlesl at aol.com thistlesl at aol.com
Mon Nov 11 14:53:54 UTC 2013


To Whom It May Concern:






I am, very carefully, following directions for installing OpenStack Havana on CentOS (http://docs.openstack.org/havana/install-guide/install/yum/content)

All is good until this command under the section "Defining Users, Tenants, and Roles":

   # keystone user-role-add --user=admin --tenant=admin --role=admin

At this point, I get warnings starting with "Could not find user, admin" (see keystone.log below).

AND I cannot do a user-role-list:

   # keystone user-role-list --user=admin
'Client' object has no attribute 'auth_tenant_id'

Do you know what I'm doing wrong?

-Susan


more /var/log/keystone/keystone.log
2013-11-08 10:14:32.860 16354 INFO keystone.common.openssl [-] openssl genrsa -out /etc/keystone/ssl/certs/cakey.pem 2048
2013-11-08 10:14:33.063 16354 INFO keystone.common.openssl [-] openssl req -new -x509 -extensions v3_ca -key /etc/keystone/ssl/certs/cakey.pem -out /
etc/keystone/ssl/certs/ca.pem -days 3650 -config /etc/keystone/ssl/certs/openssl.conf -subj /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com
2013-11-08 10:14:33.099 16354 INFO keystone.common.openssl [-] openssl genrsa -out /etc/keystone/ssl/private/signing_key.pem 2048
2013-11-08 10:14:33.129 16354 INFO keystone.common.openssl [-] openssl req -key /etc/keystone/ssl/private/signing_key.pem -new -out /etc/keystone/ssl
/certs/req.pem -config /etc/keystone/ssl/certs/openssl.conf -subj /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com
2013-11-08 10:14:33.141 16354 INFO keystone.common.openssl [-] openssl ca -batch -out /etc/keystone/ssl/certs/signing_cert.pem -config /etc/keystone/
ssl/certs/openssl.conf -days 3650d -cert /etc/keystone/ssl/certs/ca.pem -keyfile /etc/keystone/ssl/certs/cakey.pem -infiles /etc/keystone/ssl/certs/r
eq.pem
2013-11-08 10:17:23.522 16598 INFO keystone.common.environment [-] Environment configured as: eventlet
2013-11-08 10:17:24.104 16598 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:35357
2013-11-08 10:17:24.107 16598 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:5000
2013-11-08 10:24:39.776 16598 WARNING keystone.common.wsgi [-] Could not find user, admin.
2013-11-08 10:24:39.799 16598 WARNING keystone.common.wsgi [-] Could not find role, admin.
2013-11-08 10:24:39.811 16598 WARNING keystone.common.wsgi [-] Could not find project, admin.


OS is:
CentOS release 6.4 (Final)
# uname -a
Linux controller 2.6.32-358.18.1.el6_lustre.x86_64 #1 SMP Thu Sep 5 15:49:32 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux

# yum list|grep keystone
openstack-keystone.noarch               2013.2-1.el6                   @openstack-havana
python-keystone.noarch                  2013.2-1.el6                   @openstack-havana
python-keystoneclient.noarch            1:0.4.1-3.el6                  @openstack-havana






-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20131111/1e837dd4/attachment.html>


More information about the Openstack mailing list