openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #16081
Re: KeyStone service is not responding while installing thorough DevStack !!
What exactly happens when you try to start it directly?
cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all
--config-file /etc/keystone/keystone.conf --log-config
/etc/ke'stone/logging.conf -d --debug
What happens when you curl http://localhost:5000/v2.0/ on that machine? And
with port 35357?
-Dolph
On Thu, Aug 23, 2012 at 3:15 AM, hitesh wadekar <hitesh.wadekar@xxxxxxxxx>wrote:
> Guys,
>
> I am installing DevStack script. I stucked here.
>
> + screen -S stack -p key -X stuff 'cd /opt/stack/keystone &&
> /opt/stack/keystone/bin/keystone-all --config-file
> /etc/keystone/keystone.conf --log-config /etc/ke'stone/logging.conf -d
> --debug
>
> echo 'Waiting for keystone to start...'
> Waiting for keystone to start...
> + timeout 60 sh -c 'while ! http_proxy= curl -s
> http://192.168.1.100:5000/v2.0/ >/dev/null; do sleep 1; done'
> + echo 'keystone did not start'
> keystone did not start
>
> By looking at message, it is sure that KeyStone service has not been
> responding. I installed it manually but no luck still seen the same issue.
>
> Any suggestion or pointers for this?
>
> Thanks,
> Hitesh Wadekar
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
--
-Dolph
Follow ups
References