[Openstack] Keystone Build

Georgios Dimitrakakis giorgis at acmac.uoc.gr
Thu Mar 19 06:45:16 UTC 2015


 Have you checked your iptables rules?

 Best,

 George

> Check this out.
>
> root at os1:/var/log/keystone# curl http://os1:35357/
> curl: (7) Failed to connect to os1 port 35357: Connection refused
> root 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): os1
> Unable to establish connection to http://os1:35357/v2.0/tenants
> root at 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?





More information about the Openstack mailing list