Have you checked your iptables rules?

Best,

George

Check this out.

root@os1:/var/log/keystone# curl http://os1:35357/
curl: (7) Failed to connect to os1 port 35357: Connection refused
root@os1:/var/log/keystone#

/var/log/keystone is empty...

A debug reveals:

root@os1:/var/log/keystone# keystone --debug tenant-create --name
admin --description "Admin Tenant" WARNING: Bypassing authentication
using a token & endpoint (authentication credentials are being
ignored).
DEBUG:keystoneclient.session:REQ: curl -i -X POST
http://os1:35357/v2.0/tenants -H "User-Agent: python-keystoneclient"
-H "Content-Type: application/json" -H "X-Auth-Token:
c551f94f354e1721172f" -d '{"tenant": {"enabled": true, "name":
"admin", "description": "Admin Tenant"}}'
INFO:urllib3.connectionpool:Starting new HTTP connection (1): os1
Unable to establish connection to http://os1:35357/v2.0/tenants
root@os1:/var/log/keystone#

for what it's worth, I'm following the instructions on the open stack
page.

I am not able to connect to port 35357. there is nothing listening on
that port.

Any ideas why creating the admin tenant fails?


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to