openstack · OpenDev: Free Software Needs Free Tools

2025-08-27 15:49:09 +09:00

2025-08-27 15:49:09 +09:00

2024-03-13 14:40:23 +00:00

2024-03-13 14:40:23 +00:00

2015-06-04 16:45:07 -07:00

2021-08-30 17:29:20 +05:30

2016-07-08 21:28:42 +05:30

2019-04-19 19:34:50 +00:00

2017-02-10 14:22:03 +08:00

2022-09-13 14:16:29 +00:00

2020-01-07 18:07:28 +00:00

2020-01-07 18:07:28 +00:00

2023-03-01 03:16:28 +00:00

2018-02-21 17:06:36 +09:00

2018-02-21 17:06:36 +09:00

2017-02-10 14:22:03 +08:00

2020-07-19 14:24:32 +00:00

2017-02-10 14:22:03 +08:00

2019-05-20 03:15:27 +00:00

2025-08-27 15:49:09 +09:00

2023-07-31 05:42:36 +00:00

2023-07-05 08:27:33 +00:00

2025-08-27 15:49:09 +09:00

2025-08-27 15:49:09 +09:00

Team and repository tags

image

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://opendev.org/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

Read the original on opendev.org ↗