Dan Kenigsberg has submitted this change and it was merged. Change subject: hooks: Add OpenStack Network vNIC hook ......................................................................
hooks: Add OpenStack Network vNIC hook This hook is used to enable OS-network agent to connect a vNIC as it wants, instead of trying to connect to the bridge that is sent by engine (which doesn't exist, as the vNIC should be managed by the agent). Upon migration, the updated XML is being sent, so no further hook besides this one is required. Change-Id: I744b83d9c6027bd817e5d4171a77a005611b9818 Signed-off-by: Mike Kolesnik <[email protected]> Reviewed-on: http://gerrit.ovirt.org/11108 Reviewed-by: Dan Kenigsberg <[email protected]> --- M .gitignore M configure.ac M vdsm.spec.in M vdsm/hooking.py M vdsm_hooks/Makefile.am A vdsm_hooks/openstacknet/Makefile.am A vdsm_hooks/openstacknet/after_device_create.py A vdsm_hooks/openstacknet/before_device_create.py A vdsm_hooks/openstacknet/openstacknet_consts.py A vdsm_hooks/openstacknet/sudoers.in 10 files changed, 279 insertions(+), 0 deletions(-) Approvals: Mike Kolesnik: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/11108 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I744b83d9c6027bd817e5d4171a77a005611b9818 Gerrit-PatchSet: 11 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
