Commit c0cc0be1 by Czémán Arnold

vm: change user interface name

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