Metadata-Version: 2.0
Name: astara-horizon
Version: 8.0.0
Summary: Astara plugin for Horizon
Home-page: http://github.com/openstack/astara-horizon
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

# Astara Horizon Extension

1. Install module

    ```
    pip install astara-horizon
    ```

2. Copy extension files from the project root folder to ```/etc/openstack_dashboard/local/enabled``` or to ```/opt/stack/horizon/openstack_dashboard/local/enabled``` folder

    ```
    cp openstack_dashboard_extensions/*.py /opt/stack/horizon/openstack_dashboard/local/enabled/
    ```

3. Specify rug management prefix, rug api port, and router image uuid in ```local_setting.py```

    ```
    RUG_MANAGEMENT_PREFIX = "fdca:3ba5:a17a:acda::/64"
    RUG_API_PORT = 44250
    ROUTER_IMAGE_UUID = "1e9c16f3-e070-47b7-b49c-ffcf38df5f9a"
    ```



