On 07/17/13 11:16, Klaus Aehlig wrote:
+ master_netdev = constants.DEFAULT_OVS + opts.nicparams[constants.NIC_LINK] = "switch1"Why put one constant in the constants file and hard-code the other here?
True, this should be linked to the constant. I changed it in my code. Thanks, Sebastian
