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

« back to all changes in this revision

Viewing changes to cinder/volume/drivers/san/solaris.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
solaris_opts = [
25
25
    cfg.StrOpt('san_zfs_volume_base',
26
26
               default='rpool/',
27
 
               help='The ZFS path under which to create zvols for volumes.'),
28
 
    ]
 
27
               help='The ZFS path under which to create zvols for volumes.'), ]
29
28
 
30
29
FLAGS = flags.FLAGS
31
30
FLAGS.register_opts(solaris_opts)