Add documentation for agent_get_ip

This commit is contained in:
Sander Cornelissen 2022-01-20 10:09:13 +01:00 committed by Megan Wilhite
parent a5679caf65
commit 31b5d6f66a

View file

@ -245,6 +245,9 @@ QEMU profile file (for a clone):
# Workaround https://github.com/saltstack/salt/issues/27821
size: ''
# Enable the use of a Qemu agent on VM to retrieve the IP-address from.
agent_get_ip: True
More information can be found on Proxmox API under the 'POST' method of /nodes/{node}/qemu/{vmid}/clone
.. note::