Metadata-Version: 1.1
Name: solum-dashboard
Version: 2.0.1.dev5
Summary: Solum Dashboard
Home-page: http://docs.openstack.org/developer/solum
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: Apache Software License
Description: ========================
        Team and repository tags
        ========================
        
        .. image:: http://governance.openstack.org/badges/solum-dashboard.svg
            :target: http://governance.openstack.org/reference/tags/index.html
        
        .. Change things from this point on
        
        solum-dashboard
        ===============
        
        Horizon plugin for Solum
        Purpose of this plugin is to add Solum capabilities to the openstack dashboard.
        This plugin requires a working openstack install including solum and horizon.
        
        How to install solum-dashboard into Horizon.
        --------------------------------------------
        
        Enter these commands in your terminal
        ::
        
         sudo pip install -e /opt/stack/solum-dashboard
         cd /opt/stack/horizon/openstack_dashboard/local/enabled
         ln -s /opt/stack/solum-dashboard/solumdashboard/local/enabled/_50_solum.py _50_solum.py
         sudo service apache2 restart
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
