mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge branch 'develop' into thorium-work
This commit is contained in:
commit
5ae8983ad5
@ -3,18 +3,14 @@
|
||||
A REST API for Salt
|
||||
===================
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
.. py:currentmodule:: salt.netapi.rest_cherrypy.app
|
||||
|
||||
:depends:
|
||||
- CherryPy Python module. Version 3.2.3 is currently recommended when
|
||||
SSL is enabled, since this version worked the best with SSL in
|
||||
internal testing. Versions 3.2.3 - 4.x can be used if SSL is not enabled.
|
||||
Be aware that there is a known
|
||||
`SSL error <https://github.com/cherrypy/cherrypy/issues/1298>`_
|
||||
introduced in version 3.2.5. The issue was reportedly resolved with
|
||||
CherryPy milestone 3.3, but the patch was committed for version 3.6.1.
|
||||
- CherryPy Python module.
|
||||
|
||||
Note: there is a `known SSL traceback for CherryPy versions 3.2.5 through
|
||||
3.7.x <https://github.com/cherrypy/cherrypy/issues/1298>`_. Please use
|
||||
version 3.2.3 or the latest 10.x version instead.
|
||||
:optdepends: - ws4py Python module for websockets support.
|
||||
:client_libraries:
|
||||
- Java: https://github.com/SUSE/salt-netapi-client
|
||||
|
Loading…
Reference in New Issue
Block a user