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-1.0.0.tar.gz
(59.9 kB
view hashes)
Built Distribution
tacker_horizon-1.0.0-py3-none-any.whl
(100.9 kB
view hashes)
Close
Hashes for tacker_horizon-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26b132ef221a3cbea020f983e2fe967f99c86a69eb6b92638028973aef723b31 |
|
MD5 | 3cee13741677aecf71e3ab17d8411b3a |
|
BLAKE2b-256 | 97086785518cc5673a546ec763e608a9a52e482618c5be14deb49dd37285ffc8 |