1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

openstack: doc fix, add version_added

see #3388
This commit is contained in:
Rene Moser 2016-04-10 11:37:53 +02:00 committed by Matt Clay
parent c26c17aa28
commit aa32ae65a6

View file

@ -65,12 +65,14 @@ options:
- The physical network where this network object is implemented.
required: false
default: None
version_added: "2.1"
provider_network_type:
description:
- The type of physical network that maps to this network resource.
choices: ['flat', 'vlan', 'vxlan', 'gre']
required: false
default: None
version_added: "2.1"
provider_segmentation_id:
description:
- An isolated segment on the physical network. The I(network_type)
@ -79,6 +81,7 @@ options:
the I(network_type) value is gre, this ID is a gre key.
required: false
default: None
version_added: "2.1"
requirements: ["shade"]
'''