Tacker extension for Horizon
Project description
Tacker Horizon UI
Horizon UI for Tacker VNF Manager
License: Apache license
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://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
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
tacker-horizon-4.0.0.tar.gz
(65.7 kB
view hashes)
Built Distribution
tacker_horizon-4.0.0-py3-none-any.whl
(104.0 kB
view hashes)
Close
Hashes for tacker_horizon-4.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2658f1748d3988890e270f098faa13b59f5ed4f6a7729e87a30fb98225b69852 |
|
MD5 | a2c768e9e8f8a037fe225bca1fbe2685 |
|
BLAKE2b-256 | 49517738786d8c491408bb657302237403718031e710e8c1ef5b2c0178c003f3 |