Guys,<br><br>I am installing DevStack script. I stucked here.<br><br>+ 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<br>
<br>echo 'Waiting for keystone to start...'<br>      Waiting for keystone to start...<br>      + timeout 60 sh -c 'while ! http_proxy= curl -s <a href="http://192.168.1.100:5000/v2.0/">http://192.168.1.100:5000/v2.0/</a> >/dev/null; do sleep 1; done'<br>
      + echo 'keystone did not start'<br>          keystone did not start<br><br>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.<br>
<br>Any suggestion or pointers for this?<br><br>Thanks,<br>Hitesh Wadekar <br><br>