Commit 0aa4cb9a by Lukas Grossar

Add documentation for required parameter name to quantum_subnet

parent 5c7109b8
...@@ -68,6 +68,11 @@ options: ...@@ -68,6 +68,11 @@ options:
- Name of the network to which the subnet should be attached - Name of the network to which the subnet should be attached
required: true required: true
default: None default: None
name:
description:
- The name of the subnet that should be created
required: true
default: None
cidr: cidr:
description: description:
- The CIDR representation of the subnet that should be assigned to the subnet - The CIDR representation of the subnet that should be assigned to the subnet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment