From 0aa4cb9a79797b1584bff98269eb572866c1bee9 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Fri, 9 May 2014 15:17:04 +0200 Subject: [PATCH] Add documentation for required parameter name to quantum_subnet --- library/cloud/quantum_subnet | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/cloud/quantum_subnet b/library/cloud/quantum_subnet index 17f7a6a005..5afe566c8f 100644 --- a/library/cloud/quantum_subnet +++ b/library/cloud/quantum_subnet @@ -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