cloudstack: fix misssing doc about vm param
This commit is contained in:
parent
b9b0c5c006
commit
fdac186d85
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ options:
|
||||||
- Unique Name of the snapshot. In CloudStack terms C(displayname).
|
- Unique Name of the snapshot. In CloudStack terms C(displayname).
|
||||||
required: true
|
required: true
|
||||||
aliases: ['displayname']
|
aliases: ['displayname']
|
||||||
|
vm:
|
||||||
|
description:
|
||||||
|
- Name of the virtual machine.
|
||||||
|
required: true
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
- Description of the snapshot.
|
- Description of the snapshot.
|
||||||
|
|
Loading…
Reference in a new issue