~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/common/deprecated.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
deprecate_opts = [
27
27
    cfg.BoolOpt('fatal_deprecations',
28
28
                default=False,
29
 
                help='make deprecations fatal')
30
 
    ]
 
29
                help='make deprecations fatal')]
31
30
FLAGS = flags.FLAGS
32
31
FLAGS.register_opts(deprecate_opts)
33
32