Plugin replace IP and protocol in EndpointsTable
Usefull if you have OpenStack API behind proxies.
- Python 2.6 +
- Horizon Icehouse +
pip install horizon-api-mask
INSTALLED_APPS += ('api_mask',)
HORIZON_CONFIG['customization_module'] = 'api_mask.overrides'
API_MASK_URL = 'public-domain.com' # default is socket.getfqdn()
API_MASK_PROTOCOL = 'https' # default is https