Hi all,<br>actually i'm trying to install OpenStack through DevStack script. Unfortunately the installation is not successful because the keystone service doesn't start. <br><br>This is the log of the script:<br><br>
2013-02-05 13:19:05 + SCREEN_NAME=stack<br>2013-02-05 13:19:05 + SCREENRC=/opt/stack/devstack/stack-screenrc<br>2013-02-05 13:19:05 + [[ ! -e /opt/stack/devstack/stack-screenrc ]]<br>2013-02-05 13:19:05 + grep key /opt/stack/devstack/stack-screenrc<br>
2013-02-05 13:19:05 ++ echo -ne '\015'<br>2013-02-05 13:19:05 + NL=$'\r'<br>2013-02-05 13:19:05 + echo 'screen -t key bash'<br>2013-02-05 13:19:05 + echo 'stuff "cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug<br>
"'<br>2013-02-05 13:19:05 + screen -S stack -X screen -t key<br>2013-02-05 13:19:05 + sleep 1.5<br>2013-02-05 13:19:06 + [[ -n '' ]]<br>2013-02-05 13:19:06 + 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/keystone/logging.conf -d --debug || touch "/opt/stack/status/stack/key.failure"<br>
'<br>2013-02-05 13:19:06 + echo 'Waiting for keystone to start...'<br>2013-02-05 13:19:06 Waiting for keystone to start...<br>2013-02-05 13:19:06 + timeout 60 sh -c 'while ! http_proxy= curl -s <a href="http://163.162.24.167:5000/v2.0/">http://163.162.24.167:5000/v2.0/</a> >/dev/null; do sleep 1; done'<br>
]0;stack@openstack-controller: ~/devstackstack@openstack-controller:~/devstack$ 2013-02-05 13:20:06 + echo 'keystone did not start'<br>2013-02-05 13:20:06 keystone did not start<br>2013-02-05 13:20:06 + exit 1<br>
2013-02-05 13:20:06 + clean<br>2013-02-05 13:20:06 + local r=1<br>2013-02-05 13:20:06 ++ jobs -p<br>2013-02-05 13:20:06 + kill<br>2013-02-05 13:20:06 + exit 1<br><br>How this problem can be solved?<br><br>Antonio<br>