Metadata-Version: 2.1
Name: tacker-horizon
Version: 0.11.1.dev4
Summary: Tacker extension for Horizon
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
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
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: python-tackerclient (>=0.8.0)

========================
Team and repository tags
========================

.. image:: http://governance.openstack.org/badges/tacker-horizon.svg
          :target: http://governance.openstack.org/reference/tags/index.html

.. Change things from this point on


Tacker Horizon UI
=================

Horizon UI for Tacker VNF Manager

Installation
============

1. Install module

  ::

    sudo python setup.py install


2. Copy files to Horizon tree

  ::

    cp tacker_horizon/enabled/* /opt/stack/horizon/openstack_dashboard/enabled/


3. Restart the apache webserver

  ::

    sudo service apache2 restart


More Information
================

Tacker Wiki:
https://wiki.openstack.org/wiki/Tacker



