Tacker extension for Horizon
Project description
Tacker Horizon UI
Horizon UI for Tacker VNF Manager
License: Apache license
Source: https://git.openstack.org/cgit/openstack/tacker-horizon
Tacker-horizon docs: https://docs.openstack.org/tacker-horizon/latest/
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tacker_horizon-0.14.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c40fde417245aaf96821787702881c4d4f71e8989ea813a412c5867aff86994f |
|
MD5 | ab9ceb6dab9b0df38a584934b58e37be |
|
BLAKE2b-256 | 45380f1ece75a0d21c2c70116703b0ff90f703387a2882cd935bcd6a7a5395bc |