~soren/nova/iptables-security-groups

« back to all changes in this revision

Viewing changes to bin/nova-dhcpbridge

  • Committer: Soren Hansen
  • Date: 2011-01-03 09:56:21 UTC
  • mfrom: (430.2.79 nova)
  • Revision ID: soren@linux2go.dk-20110103095621-qy398qk1uk8o7cy3
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        FLAGS.num_networks = 5
111
111
        path = os.path.abspath(os.path.join(os.path.dirname(__file__),
112
112
                                            '..',
113
 
                                            '_trial_temp',
114
113
                                            'nova.sqlite'))
115
114
        FLAGS.sql_connection = 'sqlite:///%s' % path
116
115
    action = argv[1]