mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7346 from tongpu/devel
Add documentation for required parameter name to quantum_subnet
This commit is contained in:
commit
62c4a15c73
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ options:
|
|||
- Name of the network to which the subnet should be attached
|
||||
required: true
|
||||
default: None
|
||||
name:
|
||||
description:
|
||||
- The name of the subnet that should be created
|
||||
required: true
|
||||
default: None
|
||||
cidr:
|
||||
description:
|
||||
- The CIDR representation of the subnet that should be assigned to the subnet
|
||||
|
|
Loading…
Reference in a new issue