Metadata-Version: 2.0
Name: solum-dashboard
Version: 1.0.0
Summary: Solum Dashboard
Home-page: http://docs.openstack.org/developer/solum
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: Apache Software License
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.3
Classifier: Programming Language :: Python :: 3.4
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
Requires-Dist: pbr (>=0.6,<1.0,!=0.7)
Requires-Dist: Django (<1.7,>=1.4)
Requires-Dist: django-compressor (>=1.4)
Requires-Dist: django-openstack-auth (>=1.1.6)
Requires-Dist: eventlet (>=0.13.0)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: netaddr (>=0.7.6)
Requires-Dist: python-keystoneclient (>=0.9.0)
Requires-Dist: pytz (>=2010h)
Requires-Dist: lockfile (>=0.8)

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/_50_solum.py.example _50_solum.py
 sudo service apache2 restart



