mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.8 to master
* 4.8: CLOUDSTACK-9256 add unique key for static routes in json
This commit is contained in:
commit
e93fd548d6
|
|
@ -20,7 +20,7 @@ from pprint import pprint
|
|||
|
||||
def merge(dbag, staticroutes):
|
||||
for route in staticroutes['routes']:
|
||||
key = route['ip_address']
|
||||
key = route['network']
|
||||
revoke = route['revoke']
|
||||
if revoke:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue