Quick fix for installation guide
You failed to install tacker-horizon as following [1] because it doesn't support python3 completely. This update is to fix the installation. [1] https://docs.openstack.org/tacker-horizon/latest/install/index.html#manual-installation Change-Id: Id69c80822752b0f972d6e2ccf87e2921acd1d04b Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
This commit is contained in:
parent
7d2e934435
commit
4f35c40a39
@ -26,7 +26,7 @@ stable/queens. If unspecified the default will be master branch.
|
||||
::
|
||||
|
||||
cd tacker-horizon
|
||||
sudo python setup.py install
|
||||
sudo python3 setup.py install
|
||||
|
||||
|
||||
3. Enable tacker horizon in dashboard.
|
||||
@ -47,14 +47,6 @@ stable/queens. If unspecified the default will be master branch.
|
||||
|
||||
5. Restart Apache server.
|
||||
|
||||
::
|
||||
|
||||
sudo service apache2 restart
|
||||
|
||||
|
||||
If your server is using Systemd instead of Upstart (e.g Ubuntu 15.10
|
||||
and above), use the following command instead:
|
||||
|
||||
::
|
||||
|
||||
sudo systemctl restart apache2
|
||||
|
Loading…
Reference in New Issue
Block a user