Horizon UI for NFV Orchestration (Tacker)
bf614900cd
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 |
||
---|---|---|
openstack_dashboard_extensions | ||
tacker_horizon | ||
test | ||
.gitignore | ||
.gitreview | ||
manage.py | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Tacker Horizon UI
Horizon UI for Tacker VNF Manager
Installation
-
Install module
sudo python setup.py install
-
Copy files to Horizon tree
cp openstack_dashboard_extensions/* /opt/stack/horizon/openstack_dashboard/enabled/
-
Restart the apache webserver
sudo service apache2 restart