mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix version added for new parameters in quantum modules
This commit is contained in:
@@ -80,6 +80,7 @@ options:
|
|||||||
- The name of the network of the port to associate with the floating ip. Necessary when VM multiple networks.
|
- The name of the network of the port to associate with the floating ip. Necessary when VM multiple networks.
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
|
version_added: "1.5"
|
||||||
requirements: ["novaclient", "quantumclient", "neutronclient", "keystoneclient"]
|
requirements: ["novaclient", "quantumclient", "neutronclient", "keystoneclient"]
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ options:
|
|||||||
- DNS nameservers for this subnet, comma-separated
|
- DNS nameservers for this subnet, comma-separated
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
|
version_added: "1.4"
|
||||||
allocation_pool_start:
|
allocation_pool_start:
|
||||||
description:
|
description:
|
||||||
- From the subnet pool the starting address from which the IP should be allocated
|
- From the subnet pool the starting address from which the IP should be allocated
|
||||||
|
|||||||
Reference in New Issue
Block a user