Commit c0cc0be1 by Czémán Arnold

vm: change user interface name

parent 877e65ec
......@@ -95,7 +95,7 @@ class Interface(Model):
return 'cloud-%s-%s' % (str(self.instance.id),
str(self.vlan.vid))
else: # vxlan
return 'cloud-%s-x%s' % (str(self.instance.id),
return 'cloudx-%s-%s' % (str(self.instance.id),
str(self.vxlan.vni))
@property
......
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