~ntt-pf-lab/nova/ipv6-support

« back to all changes in this revision

Viewing changes to nova/db/api.py

  • Committer: Nachi Ueno
  • Date: 2011-01-13 21:50:44 UTC
  • mfrom: (462.1.99 nova)
  • Revision ID: ueno.nachi@lab.ntt.co.jp-20110113215044-b8ox1lkqqvlpt2rx
Merged with r561

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                    'The backend to use for db')
43
43
flags.DEFINE_boolean('enable_new_services', True,
44
44
                     'Services to be added to the available pool on create')
 
45
flags.DEFINE_string('instance_name_template', 'instance-%08x',
 
46
                    'Template string to be used to generate instance names')
 
47
flags.DEFINE_string('volume_name_template', 'volume-%08x',
 
48
                    'Template string to be used to generate instance names')
45
49
 
46
50
 
47
51
IMPL = utils.LazyPluggable(FLAGS['db_backend'],