Merge "Map allocation_pool property to set"

This commit is contained in:
Jenkins
2015-10-02 08:03:11 +00:00
committed by Gerrit Code Review

View File

@@ -28,6 +28,9 @@ Puppet::Type.newtype(:neutron_subnet) do
Array of Sub-ranges of cidr available for dynamic allocation to ports.
Syntax:["start=IPADDR,end=IPADDR", ...]
EOT
def insync?(is)
is.to_set == should.to_set
end
end
newproperty(:gateway_ip) do