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

b/snf-cyclades-app/synnefo/db/models.py
503 503
                mac_pool.put(self.mac_prefix)
504 504
                mac_pool.save()
505 505

  
506
            if self.link and self.type == 'PRIVATE_VLAN':
506
            if self.link and self.type == 'PRIVATE_PHYSICAL_VLAN':
507 507
                bridge_pool = BridgePoolTable.get_pool()
508 508
                bridge_pool.put(self.link)
509 509
                bridge_pool.save()

Also available in: Unified diff