From 74c5b8b3bbf03edc3eaf0dba3b75094028ae338c Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 8 Apr 2014 10:32:53 -0400 Subject: [PATCH] Fix version added for new parameters in quantum modules --- cloud/quantum_floating_ip | 1 + cloud/quantum_subnet | 1 + 2 files changed, 2 insertions(+) diff --git a/cloud/quantum_floating_ip b/cloud/quantum_floating_ip index c69f2b16587..2ad761ec3b7 100644 --- a/cloud/quantum_floating_ip +++ b/cloud/quantum_floating_ip @@ -80,6 +80,7 @@ options: - The name of the network of the port to associate with the floating ip. Necessary when VM multiple networks. required: false default: None + version_added: "1.5" requirements: ["novaclient", "quantumclient", "neutronclient", "keystoneclient"] ''' diff --git a/cloud/quantum_subnet b/cloud/quantum_subnet index 53cf5d32d15..17f7a6a0056 100644 --- a/cloud/quantum_subnet +++ b/cloud/quantum_subnet @@ -98,6 +98,7 @@ options: - DNS nameservers for this subnet, comma-separated required: false default: None + version_added: "1.4" allocation_pool_start: description: - From the subnet pool the starting address from which the IP should be allocated