griddynamics/openstack

Dashboard will not allow login after setting up keystone

Closed this issue · 0 comments

Steps to reproduce error:
Browse to http://host/dashboard
login with admin/password

Error: Unexpected error: list indices must be integers, not str

Packages installed from http://yum.griddynamics.net/yum/diablo/

openstack-dashboard-2011.3-b1224.noarch
openstack-keystone-2011.3-b1329.noarch

steps take to initialize keystone

keystone-manage db_sync
keystone-manage tenant add tenant1
keystone-manage user add admin password tenant1
keystone-manage role add Admin
keystone-manage role grant Admin admin tenant1
keystone-manage service add nova nova; 
keystone-manage service add keystone identity
keystone-manage  endpointTemplates add nova nova http://10.0.8.21:8773/services/Cloud http://10.0.8.21:8773/services/Cloud http://10.0.8.21:8773/services/Cloud 1 1
keystone-manage  token add 999888777666 admin tenant1 2015-02-05T00:00
keystone-manage  endpoint add tenant1 nova
keystone-manage  endpoint add tenant1 keystone