Check this out. root at os1:/var/log/keystone# curl http://os1:35357/curl: (7) Failed to connect to os1 port 35357: Connection refusedroot at os1:/var/log/keystone# /var/log/keystone is empty... A debug reveals: root at 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): os1Unable to establish connection to http://os1:35357/v2.0/tenantsroot@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? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150319/5803ddce/attachment.html>