openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #12181
devstack installation failing
Hi All,
While installing devstack, installation is failing with the error :
++ python -c 'import sys; import json; tok = json.loads(sys.stdin.read()); print tok['\''access'\'']['\''token'\'']['\''id'\''];'
++ curl -s -d '{"auth":{"passwordCredentials": {"username": "admin", "password": "nova"}, "tenantName": "admin"}}' -H 'Content-type: application/json' http://10.0.3.15:5000/v2.0/tokens
Traceback (most recent call last):
File "<string>", line 1, in <module>
KeyError: 'access'
With some searching I know this has something to do with the keystone but I have no clue how to resolve this one.
Thanks for your help.
Salman
Follow ups