summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Moser <mail@renemoser.net>2016-11-08 18:41:23 +0100
committerRene Moser <mail@renemoser.net>2016-11-09 08:19:04 +0100
commit75ec6d12a2cac3e619f50f643851050621904d83 (patch)
tree95d6ada7506704a36349e4bc68b81319a8e0f692
parent8885e0c04f66af50a274998db1d22fe9f5133887 (diff)
downloadansible-modules-extras-75ec6d12a2cac3e619f50f643851050621904d83.tar.gz
cloudstack: fix VPC doc
(cherry picked from commit 5cc238fe9c6fd0d4f2eb7bf617707e40b89ad4c9)
-rw-r--r--cloud/cloudstack/cs_network.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/cloud/cloudstack/cs_network.py b/cloud/cloudstack/cs_network.py
index 69206d81..a1f05fa8 100644
--- a/cloud/cloudstack/cs_network.py
+++ b/cloud/cloudstack/cs_network.py
@@ -59,14 +59,14 @@ options:
gateway:
description:
- The gateway of the network.
- - Required for shared networks and isolated networks when it belongs to VPC.
+ - Required for shared networks and isolated networks when it belongs to a VPC.
- Only considered on create.
required: false
default: null
netmask:
description:
- The netmask of the network.
- - Required for shared networks and isolated networks when it belongs to VPC.
+ - Required for shared networks and isolated networks when it belongs to a VPC.
- Only considered on create.
required: false
default: null
@@ -91,7 +91,7 @@ options:
default: null
gateway_ipv6:
description:
- - The gateway of the IPv6 network.
+ - The gateway of the IPv6 network.
- Required for shared networks.
- Only considered on create.
required: false
@@ -103,12 +103,12 @@ options:
default: null
vpc:
description:
- - The ID or VID of the network.
+ - Name of the VPC of the network.
required: false
default: null
isolated_pvlan:
description:
- - The isolated private vlan for this network.
+ - The isolated private VLAN for this network.
required: false
default: null
clean_up:
@@ -342,7 +342,6 @@ class AnsibleCloudStackNetwork(AnsibleCloudStack):
'dns1': 'dns1',
'dns2': 'dns2',
}
-
self.network = None