Metadata-Version: 2.0
Name: tacker-horizon
Version: 0.3.0
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: pbr (>=1.6)

# 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 openstack_dashboard_extensions/* /opt/stack/horizon/openstack_dashboard/enabled/
    ```

3. Restart the apache webserver

    ```
    sudo service apache2 restart
    ```

More Information
----------------

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



