Revert boot order

This commit is contained in:
vic
2013-02-13 20:39:08 +04:00
parent a9906dbd77
commit 930392b323

View File

@@ -199,7 +199,7 @@ class Node(ExternalModel):
hypervisor = choices('kvm')
os_type = choices('hvm')
architecture = choices('x86_64', 'i686')
boot = ['hd']
boot = ['network', 'cdrom', 'hd']
metadata = models.CharField(max_length=255, null=True)
role = models.CharField(max_length=255, null=True)
vcpu = models.PositiveSmallIntegerField(null=False, default=1)