Metadata-Version: 1.1
Name: monasca-ui
Version: 1.0.4
Summary: Monasca Plugin for Horizon
Home-page: https://github.com/stackforge/monasca-ui
Author: Hewlett-Packard
Author-email: rob.raymond@hp.com
License: UNKNOWN
Description: monasca-ui
        ==========
        
        Monasca UI is implemented as a horizon plugin that adds panels to horizon. It is installed into devstack
        by monasca-vagrant. For a UI development setup:
        * git clone https://github.com/openstack/horizon.git  # clone horizon
        * git clone https://github.com/stackforge/monasca-ui.git # clone monasca-ui
        * git clone https://github.com/hpcloud-mon/grafana.git
        * cd horizon
        * cp ../monasca-ui/enabled/* openstack_dashbaord/local/enabled  # Copy enabled files
        * ln -s ../monasca-ui/monitoring monitoring
        * ln -s ../../../grafana/src monitoring/static/grafana
        * tools/with_venv.sh pip install -r ../monasca-ui/requirements.txt
        * cat ../monasca-ui/local_settings.py >> openstack_dashboard/local/local_settings.py
        # 
        License
        
        Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
            
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
        implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
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
