added support for ispersistent parameter for networkoffering

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Anshul Gangwar 2013-09-20 12:26:15 +05:30 committed by Prasanna Santhanam
parent 56ccb2835b
commit 7b5daaea20

View File

@ -1514,7 +1514,8 @@ class NetworkOffering:
cmd.specifyVlan = services["specifyVlan"]
if "specifyIpRanges" in services:
cmd.specifyIpRanges = services["specifyIpRanges"]
if "ispersistent" in services:
cmd.ispersistent = services["ispersistent"]
if "egress_policy" in services:
cmd.egressdefaultpolicy = services["egress_policy"]