mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove buggy start parameter from virt.pool_running docstring
As mentioned by issue #57275, the start parameter in virt.pool_running documentation is not implemented at all. Remove it from the doc.
This commit is contained in:
parent
95cd625473
commit
f0b953b2fa
2 changed files with 1 additions and 2 deletions
1
changelog/57275.fixed
Normal file
1
changelog/57275.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Remove buggy start parameter from virt.pool_running docstring
|
|
@ -1345,8 +1345,6 @@ def pool_running(
|
|||
when set to ``True``, the pool will be automatically undefined after being stopped. (Default: ``False``)
|
||||
:param autostart:
|
||||
Whether to start the pool when booting the host. (Default: ``True``)
|
||||
:param start:
|
||||
When ``True``, define and start the pool, otherwise the pool will be left stopped.
|
||||
:param connection: libvirt connection URI, overriding defaults
|
||||
:param username: username to connect with, overriding defaults
|
||||
:param password: password to connect with, overriding defaults
|
||||
|
|
Loading…
Add table
Reference in a new issue