Metadata-Version: 1.1
Name: cuedashboard
Version: 1.1.0.dev8
Summary: Cue Dashboard
Home-page: http://www.openstack.org
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: Apache Software License
Description: cue-dashboard
        ===============
        
        Horizon plugin for Project Cue
        
        Cue-dashboard Install
        --------------------------------------------
        
        Enter these commands in your terminal
        ::
        
         sudo pip install -e {cue-dashboard}
         cd /opt/stack/horizon/openstack_dashboard/local/enabled
         ln -s {cue-dashboard}/_70_0_cue_panel_group.py _70_0_cue_panel_group.py
         ln -s {cue-dashboard}/_70_cue_panel.py _70_cue_panel.py
         sudo service apache2 restart
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
