Commit 8de87aab by Dudás Ádám

vm: VNC port for instances

parent 33155000
......@@ -249,6 +249,7 @@ class Instance(BaseResourceConfigModel, TimeStampedModel):
lease = models.ForeignKey(Lease)
access_method = models.CharField(max_length=10, choices=ACCESS_METHODS,
verbose_name=_('access method'))
vnc_port = models.IntegerField()
owner = models.ForeignKey(User)
class Meta:
......
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