Skip to main content

OpenStack Dashboard API mask - override service endpoint table

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

horizon_api_mask-0.0.1.post2.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page