Change in vdsm[master]: vdsm: allow hooks to pass down dictionaries in json format

danken at redhat.com danken at redhat.com
Tue Oct 22 16:45:13 UTC 2013


Dan Kenigsberg has posted comments on this change.

Change subject: vdsm: allow hooks to pass down dictionaries in json format
......................................................................


Patch Set 2:

(1 comment)

....................................................
File vdsm/configNetwork.py
Line 545:         logging.debug("Validating configuration")
Line 546:         _validateNetworkSetup(dict(networks), dict(bondings))
Line 547: 
Line 548:     results = hooks.before_network_setup({'networks': dict(networks),
Line 549:                                           'bondings': dict(bondings)})
"options" may contain valuable information. Please pass it too.
Line 550: 
Line 551:     networks = results['networks']
Line 552:     bondings = results['bondings']
Line 553: 


-- 
To view, visit http://gerrit.ovirt.org/20330
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie07c511e9740fd19a1c27baf87e91f9a427d0dcd
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Miguel Angel Ajo Pelayo <miguelangel at ajo.es>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list