I've rebuilt my environment. An important thing is that openstack- dashboard package, on ubuntu, uses a configuration file in /etc /openstack-dashboard/local_settings.py. In this file there is an indication of what role the Dashboard will use.
OPENSTACK_HOST = "127.0.0.1" OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member" So, we have to ensure that the "Member" role was created in keystone. Some documentation don't create this role. Now Dashboard is working here. I thing the problem was this role. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/995079 Title: Internal server error when accessing nova/instances_and_volumes/ via horizon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/995079/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
