Go to file
Nguyen Hai Truong c5cc84f73b Update tox.ini for python3
Update tox.ini for python3

Change-Id: I87436c111b415f33d82829bbd19ccac38fdf6f2b
Co-Authored-By: Dharmendra Kushwaha<dharmendra.kushwaha@india.nec.com>
2019-02-27 12:28:15 +00:00
2018-11-12 10:19:48 +08:00
2019-01-30 10:56:37 +00:00
2015-06-04 16:45:07 -07:00
2015-10-17 22:40:52 +00:00
2017-02-10 14:22:03 +08:00
2019-02-27 12:28:15 +00:00
2018-02-21 17:06:36 +09:00
2017-02-10 14:22:03 +08:00
2018-08-02 11:43:18 +09:00
2018-08-16 14:32:38 +09:00
2018-09-07 07:11:53 -04:00
2019-01-31 13:05:58 +00:00
2017-03-07 02:07:19 +00:00
2019-01-30 10:56:37 +00:00
2019-02-27 12:28:15 +00:00

Team and repository tags

image

Tacker Horizon UI

Horizon UI for Tacker VNF Manager

Installation

Note: The paths we are using for configuration files in these steps are with reference to Ubuntu Operating System. The paths may vary for other Operating Systems.

The branch_name which is used in commands, specify the branch_name as stable/<branch> for any stable branch installation. For eg: stable/queens, stable/pike. If unspecified the default will be master branch. The installation of tacker-horizon is as following steps.

Clone tacker-horizon repository.
cd ~/
git clone https://github.com/openstack/tacker-horizon -b <branch_name>
Install horizon module.
cd tacker-horizon
sudo python setup.py install
Enable tacker horizon in dashboard.
sudo cp tacker_horizon/enabled/* \
    /opt/stack/horizon/openstack_dashboard/enabled/
Collect and compress static files.
./manage.py collectstatic --noinput
echo yes | ./manage.py compress
Restart Apache server using Upstart.
sudo service apache2 restart
Or restart Apache server using Systemd.
sudo systemctl restart apache2
Description
Horizon UI for NFV Orchestration (Tacker)
Readme 3.9 MiB
Languages
Python 88.8%
HTML 10.4%
JavaScript 0.6%
Shell 0.2%