Dashboard showing tenant_usage in debug window
I have testing keystone and other setup and it all looks fine. The enpoint-list look clean but keystone catalog i can not get to output. I am using CentOS 6.4 with RDO repo to install Grizzly.
Here is the log out put from apache that point to a funny line where it addes a /v2/v2.0 i think it should be only /2.0/tenant_id
[Wed Aug 14 16:11:15 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Aug 14 16:11:15 2013] [notice] Digest: generating secret for digest authentication ...
[Wed Aug 14 16:11:15 2013] [notice] Digest: done
[Wed Aug 14 16:11:15 2013] [notice] Apache/2.2.15 (Unix) DAV/2 mod_wsgi/3.2 Python/2.6.6 configured -- resuming normal operations
[Wed Aug 14 23:12:35 2013] [error] DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead.DeprecationWarning: The SECRET_KEY setting must not be empty.DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead.DeprecationWarning: The syntax for the url template tag is changing. Load the `url` tag from the `future` tag library to start using the new behavior.DeprecationWarning: Authentication backends without a `supports_inactive_user` attribute are deprecated. Please define it in <class 'openstack_auth.backend.KeystoneBackend'>.DEBUG:openstack_auth.backend:Beginning user authentication for user "admin".
[Wed Aug 14 23:12:35 2013] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.35.41.30
[Wed Aug 14 23:12:35 2013] [error] DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 200 1133
[Wed Aug 14 23:12:35 2013] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.35.41.30
[Wed Aug 14 23:12:35 2013] [error] DEBUG:urllib3.connectionpool:"GET /v2.0/tenants HTTP/1.1" 200 144
[Wed Aug 14 23:12:35 2013] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.35.41.30
[Wed Aug 14 23:12:36 2013] [error] DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 200 5179
[Wed Aug 14 23:12:36 2013] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.35.41.30
[Wed Aug 14 23:12:36 2013] [error] DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 200 5179
[Wed Aug 14 23:12:36 2013] [error] DEBUG:openstack_auth.backend:Authentication completed for user "admin".
[Wed Aug 14 23:12:36 2013] [error]
[Wed Aug 14 23:12:36 2013] [error] REQ: curl -i http://10.35.41.31:8774/v2.0/bfdd3d0edda44a4aada8614464f5385e/os-simple-tenant-usage?start=2013-08-01T00:00:00&end=2013-08-14T23:12:36.165985&detailed=1 -X GET -H "X-Auth-Project-Id: 7eff471610fd4f67908a7c1b4741a63a" -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: fe1a5f98c2300dc615df8916348e4699"
[Wed Aug 14 23:12:36 2013] [error]
[Wed Aug 14 23:12:36 2013] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.35.41.31
[Wed Aug 14 23:12:36 2013] [error] DEBUG:urllib3.connectionpool:"GET /v2.0/bfdd3d0edda44a4aada8614464f5385e/os-simple-tenant-usage?start ...