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
|
cd tacker-horizon
|
||||||
sudo python setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
|
|
||||||
3. Enable tacker horizon in dashboard.
|
3. Enable tacker horizon in dashboard.
|
||||||
@ -47,14 +47,6 @@ stable/queens. If unspecified the default will be master branch.
|
|||||||
|
|
||||||
5. Restart Apache server.
|
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
|
sudo systemctl restart apache2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# 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
|
# not use this file except in compliance with the License. You may obtain
|
||||||
|
Loading…
Reference in New Issue
Block a user