mirror of https://github.com/apache/cloudstack.git
added support for ispersistent parameter for networkoffering
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 7b5daaea20)
This commit is contained in:
parent
8598a2c884
commit
2ef566e9ea
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue