[ovs-dev] [PATCH] xenserver: Update all external_ids in tap interfaces.

Ethan Jackson ethan at nicira.com
Wed Jun 22 22:42:37 UTC 2011


Thanks for the review Reid, comments inline.


> This might be slightly more obvious as
>
>   col = 'external-ids:"%s"="%s"' % (key, value)

I agree, that would be clearer.  I'm just doing an indentation change
on this line though, so I'd rather leave it the same and address it
later as a wider python cleanup.

> Minor note, could do ifaces.values(), and avoid the [i], since you don't use
> it

Good idea, ill change it.

> Is it possible (and would it matter) to have a condition where
>
>   vxid = {'foo': None}
>   txid = {}

Nah, vxid can only hold strings so I don't think it's possible.  Even
if it was possible it wouldn't matter because None is not a valid
value for any of these keys.  Is there a canonically correct way to do
this in python that I should switch to? Otherwise, I'll leave it.

Ethan



More information about the dev mailing list