>> @@ -368,6 +369,11 @@ def DowngradeInstances(config_data):
>>        raise Error("Cannot find 'disks' key for instance %s" % iname)
>>      DowngradeDisks(iobj["disks"], iname)
>>  
>> +    for nic in iobj["nics"]:
>> +      vlan = nic.get("vlan", None)
>> +      if vlan:
>> +        print("Instance with name %s found. Removing VLAN information %s." 
>> % \
>> +              (iname, vlan))
> Am I missing something? It seems that this downgrade procedure only prints
> information, but has to side-effect.
>

True, i forgot that indeed. New patch will be sent shortly!

Thanks,
Sebastian

Reply via email to