Skip to content

tcpcloud/horizon-api-mask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License badge

Horizon Dashboard API Mask

Plugin replace IP and protocol in EndpointsTable

Usefull if you have OpenStack API behind proxies.

Reuired

  • Python 2.6 +
  • Horizon Icehouse +

Installation

pip install horizon-api-mask

Required Configuration

INSTALLED_APPS += ('api_mask',)

HORIZON_CONFIG['customization_module'] = 'api_mask.overrides'

Optional Configuration

API_MASK_URL = 'public-domain.com' # default is socket.getfqdn()
API_MASK_PROTOCOL = 'https' # default is https

Packages

No packages published

Languages

  • Python 100.0%