Re: [Openstack] Keystone Build

2015-03-19 Thread Lars Kellogg-Stedman
On Thu, Mar 19, 2015 at 03:48:56AM +, John Williams wrote: > I am not able to connect to port 35357. there is nothing listening on that > port. > Any ideas why creating the admin tenant fails? Well...yes. Because, as you have just pointed out, Keystone is not listening on port 35357, which i

Re: [Openstack] Keystone Build

2015-03-19 Thread Georgios Dimitrakakis
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# key

Re: [Openstack] Keystone Build

2015-03-18 Thread John Williams
Check this out. root@os1:/var/log/keystone# curl http://os1:35357/curl: (7) Failed to connect to os1 port 35357: Connection refusedroot@os1:/var/log/keystone# /var/log/keystone is empty... A debug reveals: root@os1:/var/log/keystone# keystone --debug tenant-create --name admin --description "Admi

Re: [Openstack] Keystone Build

2015-03-16 Thread Adam Young
On 03/16/2015 10:09 PM, John Williams wrote: I'm on the following URL of the build docs http://docs.openstack.org/juno/install-guide/install/apt/content/keystone-users.html I'm trying to put keystone together. The build is failing on the following: root@os1:/etc# keystone tenant-create --na

Re: [Openstack] Keystone Build

2015-03-16 Thread Lars Kellogg-Stedman
On Tue, Mar 17, 2015 at 02:09:02AM +, John Williams wrote: > Unable to establish connection to > http://os1:35357/v2.0/tenants It says it's unable to establish a connection. Is keystone running? Is it listening on port 35357? Are you able to connect to it successfully using 'curl'? curl

[Openstack] Keystone Build

2015-03-16 Thread John Williams
I'm on the following URL of the build docs http://docs.openstack.org/juno/install-guide/install/apt/content/keystone-users.html I'm trying to put keystone together.  The build is failing on the following: root@os1:/etc# keystone tenant-create --name admin --description "Admin Tenant"  WARNING: Bypa