Skip to content

Commit 35f99f5

Browse files
pandafynemesifier
authored andcommitted
[docs] Fixed default for OPENWISP_UPDATE_STRATEGIES
Signed-off-by: Gagan Deep <[email protected]>
1 parent 3604b43 commit 35f99f5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/user/settings.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ways in which OpenWISP can connect to devices in order to launch commands.
7676
``OPENWISP_UPDATE_STRATEGIES``
7777
------------------------------
7878

79-
============ ============================================================================
79+
============ ==============================================================================
8080
**type**: ``tuple``
8181
**default**: .. code-block:: python
8282

@@ -85,8 +85,12 @@ ways in which OpenWISP can connect to devices in order to launch commands.
8585
"openwisp_controller.connection.connectors.openwrt.ssh.OpenWrt",
8686
"OpenWRT SSH",
8787
),
88+
(
89+
"openwisp_controller.connection.connectors.openwrt.ssh.OpenWisp1",
90+
"OpenWISP 1.x SSH",
91+
),
8892
)
89-
============ ============================================================================
93+
============ ==============================================================================
9094

9195
Available update strategies. An update strategy is a subclass of a
9296
connector class which defines an ``update_config`` method which is in

0 commit comments

Comments
 (0)