Horizon UI for NFV Orchestration (Tacker)
Go to file
Martin Oemke bf614900cd Fix pep8 error and enable flake8 options
This Patch fixes flake8 error and enables this test
for all new patches to tacker-horizon.

H701 Empty localization string

see
https://github.com/openstack-dev/hacking/blob/master/
hacking/checks/localization.py#L109

see OpenStack Style Guidelines
http://docs.openstack.org/developer/hacking/

This Patch enables two flake8 options:
show-source
max-complexity

show-source adds output with source code for each error

see for max-complexity
https://flake8.readthedocs.org/en/latest/

Change-Id: I337846738d53488093d324ebfe1c8b21ce3681f6
Closes-Bug: #1531680
2016-02-13 13:10:39 +01:00
openstack_dashboard_extensions Move dashboard file under tacker_horizon package 2015-06-04 16:21:15 -07:00
tacker_horizon Fix pep8 error and enable flake8 options 2016-02-13 13:10:39 +01:00
test Add test dir to tox runs 2015-06-04 16:45:07 -07:00
.gitignore Add *.lock and .secret_key_store to .gitignore 2016-01-30 20:06:34 +01:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:40:52 +00:00
manage.py Setup unit test framework 2016-01-12 17:08:49 -08:00
README.md Update with instructions to restart apache server 2015-06-19 17:05:46 -05:00
requirements.txt Updated from global requirements 2016-02-01 13:43:04 +00:00
setup.cfg remove python 2.6 trove classifier 2015-12-23 01:31:17 +00:00
setup.py Update setup.py 2016-01-25 14:22:22 +00:00
test-requirements.txt Updated from global requirements 2016-02-11 07:45:39 +00:00
tox.ini Fix pep8 error and enable flake8 options 2016-02-13 13:10:39 +01:00

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