Merge "Fix default values so they work in a devstack run"
This commit is contained in:
@@ -33,7 +33,7 @@ cli_opts = [
|
||||
default=True,
|
||||
help="enable cli tests"),
|
||||
cfg.StrOpt('cli_dir',
|
||||
default='/usr/local/bin/',
|
||||
default='/usr/local/bin',
|
||||
help="directory where python client binaries are located"),
|
||||
cfg.IntOpt('timeout',
|
||||
default=15,
|
||||
|
||||
@@ -324,7 +324,7 @@ VolumeGroup = [
|
||||
help='Timeout in seconds to wait for a volume to become'
|
||||
'available.'),
|
||||
cfg.StrOpt('catalog_type',
|
||||
default='Volume',
|
||||
default='volume',
|
||||
help="Catalog type of the Volume Service"),
|
||||
cfg.StrOpt('region',
|
||||
default='',
|
||||
|
||||
Reference in New Issue
Block a user