On Thu, Nov 27, 2014 at 1:03 AM, Srinivasa Rao Ragolu <[email protected]> wrote: > Hi All, > > I am new to this forum. Please help me in solving this issue with > stable/juno keystone. I have taken meta-cloud-services of stable/juno > http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/commit/?id=382e7184e5a23ebfeb2fd9ec432e6545170fee7d >
It's hard to say .. but I can say that everything works fine here. I never push an untested change: root@controller:~# uname -a Linux controller 3.14.19-yocto-standard #1 SMP PREEMPT Tue Oct 14 16:50:12 EDT 2014 x86_64 GNU/Linux root@controller:~# keystone user-list WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored). +----------------------------------+------------+---------+-----------------------+ | id | name | enabled | email | +----------------------------------+------------+---------+-----------------------+ | e48cedc717d34becb8a92d93b5415a23 | admin | True | [email protected] | | 7b30fcde558a488c95c6d11b92d8fd07 | alt_demo | True | [email protected] | | 3c06691847264c8bafcf7887bb536136 | barbican | True | [email protected] | | 260cbb94ea144801b9078de84dd9f629 | ceilometer | True | [email protected] | | c4c25a5b3867438eb34bfe3ac660bcbb | cinder | True | [email protected] | | c6ab4e229fcd43e8b7f2ec19c8f6d3f0 | demo | True | [email protected] | | e3e8c2b5532b4b828a00fef1e25809b7 | glance | True | [email protected] | | 2a9ee8d459354f71b30a1504f79cd1b8 | heat | True | [email protected] | | 7e348b3f0077493381aaa372dd7d13bd | neutron | True | [email protected] | | 4f93bd7ebd38460c93768801ff257f83 | nova | True | [email protected] | | b3fc4205fe7b4e9bbcaa39b078bc1e8b | swift | True | [email protected] | | e924b0717bf947538be9f678a6f7e252 | trove | True | [email protected] | +----------------------------------+------------+---------+-----------------------+ Have you checked the apache logs ? Is keystone-all running ? Is this the first boot, or a secondary boot ? Bruce > After booting openstack-image-controller, ran > /etc/keystone/service-user-setup > > after that any keystone or openstack service commands giving below errors. > > root@controller:/etc/keystone# keystone user-list > WARNING: Bypassing authentication using a token & endpoint (authentication > credentials are being ignored). > Unable to establish connection to > http://controller:8081/keystone/admin/v2.0/users > > root@controller:/etc/keystone# keystone --debug user-list > WARNING: Bypassing authentication using a token & endpoint (authentication > credentials are being ignored). > DEBUG:keystoneclient.session:REQ: curl -i -X GET > http://controller:8081/keystone/admin/v2.0/users -H "User-Agent: > python-keystoneclient" -H "X-Auth-Token: > {SHA1}5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8" > INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection > (1): controller > Unable to establish connection to > http://controller:8081/keystone/admin/v2.0/users > > > my environment variables are > root@controller:/etc/keystone# env > TERM=xterm > SHELL=/bin/sh > SSH_CLIENT=192.168.7.220 54638 22 > SSH_TTY=/dev/pts/0 > USER=root > MAIL=/var/mail/root > PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin > PWD=/etc/keystone > OS_PASSWORD=password > EDITOR=/bin/vi > TZ=UTC > PS1=\u@\h:\w\$ > OS_AUTH_URL=http://controller:8081/keystone/main/v2.0/ > OS_USERNAME=admin > SHLVL=1 > HOME=/home/root > OS_TENANT_NAME=admin > LOGNAME=root > SSH_CONNECTION=192.168.7.220 54638 192.168.7.2 22 > SERVICE_ENDPOINT=http://controller:8081/keystone/admin/v2.0 > SERVICE_TOKEN=password > _=/usr/bin/env > OLDPWD=/home/root > > > keystone.conf is > # The port number which the public service listens on > # public_port = 5000 > > # The port number which the public admin listens on > # admin_port = 35357 > admin_endpoint = http://192.168.7.2:8081/keystone/admin/ > public_endpoint = http://192.168.7.2:8081/keystone/main/ > > > I will be really thankful, if you could guide me. > > Thanks, > Srinivas. > > > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
