~sandy-walsh/nova/zones

« back to all changes in this revision

Viewing changes to nova/db/sqlalchemy/models.py

  • Committer: Sandy Walsh
  • Date: 2011-02-17 21:39:03 UTC
  • mfrom: (635.1.60 nova)
  • Revision ID: sandy.walsh@rackspace.com-20110217213903-swehe88wea8inxow
changed from 003-004 migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
                                              "vpn_public_port"),
374
374
                      {'mysql_engine': 'InnoDB'})
375
375
    id = Column(Integer, primary_key=True)
 
376
    label = Column(String(255))
376
377
 
377
378
    injected = Column(Boolean, default=False)
378
379
    cidr = Column(String(255), unique=True)