Commit 7c9243ea by James Tanner

Fix version added for new parameters in quantum modules

parent c29cca6f
...@@ -80,6 +80,7 @@ options: ...@@ -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: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment