mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
clarify tornado workaround only for git installs
This commit is contained in:
parent
f2a250b9d9
commit
1f93b93da6
1 changed files with 4 additions and 3 deletions
|
@ -213,9 +213,10 @@ Tornado 5/6 Workaround
|
|||
Salt does not support tornado>=5.0 currently. This support will not be added until the neon
|
||||
release. In order to work around this requirement on OSs that no longer have the tornado 4 package
|
||||
available in their repositories we are pip installing tornado<5.0 in the bootstrap script. This
|
||||
requires the user to pass -P to the bootstrap script to ensure tornado is pip installed. If a user
|
||||
does not pass this argument they will be warned that it is required for the tornado 5 workaround.
|
||||
So far the OSs that are using this workaround are Debian 10, Centos 8 and Fedora 31.
|
||||
requires the user to pass -P to the bootstrap script if installing via git to ensure tornado is pip
|
||||
installed. If a user does not pass this argument they will be warned that it is required for the
|
||||
tornado 5 workaround. So far the OSs that are using this workaround are Debian 10, Centos 8 and
|
||||
Fedora 31.
|
||||
|
||||
Supported Operating Systems
|
||||
---------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue