Metadata-Version: 1.1
Name: horizon_api_mask
Version: 0.0.1.post2
Summary: OpenStack Dashboard API mask - override service endpoint table
Home-page: https://github.com/michaelkuty/horizon-api-mask
Author: Michael Kuty
Author-email: mail@majklk.cz
License: UNKNOWN
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
        ------------
        
        .. code-block:: bash
        
        	pip install horizon-api-mask
        
        Required Configuration
        ----------------------
        
        .. code-block:: python
        
        	INSTALLED_APPS += ('api_mask',)
        
        	HORIZON_CONFIG['customization_module'] = 'api_mask.overrides'
        
        Optional Configuration
        ----------------------
        
        .. code-block:: python
        
        	API_MASK_URL = 'public-domain.com' # default is socket.getfqdn()
        	API_MASK_PROTOCOL = 'https' # default is https
        
        .. |License badge| image:: http://img.shields.io/badge/license-Apache%202.0-green.svg?style=flat
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: OpenStack
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
