mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
added support for ispersistent parameter for networkoffering
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
56ccb2835b
commit
7b5daaea20
@ -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…
x
Reference in New Issue
Block a user