Hi, I tried to install devstack (juno-eol) on Ubuntu 12.04 and seeing "keystone token get failing.." as below -
2016-01-22 11:06:33.470 | + screen -S stack -p g-api -X log on 2016-01-22 11:06:33.473 | + ln -sf /opt/stack/logs/screen-g-api.2016-01-22-053014.log /opt/stack/logs/screen-g-api.log 2016-01-22 11:06:33.474 | + sleep 3 2016-01-22 11:06:36.477 | ++ echo -ne '\015' 2016-01-22 11:06:36.478 | + NL=$'\r' 2016-01-22 11:06:36.478 | + [[ -n '' ]] 2016-01-22 11:06:36.478 | + screen -S stack -p g-api -X stuff '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf & echo $! >/opt/stack/status/stack/g-api.pid; fg || echo "g-api failed to start" | tee "/opt/stack/status/stack/g-api.failure"^M' 2016-01-22 11:06:36.483 | + echo 'Waiting for g-api (ubuntu2box.ap.att.com:9292) to start...' 2016-01-22 11:06:36.483 | Waiting for g-api (ubuntu2box.ap.att.com:9292) to start... 2016-01-22 11:06:36.483 | + wait_for_service 60 http://ubuntu2box.ap.att.com:9292 2016-01-22 11:06:36.483 | + local timeout=60 2016-01-22 11:06:36.483 | + local url=http://ubuntu2box.ap.att.com:9292 2016-01-22 11:06:36.484 | + timeout 60 sh -c 'while ! curl -k --noproxy '\''*'\'' -s http://ubuntu2box.ap.att.com:9292 >/dev/null; do sleep 1; done' 2016-01-22 11:06:38.550 | + is_service_enabled g-reg 2016-01-22 11:06:38.556 | + return 0 2016-01-22 11:06:38.558 | ++ keystone token-get 2016-01-22 11:06:38.558 | ++ grep ' id ' 2016-01-22 11:06:38.558 | ++ get_field 2 2016-01-22 11:06:38.559 | ++ local data field 2016-01-22 11:06:38.560 | ++ read data 2016-01-22 11:06:44.768 | Authorization Failed: Not Found (HTTP 404) 2016-01-22 11:06:44.806 | + TOKEN= 2016-01-22 11:06:44.806 | + die_if_not_set 1217 TOKEN 'Keystone fail to get token' 2016-01-22 11:06:44.806 | + local exitcode=0 2016-01-22 11:06:44.812 | [Call Trace] 2016-01-22 11:06:44.812 | ./stack.sh:1217:die_if_not_set 2016-01-22 11:06:44.812 | /home/stack/devstack/functions-common:284:die 2016-01-22 11:06:44.817 | [ERROR] /home/stack/devstack/functions-common:1217 Keystone fail to get token 2016-01-22 11:06:45.822 | Error on exit Any clues ? Thanks & Regards, J. Venkata Mahesh [cid:image001.gif@01D15518.75C36210]
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev