Commit c675f16d by Bach Dániel

vm: fix return value of add interface operation

parent 4102bb64
...@@ -125,7 +125,6 @@ class AddInterfaceOperation(InstanceOperation): ...@@ -125,7 +125,6 @@ class AddInterfaceOperation(InstanceOperation):
raise raise
net.deploy() net.deploy()
return net
def get_activity_name(self, kwargs): def get_activity_name(self, kwargs):
return create_readable(ugettext_noop("add %(vlan)s interface"), return create_readable(ugettext_noop("add %(vlan)s interface"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment