Hi, 
We have the share the error logs for the URL: http://192.168.58.12/admin/hashmap/
root@openstack-aio-01:/var/lib/docker/volumes/kolla_logs/_data/horizon# tail -f horizon-error.log
2025-07-25 09:16:18.511651     handled = self.handle_table(table)
2025-07-25 09:16:18.511665   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/tables/views.py", line 122, in handle_table
2025-07-25 09:16:18.511673     data = self._get_data_dict()
2025-07-25 09:16:18.511676   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/tables/views.py", line 251, in _get_data_dict
2025-07-25 09:16:18.511678     self._data = {self.table_class._meta.name: self.get_data()}
2025-07-25 09:16:18.511682   File "/var/lib/kolla/venv/lib/python3.9/site-packages/cloudkittydashboard/dashboards/admin/hashmap/views.py", line 42, in get_data
2025-07-25 09:16:18.511689     service = manager.info.get_metric(metric_name=s['name'])
2025-07-25 09:16:18.511721   File "/var/lib/kolla/venv/lib/python3.9/site-packages/cloudkittyclient/utils.py", line 71, in wrap
2025-07-25 09:16:18.511728     raise http.HttpError(message=e.response.text,
2025-07-25 09:16:18.511731 keystoneauth1.exceptions.http.HttpError: {"faultcode": "Client", "faultstring": "compute", "debuginfo": null} (HTTP 404)
2025-07-25 09:27:30.554792 Internal Server Error: /admin/hashmap/
2025-07-25 09:27:30.554816 Traceback (most recent call last):
2025-07-25 09:27:30.554819   File "/var/lib/kolla/venv/lib/python3.9/site-packages/cloudkittyclient/utils.py", line 69, in wrap
2025-07-25 09:27:30.554822     return func(*args, **kwargs)
2025-07-25 09:27:30.554824   File "/var/lib/kolla/venv/lib/python3.9/site-packages/cloudkittyclient/v1/info.py", line 32, in get_metric
2025-07-25 09:27:30.554826     return self.api_client.get(url).json()
2025-07-25 09:27:30.554828   File "/var/lib/kolla/venv/lib/python3.9/site-packages/keystoneauth1/adapter.py", line 393, in get
2025-07-25 09:27:30.554831     return self.request(url, 'GET', **kwargs)
2025-07-25 09:27:30.554833   File "/var/lib/kolla/venv/lib/python3.9/site-packages/keystoneauth1/adapter.py", line 255, in request
2025-07-25 09:27:30.554835     return self.session.request(url, method, **kwargs)
2025-07-25 09:27:30.554837   File "/var/lib/kolla/venv/lib/python3.9/site-packages/keystoneauth1/session.py", line 985, in request
2025-07-25 09:27:30.554839     raise exceptions.from_response(resp, method, url)
2025-07-25 09:27:30.554842 keystoneauth1.exceptions.http.NotFound: Unrecognized schema in response body. (HTTP 404) (Request-ID: req-4511cff1-77e3-4cc6-9ec1-f2d8057c368c)
2025-07-25 09:27:30.554844
2025-07-25 09:27:30.554846 During handling of the above exception, another exception occurred:
2025-07-25 09:27:30.554848
2025-07-25 09:27:30.554850 Traceback (most recent call last):
2025-07-25 09:27:30.554853   File "/var/lib/kolla/venv/lib64/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
2025-07-25 09:27:30.554855     response = get_response(request)
2025-07-25 09:27:30.554857   File "/var/lib/kolla/venv/lib64/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
2025-07-25 09:27:30.554860     response = wrapped_callback(request, *callback_args, **callback_kwargs)
2025-07-25 09:27:30.554862   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/decorators.py", line 51, in dec
2025-07-25 09:27:30.554864     return view_func(request, *args, **kwargs)
2025-07-25 09:27:30.554866   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/decorators.py", line 35, in dec
2025-07-25 09:27:30.554868     return view_func(request, *args, **kwargs)
2025-07-25 09:27:30.554871   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/decorators.py", line 35, in dec
2025-07-25 09:27:30.554873     return view_func(request, *args, **kwargs)
2025-07-25 09:27:30.554875   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/decorators.py", line 111, in dec
2025-07-25 09:27:30.554877     return view_func(request, *args, **kwargs)
2025-07-25 09:27:30.554880   File "/var/lib/kolla/venv/lib64/python3.9/site-packages/django/views/generic/base.py", line 104, in view
2025-07-25 09:27:30.554883     return self.dispatch(request, *args, **kwargs)
2025-07-25 09:27:30.554901   File "/var/lib/kolla/venv/lib64/python3.9/site-packages/django/views/generic/base.py", line 143, in dispatch
2025-07-25 09:27:30.554905     return handler(request, *args, **kwargs)
2025-07-25 09:27:30.554908   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/tables/views.py", line 222, in get
2025-07-25 09:27:30.554911     handled = self.construct_tables()
2025-07-25 09:27:30.554912   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/tables/views.py", line 213, in construct_tables
2025-07-25 09:27:30.554914     handled = self.handle_table(table)
2025-07-25 09:27:30.554916   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/tables/views.py", line 122, in handle_table
2025-07-25 09:27:30.554918     data = self._get_data_dict()
2025-07-25 09:27:30.554919   File "/var/lib/kolla/venv/lib/python3.9/site-packages/horizon/tables/views.py", line 251, in _get_data_dict
2025-07-25 09:27:30.554921     self._data = {self.table_class._meta.name: self.get_data()}
2025-07-25 09:27:30.554923   File "/var/lib/kolla/venv/lib/python3.9/site-packages/cloudkittydashboard/dashboards/admin/hashmap/views.py", line 42, in get_data
2025-07-25 09:27:30.554925     service = manager.info.get_metric(metric_name=s['name'])
2025-07-25 09:27:30.554927   File "/var/lib/kolla/venv/lib/python3.9/site-packages/cloudkittyclient/utils.py", line 71, in wrap
2025-07-25 09:27:30.554929     raise http.HttpError(message=e.response.text,
2025-07-25 09:27:30.554931 keystoneauth1.exceptions.http.HttpError: {"faultcode": "Client", "faultstring": "compute", "debuginfo": null} (HTTP 404)

Thanks, 
TRB. 

On Sat, Jul 19, 2025 at 12:11 PM TRB PREM KUMAR <kumar6009@gmail.com> wrote:
Hi Community,

We have added the Logs for reference. 
(venv) xxx@openstack-aio-01:~$ docker exec -it horizon curl http://cloudkitty:8889/v1/rating/modules curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl (http://cloudkitty:8889/v1/rating/modules): response: 000, time: 2.699146, size: 0


(venv) xxx@openstack-aio-01:~$ docker exec -it horizon curl http://cloudkitty:8889/v1/rating/modules curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl: (6) Could not resolve host: cloudkitty curl (http://cloudkitty:8889/v1/rating/modules): response: 000, time: 2.430907, size: 0

Thanks, 
TRB.


On Fri, Jul 18, 2025 at 8:41 PM TRB PREM KUMAR <kumar6009@gmail.com> wrote:
Hi Everyone, 

We are trying to install Cloud Kitty for the pricing model, and the GUI is as mentioned below. 
 

Something went wrong!

An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator.


 
Please let us know how to resolve this issue. 
Thanks, 
TRB.