This is a simple Django-based interface for nova-billing.

To enable it in dashboard, install the horizon_billing package and turn it 
on in /etc/openstack-dashboard/local/local_settings.py:

- add 'horizon_billing' to INSTALLED_APPS tuple;
- add 'billing' to 'dashboards' key in HORIZON_CONFIG.