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:
Yasufumi Ogawa 2020-07-19 14:01:45 +00:00
parent 7d2e934435
commit 4f35c40a39
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain