Comment 0 for bug 1496993

Revision history for this message
Jorge Niedbalski (niedbalski) wrote : Configurable mechanism_drivers

Currently the mechanism_drivers option is enforced to openvswitch,l2population,
but we have others to be supported as well, so this should be configurable even
if this is being handled by a subordinate charm.

# Example: mechanism_drivers = openvswitch,mlnx
# Example: mechanism_drivers = arista
# Example: mechanism_drivers = openvswitch,cisco_nexus,logger
# Example: mechanism_drivers = openvswitch,brocade
# Example: mechanism_drivers = linuxbridge,brocade

This bug tracks that.