|
|
|
@ -42,7 +42,8 @@ options:
|
|
|
|
network_name:
|
|
|
|
network_name:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Name of the network to which the subnet should be attached
|
|
|
|
- Name of the network to which the subnet should be attached
|
|
|
|
required: true when state is 'present'
|
|
|
|
- requried when I(state) is 'present'
|
|
|
|
|
|
|
|
required: false
|
|
|
|
name:
|
|
|
|
name:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The name of the subnet that should be created. Although Neutron
|
|
|
|
- The name of the subnet that should be created. Although Neutron
|
|
|
|
@ -52,8 +53,8 @@ options:
|
|
|
|
cidr:
|
|
|
|
cidr:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The CIDR representation of the subnet that should be assigned to
|
|
|
|
- The CIDR representation of the subnet that should be assigned to
|
|
|
|
the subnet.
|
|
|
|
the subnet. Required when I(state) is 'present'
|
|
|
|
required: true when state is 'present'
|
|
|
|
required: false
|
|
|
|
default: None
|
|
|
|
default: None
|
|
|
|
ip_version:
|
|
|
|
ip_version:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
|