==================== General known issues ==================== .. index:: known issues * Fleio is working only with one Openstack project for each client * Some deleted OpenStack resources may still be billed (if some event notifications are lost for example). This can be checked running the checkghost script: .. code-block:: bash fleio bash /var/webapps/fleio/scripts/checkghost Use --help (or -h) for more information regarding the script usage * Modifying a pricing rule will be effective in the current billing cycles too, based on the new rule prices * Modifying a pricing rule will also be directly effective on the newly generated revenue reports. Does not apply on already generated reports * Router menu might crash if you do not have ``ROUTER_PORT_DEVICE_OWNER = ['network:router_interface']`` in settings.py. Adding ``ROUTER_PORT_DEVICE_OWNER = ['network:router_interface']`` in settings.py will fix the crash.