FOUND!!!!:
Set
OPENSTACK_API_VERSIONS = {
"data-processing": 1.1,
"identity": 3,
"volume": 2,
}
In /etc/openstack-dashboard/local_settings.py
My original post:
+++
Same problem:
2015-12-30 15:12:02.960 20816 DEBUG keystone.middleware.core [req-6f491a9e-9e68-47ca-a798-279faba1a87f
- - - - -] RBAC: auth_context: {'is_delegated_auth': False, 'access_token_id': None, 'user_id': u'91ae78bcb0934dde8da5ca39747d0807', 'roles': [u'admin'], 'trustee_id': None, 'trustor_id': None, 'consumer_id': None, 'token': <KeystoneToken (audit_id=yFY1EATlRv6PHmF6jqFfUg, audit_chain_id=80KavDBlS_eEgTkoWSZfLw) at 0x7f03e9d3d050>, 'project_id': u'2ccb182c404944148e56a349c80886f0', 'trust_id': None} process_request /usr/lib/python2.7/dist-packages/keystone/middleware/core.py:314
Users appear to be correct:
root@test:~# openstack role assignment list
+----------------------------------+----------------------------------+-------+----------------------------------+--------+-----------+
| Role | User | Group | Project | Domain | Inherited |
+----------------------------------+----------------------------------+-------+----------------------------------+--------+-----------+
| bf375df7409b484cbbca81eeea543b20 | 91ae78bcb0934dde8da5ca39747d0807 | | 2ccb182c404944148e56a349c80886f0 | | False |
| 23eee61f60d64ae9a7243474b0f64ead | 87345f14b24a42a3bc74f99644fbbbf8 | | 7e9188bf2ce94cb3860081d8a2b59322 | | False |
+----------------------------------+----------------------------------+-------+----------------------------------+--------+-----------+
root@test:~# openstack user list
+----------------------------------+-------+
| ID | Name |
+----------------------------------+-------+
| 91ae78bcb0934dde8da5ca39747d0807 | admin |
| 87345f14b24a42a3bc74f99644fbbbf8 | demo |
+----------------------------------+-------+
root@test:~# openstack role list
+----------------------------------+-------+
| ID | Name |
+----------------------------------+-------+
| bf375df7409b484cbbca81eeea543b20 | admin |
| 23eee61f60d64ae9a7243474b0f64ead | user |
+----------------------------------+-------+
root@test:~# openstack project list
+----------------------------------+---------+
| ID | Name |
+----------------------------------+---------+
| 2ccb182c404944148e56a349c80886f0 | admin |
| 97f59a9d71a144dab5c0bbe700613b08 | service |
| 7e9188bf2ce94cb3860081d8a2b59322 | demo |
+----------------------------------+---------+
Any update?
Back to Kilo release?
do you see any error in keystone.log in /var/log/keystone and /var/log/apache2 ?
From error.log in apache2 , i can see that horizon is calling keystoneclient. Since, keystoneclient is deprecated , it should use openstack client. This is the error. When i do keystone user-list, i get the same error . But openstack user list works fine. Any suggestions ?