Mike Kolesnik has posted comments on this change.

Change subject: hooks: Add OpenStack Network vNIC hook
......................................................................


Patch Set 4: (3 inline comments)

....................................................
File vdsm_hooks/Makefile.am
Line 37:        numa \
Line 38:        pincpu \
Line 39:        promisc \
Line 40:        qos \
Line 41:        openstacknet \
Done
Line 42:        scratchpad \
Line 43:        smbios \
Line 44:        sriov \
Line 45:        vmdisk \


....................................................
File vdsm_hooks/openstacknet/before_vm_start.py
Line 6: import traceback
Line 7: import argparse
Line 8: 
Line 9: from xml.dom import minidom
Line 10: from vdsm.netinfo import DUMMY_BRIDGE
Done
Line 11: 
Line 12: # Constants for hook's API
Line 13: PROVIDER_TYPE_KEY = 'provider_type'
Line 14: OPENSTACK_NET_PROVIDER_TYPE = 'OPENSTACK_NETWORK'


Line 16: 
Line 17: # The maximum device name length in linux.
Line 18: DEV_MAX_LENGTH = 14
Line 19: 
Line 20: '''
Done
Line 21: OpenStack Network Hook
Line 22: ======================
Line 23: The hook receives a port_id for a virtual NIC that is to be handled by 
the
Line 24: OpenStack Network agent, instead of connecting it to a linux bridge.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I744b83d9c6027bd817e5d4171a77a005611b9818
Gerrit-PatchSet: 4
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]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to