Revision ef54eee4 snf-cyclades-app/synnefo/db/models.py

b/snf-cyclades-app/synnefo/db/models.py
679 679
    firewall_profile = models.CharField(choices=FIREWALL_PROFILES,
680 680
                                        max_length=30, null=True)
681 681
    dirty = models.BooleanField(default=False)
682
    state = models.CharField(max_length=32, null=False, default="Building",
682
    state = models.CharField(max_length=32, null=False, default="ACTIVE",
683 683
                             choices=STATES)
684 684

  
685 685
    def __unicode__(self):

Also available in: Unified diff